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.
- List users
- Add new user
- Remove existing user
- Register any user as favorite
- Android Studio
- Android SDK
- Any android device (AVD or physical) with API Level 30 or higher
- Clone this repository using git
- Open the project in Android Studio
- Run the project on your AVD/physical device
Screen allowing you to add a new user
Screen displaying detailed information about a user
Screen showing all users
- Glide: Used to load image
- Butterknife: Used to bind UI component to java fields