'Physics Wallah', is India's Best online learning platform. The most affordable learning platform that cares about you.
- ViewBinding - Generates a binding class for each XML layout file present in that module and allows you to more easily write code that interacts with views.
- LiveData - Data objects that notify views when the underlying database changes.
- Retrofit - A type-safe HTTP client for Android and Java.
- ViewModel - Stores UI-related data that isn't destroyed on UI changes.
- Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
- Material Components for Android - Modular and customizable Material Design UI components for Android.
- Download latest APK from Click Here
This project follows the famous MVVM architecture and best practices from Google's
GithubBrowserSample
.
βββ data
| |
| βββ api
| | βββ constants
| | | βββ ApiConstants.java
| | βββ network
| | βββ ApiClient.java
| | βββ ApiServices.java
β βββ model
β β βββ User.java
β βββ repository
β βββ UserRepository.java
βββ ui
β βββ adapter
β | βββ UserAdapter.java
β βββ fragment
β | βββ HomeFragment.java
β βββ activities
β | βββ MainActivity.java
β βββ viewmodel
β | βββ AppViewModel.java
βββ utils
βββ AppConstant.java
- Android 6.0 and Above
- Min sdk version 23
- Internet