This teacher review application provides users with an review collection of teachers in university, allowing them to explore detailed information about each teacher. Users can search for specific teacher and delve into their details. Additionally, the app enables users to review teacher and give stars related to each measures.
- This project embraces a robust development approach by incorporating Multi-Module, MVVM (Model-View-ViewModel), and Clean Architecture principles.
- Detailed Information: Access comprehensive details about each teacher.
- Search Functionality: Easily find specific teachers.
- Review and Rating: Share your feedback and give star ratings.
- Clean Architecture principles are applied to each feature module in this project.
- MVVM provides a clear separation between the user interface (View) and business logic (ViewModel), promoting code readability.
Jetpack Compose:
Modern declarative UI Toolkit for AndroidNavigation Compose:
Allows to easily build multi screen appsPaging3
Allows for the gradual loading of large datasets from the data source easilyFirebase
for Authentication & StorageHilt
for dependency injectionCoroutines
for asynchronous programming
- Flow
- OKHttp
- Retrofit
- DataStore
- Backend