Giter VIP home page Giter VIP logo

shoplistapp's Introduction

ShoplistApp

Welcome to the Simple Shopping App repository! This project demonstrates the implementation of a basic shopping application using the MVVM architectural pattern along with several modern Android technologies. The app utilizes Room, Hilt, MVVM, Flow, Coroutines, and Jetpack Compose to create a seamless and efficient shopping experience.

Technologies Used

MVVM Architecture: The app follows the Model-View-ViewModel architectural pattern, which separates the concerns of data, UI, and business logic.

Room: A powerful SQLite abstraction library that makes it easy to work with local databases. It's used to cache product data and shopping cart information.

Hilt: A dependency injection library for Android, providing a standardized way to manage dependencies throughout the app.

Flow: A modern replacement for LiveData that allows for reactive programming with asynchronous data streams.

Coroutines: Kotlin's concurrency framework used for managing asynchronous operations and background tasks.

Jetpack Compose: A modern and declarative UI toolkit for building native Android user interfaces with less boilerplate code.

Installation

Clone this repository to your local machine using:

bash Copy code

git clone https://github.com/kprl884/ShoplistApp.git

Open the project in Android Studio.

Build and run the app on an emulator or physical device.

Getting Started

The app is structured with the following packages:

data: Contains data-related classes, including data models, Room database setup, and data source implementations.

di: Holds classes related to dependency injection setup using Hilt.

ui: Contains the Jetpack Compose UI components and screens.

viewmodel: Houses the ViewModel classes responsible for managing UI-related data and interactions.

Feel free to explore and modify these packages to understand how different components of the app interact.

Contributing

If you'd like to contribute to the project, you can follow these steps:

Fork the repository. Create a new branch for your feature or bug fix: git checkout -b feature/your-feature-name. Make your changes and commit them with descriptive messages. Push your changes to your forked repository. Create a pull request targeting the main branch of this repository. Please ensure your code follows the existing coding style and includes appropriate tests for your changes.

shoplistapp's People

Contributors

kprl884 avatar

Stargazers

akif k avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.