#
kotlin-android
Here are 7,551 public repositories matching this topic...
A curated list of awesome Kotlin related stuff Inspired by awesome-java.
-
Updated
Jan 26, 2022 - Kotlin
android
twitter
kotlin-android
android-library
android-game
android-development
websites
android-studio
android-tests
android-developers
android-apps
android-open-source
android-book
sample-android
-
Updated
Oct 15, 2021 - Java
An android image compression library.
android
kotlin
photos
compression
kotlin-android
kotlin-library
android-library
compress-images
compressor
image-compression
kotlin-coroutines
-
Updated
Oct 14, 2021 - Kotlin
Kickstarter for Android. Bring new ideas to life, anywhere.
android
functional-programming
rxjava
kotlin-android
android-development
functional-reactive-programming
frp
-
Updated
Jan 27, 2022 - Kotlin
From Java To Kotlin - Your Cheat Sheet For Java To Kotlin
-
Updated
Aug 27, 2021 - Java
Design Patterns implemented in Kotlin
-
Updated
Mar 15, 2021 - Kotlin
android
kotlin
room
app
webview
apps
mvvm
kotlin-android
reader
google-material
rxjava2
retrofit2
netease-cloud-music
databinding
mvvm-databing
mvvm-applications
wanandroid
cloudreader
ui-gank
-
Updated
Jan 7, 2022 - Java
mar-v-in
commented
Nov 23, 2021
The current implementation of the maps API lacks support for the snapshot() functionality.
This is a requirement for location sharing in Signal messenger.
Open
Onboarding Overlays
2
Gurupreet
commented
Sep 19, 2020
Something like this: https://i.imgur.com/fZETnkc.png
This is a movies sample app in Kotlin, which is part of a serie of blog posts I have written about architecting android application using different approaches.
android
kotlin
functional-programming
kotlin-android
android-development
clean-architecture
architectural
lessons-learned
architectural-patterns
mobile-development
android-cleanarchitecture-kotlin
-
Updated
Oct 1, 2021 - Kotlin
The bullet proof, fast and easy to use adapter library, which minimizes developing time to a fraction...
android
kotlin
adapter
drag-and-drop
recyclerview
kotlin-android
android-library
swipe
android-development
android-ui
multi-select
recyclerview-adapter
hacktoberfest
viewholder
mikepenz
fastadapter
click-listeners
-
Updated
Dec 16, 2021 - Kotlin
kotlin
rxjava
mvp
kotlin-language
kotlin-android
rxjava2
retrofit2
eyepetizer
rxjava2-retrofit2
kotlin-mvp
kotlin-retrofit
kotlin-rxjava-android
kotlin-mvp-retrofit-rxjava
kotlin-glide
mvp-rxjava-retrofit
mvp-retrofit-rxjava
-
Updated
Jun 30, 2020 - Kotlin
Android multi-media selector based on MVP mode.
-
Updated
May 15, 2019 - Java
Companion App for the book
-
Updated
Oct 2, 2020 - Kotlin
Library containing common animations needed for transforming ViewPager scrolling for Android v13+.
-
Updated
Feb 17, 2021 - Kotlin
Three material Dots Indicators for view pagers in Android !
android
kotlin
material-design
kotlin-android
android-library
viewpager
indicator
viewpager-indicator
dots
dots-indicator
-
Updated
Nov 28, 2021 - Kotlin
Powerful, comprehensive (Android) application performance management platform. 360线上移动性能检测平台
android
kotlin
plugin
java
performance
gradle
kotlin-android
apm
aspectj
performance-management
argusapm
-
Updated
May 9, 2019 - Java
An open-source keyboard for Android which respects your privacy. Currently in early-beta.
-
Updated
Jan 26, 2022 - Kotlin
A curated list of awesome Kotlin frameworks, libraries, documents and other resources
-
Updated
Jan 10, 2022
vinaygaba
commented
Nov 20, 2020
A collection of hand-crafted extensions for your Kotlin projects.
android
kotlin
macos
lightweight
ios
material-design
watchos
coroutines
kotlin-android
kotlin-extensions
kotlin-library
android-library
kotlin-dsl
kotlin-coroutines
ios-library
kotlin-native
kotlin-multiplatform
-
Updated
Sep 30, 2021 - Kotlin
android
kotlin
room
flow
coroutines
mvvm
kotlin-android
moshi
material-components
retrofit2
hacktoberfest
coroutines-android
mvvm-android
livedata
android-architecture-components
dagger2-android
room-persistence-library
viewbinding
livedata-viewmodel
hilt-android
-
Updated
Dec 18, 2021 - Kotlin
Community-driven collection of Jetpack Compose example code and tutorials 🚀 https://foso.github.io/compose
android
kotlin
kotlin-android
sample-app
compose
androidx
jetpack-android
jetpack-compose
compose-desktop
-
Updated
Jan 20, 2022 - Kotlin
An easy-to-use customisable show case view with circular reveal animation.
android
kotlin
material-design
animation
material-ui
kotlin-android
kotlin-library
android-library
android-development
circular-reveal
android-ui
fancyshowcaseview
-
Updated
Jan 12, 2022 - Kotlin
Minimalistic audiobook player
-
Updated
Jan 26, 2022 - Kotlin
Learn how to make online games, and apps for Android O, like Pokémon , twitter,Tic Tac Toe, and notepad using Kotlin
-
Updated
Mar 15, 2021 - Kotlin
Multiselection Solution for Android in Kotlin
-
Updated
Nov 24, 2016 - Kotlin
Create Toast like tooltips, but targets can be specified, plus custom properties and features
-
Updated
Nov 22, 2021 - Kotlin
Kotlin Multiplatform Libraries. Welcome PR if you find or create new Kotlin Multiplatform Library.
-
Updated
Jan 24, 2022
Improve this page
Add a description, image, and links to the kotlin-android topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kotlin-android topic, visit your repo's landing page and select "manage topics."
Problem description
TvToast displays a custom Toast on Android TV devices. It does so by modifying the
Toast.getView()
's message TextView.On Android 30+ it is no longer allowed to access toast's view via
getView()
and it led to crashes (see #2161). Cust