Simple Weather Application
-
Updated
Dec 29, 2020 - Kotlin
8000
Simple Weather Application
RecyclerView makes it easy to efficiently display large sets of data. You supply the data and define how each item looks, and the RecyclerView library dynamically creates the elements when they're needed.When an item scrolls off the screen, RecyclerView doesn't destroy its view.Instead, it reuses the view for new items that have scrolled onscreen.
This Android project demos the use of KTX, LifeCycle ViewModel, DI with Hilt, and Retrofit2.
Authentication module
Simple application to logging the stock on Store. This application using MVVM design pattern, dagger-hilt as DI, room database to store and lifecycle
Project for personal and team learning purpose
Extra KTX modules for AndroidX
Learn About Fragment in Android
Github user application by implementing the paging3
Android TMDb Movies App
A native Android app written entirely in Kotlin to showcase a Curriculum Vitae 📄
A simple and easy to use news app written entirely in Kotlin using Android Jetpack libraries
A suite of Android libraries that contain common functionality I use in projects.
An application implemented using MVVM pattern, LiveData, ViewModel, Kotlin-Coroutines, Room, Navigation Components and DataBinding
A modern Android base application written in Kotlin with MVVM architecture
🍭 Some sugar to sweeten Kotlin development.
AndroidKTX 一个简化 Android 开发的 Kotlin 工具类集合,通过 Kotlin 语法特性封装一些好用的方法和功能,可以使代码更加简洁易读,从而有效的提高开发效率。
A summary of all the Kotlin tips from Google's Android Developer #31DaysofKotlin on Twitter 💻
Add a description, image, and links to the android-ktx topic page so that developers can more easily learn about it.
To associate your repository with the android-ktx topic, visit your repo's landing page and select "manage topics."