LittleLemon is an Android application developed by Aïssa. This app is part of the final project of the META Android Developer certification.
- Min Android SDK: 21
- Clone the repository:
git clone [email protected]:aissaghouti/little-lemon.git
- Open the project in Android Studio
- Build and run the application on your device or emulator
.
├── .idea # Android Studio IDE settings
├── app # Application module
├── gradle # Gradle configuration
├── .gitignore # Git ignore file
├── build.gradle.kts # Project build file
├── gradle.properties # Gradle properties
├── gradlew # Gradle wrapper script (Unix)
├── gradlew.bat # Gradle wrapper script (Windows)
└── settings.gradle.kts # Gradle settings