Kotlin Projects for Android App Development
Projects Covered:
- Creating Android Library (.aar) --> Create a .aar library for modularization of your project.
- Using Android Library in another Android Project -> Use the created .aar library within your project.
- Tic Tac Toe Game using MVVM with DataBinding --> Manage MVVM architecture within Android Project along with DataBinding (using LiveData)
- Recycler View with Data Binding --> How to use Recycler View with Data Binding
- MVVM project with Data binding --> Creating Android Project using MVVM along with Data binding (using Live Data)
- Recycler View without Data binding --> Recycler View without directly using data binding