kotlin-extension-functions
There are 16 repositories under kotlin-extension-functions topic.
agustarc/Android-Kotlin-Extensions
Useful Kotlin extension functions for Android
champChayangkoon/Glide-KTX
A set of kotlin extensions for glide library
JahidHasanCO/RecyclerViewSwipeExt
RecyclerViewSwipeExt is an Android Studio library that simplifies the implementation of swipe-to-delete and swipe-to-action functionality in RecyclerViews. With just a few lines of code, you can add left and right swipe gestures to your RecyclerViews, allowing users to delete or perform custom actions on items with ease.
RavanSA/ShoppingApp
Android offline first mobile shopping app built with MVVM Architecture using Fake Store API
shahbazhashmi/GitHub-Popular
Sample app to demonstrate offline feature using Kotlin, Repository pattern, Room Database, Retrofit, Dagger2, LiveData, Coroutines, Mockito, Espresso, ViewModel and DataBinding in a multi module Project.
ThuanPx/KtExt
Kotlin Extension Function
Augusto11CB/Kotlin-Studies
Repository of my learning notes and programs for fundamental & important concepts of Kotlin programming and development.
Zeta611/Extensible
Kotlin standard extension functions for Swift
JoshHughes-Dev/kotlin-extensions
Various Kotlin extensions for Android app projects
MateuszWolkowicz/androidExtensions
Android Kotlin Extensions . Library written by me ... implementation 'com.github.MateuszWolkowicz:androidExtensions:0.1.0'
swami-manickam/MVVMWeatherApp
Weather android app to show the weather details using OpenWeatherMap API This repository contains a detailed sample app that implements MVVM architecture using HiltViewModel, Room, Retrofit, Coil, Coorutine
Tarikul711/my-kotlin-utilities
Kotlin Extension Function. Most popular extension function in kotlin. Kotlin extension function that I used in my project.
VaibhavMojidra/Kotlin---Demo-Extension-Functions
In Kotlin, extension functions allow developers to add new functionality to existing classes or types without modifying the original source code.