alexpado / P3-DA-Android

Openclassrooms | P3 Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Entre Voisins

This repository has been created as part of training at Openclassroom. This app is not meant to be used by the end user and is not ready for deployment.

This project allows you to list, delete, view details and favorite users. It uses RecyclerViews, RecyclerViewAdapter and navigation between multiple activities.

Features

  • List users
  • Add new user
  • Remove existing user
  • Register any user as favorite

Pre-requisite

  • Android Studio
  • Android SDK
  • Any android device (AVD or physical) with API Level 30 or higher

Installation

  1. Clone this repository using git
  2. Open the project in Android Studio
  3. Run the project on your AVD/physical device

Screenshots

drawing

Screen allowing you to add a new user

drawing

Screen displaying detailed information about a user

drawing

Screen showing all users

Dependencies

  • Glide: Used to load image
  • Butterknife: Used to bind UI component to java fields

About

Openclassrooms | P3 Android


Languages

Language:Java 49.2%Language:HTML 33.5%Language:JavaScript 9.1%Language:CSS 8.1%