Coder Social home page Coder Social logo

e-commerce-1's Introduction

๐Ÿ‘œ Shopie

Sample MVVM e-commerce application for Android that uses Kotlin programming language. The application has 100 different products in different categories. โฌ‡๏ธ

  • API: A set of functions and procedures allowing the creation of applications. The application uses the link as API.

Don't forget to star the project if you like it! โค๏ธ == โญ

Dependencies ๐Ÿ”†

๐Ÿ”‘ Name ๐Ÿ“– Description ๐Ÿ”— Link
Live data LiveData is an Observable data holder that allows us to monitor changes in a data. LiveData is lifecycle aware. link
Retrofit A type-safe HTTP client for Android and Java. link
RxJava A library for composing asynchronous and event-based programs using observable sequences for the Java VM. link
Coroutines A coroutine is a concurrency design pattern that you can use on Android to simplify code that executes asynchronously. link
Room The Room persistence library provides an abstraction layer over SQLite to allow fluent database access while harnessing the full power of SQLite. link
View binding View binding is a feature that allows you to more easily write code that interacts with views. link
MVVM Model, View, ViewModel.
* Model: This holds the data of the application. It cannot directly talk to the View.
* View: It represents the UI of the application
* ViewModel: It acts as a link between the Model and the View.
link
Data Binding A support library that allows you to bind UI components in your layouts to data sources using a declarative format rather than programmatically. link
Jetpack Library containing Room, hilt, paging, data binding... link
Glide Image loading framework for Android. link

ScreenShots ๐Ÿ“ท

Main Page Cart Screen
s1-mainpage s4-cart
Favorites Seach View
s3-favorite s5-searchview
Products by category Product Details
s2-category s6-detailed product

A sample product from JSON format;

img.png

TO DO โœ”๏ธ

  • Discover
  • Favorites
  • Cart
  • Products by category
  • Payment screen with Stripe API
  • Sign in screen with Firebase
  • Profile screen

  • Jetpack compose
  • Testing
  • dagger-hilt

e-commerce-1's People

Contributors

ahmetozydn avatar khactrist99 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.