munbonecci / LittleLemon

This is the Capstone project code. This project was created following the Android Meta certification course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Little Lemon

This app was created to learn more about Android following all the fundamentals learned in the different android courses created by Meta

Installation

Clone this repository and import into Android Studio

git clone https://github.com/munbonecci/LittleLemon.git

Build variants

Use the Android Studio Build Variants button to choose between debug and release flavors

Maintainers

This project is maintained by:

Built with

  • 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.

How I run the app?

  • 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

App Screens App Screens

About

This is the Capstone project code. This project was created following the Android Meta certification course


Languages

Language:Kotlin 100.0%