This app was created to learn more about Android following all the fundamentals learned in the different android courses created by Meta
Clone this repository and import into Android Studio
git clone https://github.com/munbonecci/LittleLemon.git
Use the Android Studio Build Variants button to choose between debug and release flavors
This project is maintained by:
- Kotlin - For coding.
- Ktor -Create asynchronous client and server applications. Anything from
- microservices to multiplatform HTTP client apps in a simple way.
- SharedPreferences
- Interface for accessing and modifying preference data
- Glide Compose -This library integrates with
- Compose to allow you to load images in your Compose apps with Glide in a performant manner.
- Lottie Compose - Lottie Animations
- Jetpack
- Compose
- Android’s recommended modern toolkit for building native UI.
- Navigation Component
- Handling and manage the navigation in the app.
- Room database
- The Room persistence library provides an abstraction layer over SQLite to allow fluent database
- access while harnessing the full power of SQLite.
- Compose
- Clone the repository
- Open it in Android Studio
- Wait until dependencies are installed
- If you have compilation problems, it may be necessary to add the correct .jdk which can be corretto 11 or something similar.
- Run app in your emulator or physical device