Skip to content

πŸ›’ Grocery App, food buying and selling application made with jetpack compose, mvvm and apply clean architecture

Notifications You must be signed in to change notification settings

HariAgus/GroceriesApp-Compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7f108e0 Β· Jan 12, 2024

History

79 Commits
Dec 30, 2022
Jan 2, 2023
Jan 2, 2023
Feb 3, 2023
Dec 22, 2022
Nov 3, 2022
Jan 12, 2024
Dec 22, 2022
Nov 3, 2022
Nov 3, 2022
Nov 3, 2022
Nov 3, 2022

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