Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yehya403/little_lemon_app
This Android app serves as the final project for the Meta Android Developer Professional Certificate program.
https://github.com/yehya403/little_lemon_app
coil jetpack-compose kotlin ktor navigation room sharedpreferences
Last synced: 6 days ago
JSON representation
This Android app serves as the final project for the Meta Android Developer Professional Certificate program.
- Host: GitHub
- URL: https://github.com/yehya403/little_lemon_app
- Owner: Yehya403
- Created: 2023-12-02T06:16:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-13T07:22:29.000Z (about 1 year ago)
- Last Synced: 2024-11-14T08:52:37.981Z (2 months ago)
- Topics: coil, jetpack-compose, kotlin, ktor, navigation, room, sharedpreferences
- Language: Kotlin
- Homepage:
- Size: 2.99 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Little Lemon Food App
## About
Welcome to the Little Lemon Food App, the Android App Capstone Project developed as part of the Meta Android Developer Professional Certificate program. This application empowers users to effortlessly browse the menu of the restaurant directly from their mobile devices.
## Screenshots
![Example Image](https://github.com/Yehya403/little_lemon_app/blob/main/screens/Little-Lemon-App-all-screens.png)
## Technologies
- **Android Studio**
- **Kotlin** - Jetpack Compose## Installation
1. Clone the repository using Git:
```bash
git clone https://github.com/Yehya403/little_lemon_app
```2. Open the project in Android Studio.
3. Build and run the app on an Android device or emulator.
## Features
- Utilizes **Jetpack Compose** for a modern and declarative UI development approach.
- Follows the **MVVM architecture pattern**, ensuring a clear separation of data, view, and business logic.
- Seamless navigation between screens facilitated by the **Navigation component**.
- Uses **SharedPreferences** for secure user data storage.
- Integrates **Ktor** for efficient network data fetching.
- Implements **Room** for robust local storage of menu data.
- Leverages **Kotlin's serialization library** for efficient JSON file decoding.
- Integrates with external libraries such as **Coil** for optimized image loading and caching.## Contributing
Pull requests are encouraged! For significant changes, kindly open an issue first to initiate a discussion about the proposed modifications. Remember to update tests as necessary.