Skip to content

HariAgus/GroceriesApp-Compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Groceries App

Platform Kotlin Gradle Star

*Thank you for making this design

Introduction

This project uses jetpack compose technology, in short jetpack Compose is Android’s recommended modern toolkit for building native UI. It simplifies and accelerates UI development on Android. Quickly bring your app to life with less code, powerful tools, and intuitive Kotlin APIs.

Installation

Clone or Download and Open it into Android Studio or other IDE

    https://https://github.com/HariAgus/GroceriesApp-Compose.git    

Preview App

Splash Screen On Boarding Screen Home Screen Detail Screen
Category Screen Cart Screen Profile Screen Empty Screen

Tech Stack

  • MVVM (Model View View Model)
  • Use Case (for interaction data)
  • Room Database
  • Clean Architecture (data, domain, layer)
  • Clean Code

Dependencies