This project is an Android application that aims to be a sandbox to try new things and figure stuff out.
- Minimum SDK level 24
- 100% Kotlin based + Coroutines + Flow for asynchronous.
- Hilt for dependency injection.
- JetPack
- Compose - A modern toolkit for building native Android UI.
- Lifecycle - dispose observing data when lifecycle state changes.
- ViewModel - UI related data holder, lifecycle aware.
- Architecture
- Material Design & Animations
- Accompanist - A collection of extension libraries for Jetpack Compose.
- Landscapist - Jetpack Compose image loading library with shimmer & circular reveal animations.
- Retrofit2 & OkHttp3 - construct the REST APIs and paging network data.
- Open project in Android Studio and run it with emulator or device connected to the internet
- Sign up with name, email, password, after app will auto log you in and take you to Home screen
If you encounter any issues or have questions about the app, please contact Adam.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.