Patil-Tanmay / SneakersApp

SneakersApp is an Android application πŸ“± built to demonstrate use of Modern Android development tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SneakersApp

SneakersApp is an Android application πŸ“± built to demonstrate use of Modern Android development tools.

You can Install latest Sneakers app from below

Sneakers App

About

It simply loads Sneakers data from assets folder. It contains 3 screens SneakerList, SneakerDetails, SneakerCart.

Built With πŸ› 

  • Kotlin - First class and official programming language for Android development.

  • Coroutines - For asynchronous and more..

  • Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.

    • ViewModel - Stores UI-related data that isn't destroyed on UI changes.
    • ViewBinding - Generates a binding class for each XML layout file present in that module and allows you to more easily write code that interacts with views.
    • Room - SQLite object mapping library.
  • Dependency Injection

    • Hilt-Dagger - Standard library to incorporate Dagger dependency injection into an Android application.
    • Hilt-ViewModel - DI for injecting ViewModel.

About

SneakersApp is an Android application πŸ“± built to demonstrate use of Modern Android development tools.


Languages

Language:Kotlin 100.0%