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
In this post we will see how to add Card (Credit and debit card) Details in jetpack compose through stripe. Now government said , you can't keep bank details in your backend , you have to use stripe.
A sample project that constists of three main modules. Testability module is intented for showing the difference between testable and not-testable code. The other two modules aim to apply dependency injection approach with and without an external library dagger.
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…