You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RoFFu is an online store specialized in sports shoes & Sneakers of many famous companies like Nike & Adidas, with a modern UI & beautiful animations like adding products to cart, bookmarking and change the sizes 🤩🔥
ToDo is a demo app written in kotlin, created to demonstrate my experience using clean architecture with MVVM and androids Navigation Component for handling fragment transactions and passing arguments. I used room database for saving data to local database and Hilt for dependency injection.
The app is written in Kotlin. Code follow MVVM design pattern. Koin or hilt preferred for dependency injection. Retrofit with Gson preferred for network calls. Room preferred for handling data persistence. Rxjava or Kotlin coroutines and live data preferred for reactive programming. Glide or Picasso preferred for image processing. Work Manager p…
Android KTX, Architecture components help you design robust, testable and maintainable apps.Navigation Handle everything needed for in-app navigation ViewModel Manage UI-related data in a lifecycle-conscious way Data Binding Decoratively bind observable data to UI elements Write more concise, idiomatic Kotlin code Room Fluent SQLite database acc…