Skip to content
L

LiveData

Projects with this topic

  • This project was given to me as an Assignment wherein I made an app that takes a list of mobile products which I needed to fetch through an API and shows them in a recycler view and when a user selects a product, it goes to a cart i.e, stored in a room database and then when user clicks checkout button in cart it show a progress bar in next screen and finally Product is Purchased in next screen.

    I implemented MVVM architecture, LiveData, Kotlin, Kotlin Coroutines, Retrofit, Room Database in this project.

    I have imported this project from my GitHub - github.com/santosh430

    Updated
    Updated
  • Android, Livedata, Room

    Updated
    Updated
  • The first screen will display a list of fruit. When the user selects an item of fruit the application should show a second screen containing more information about the fruit, specifically • Price in pounds and pence • Weight in KG

    Updated
    Updated