#
androidx
Here are 704 public repositories matching this topic...
-
Updated
Mar 16, 2022 - Kotlin
-
Updated
Jul 11, 2021 - Java
Image loading for Android backed by Kotlin Coroutines.
-
Updated
Apr 13, 2022 - Kotlin
是 难得一见 的 Jetpack MVVM 最佳实践!在 以简驭繁 的代码中,对 视图控制器 乃至 标准化开发模式 形成正确、深入的理解!
android
music
music-player
navigation
mvvm
jetpack
mvvm-architecture
databinding
mvvm-android
livedata
androidx
jetpack-navigation
jetpack-android
jetpack-lifecycle-components
databinding-android
livedata-viewmodel
-
Updated
Apr 8, 2022 - Java
即使不用饿了么订餐,也请务必收藏好该库!🔥 一行代码即可接入,二级联动订餐列表。
-
Updated
Mar 23, 2022 - Java
good first issue
Good for newcomers
Android Activity 滑动返回。支持微信滑动返回样式、横屏滑动返回、全屏滑动返回
-
Updated
Jul 17, 2021 - Java
Community-driven collection of Jetpack Compose example code and tutorials 🚀 https://foso.github.io/compose
android
kotlin
kotlin-android
sample-app
jetpack
compose
androidx
jetpack-android
jetpack-compose
compose-desktop
-
Updated
Apr 13, 2022 - Kotlin
-
Updated
Apr 13, 2022 - Kotlin
A scope tree based Dependency Injection (DI) library for Java / Kotlin / Android.
android
kotlin
java
dependency-injection
kotlin-android
android-lifecycle
android-testing
android-dependency-injection
android-viewmodel
androidx
-
Updated
Jan 19, 2022 - Java
android
shell
environment
camera
log
animation
utils
validator
bitmap
mvp
mvvm
reflect
toast
snackbar
permission
activity
encrypt
androidx
viewbinding
databingding
-
Updated
Apr 14, 2022 - Java
android
kotlin
light
dsl
badge
viewpager
tablayout
auto-scroll
androidx
viewpager2
auto-item-width
any-drawable
any-child-type
-
Updated
Mar 23, 2022 - Kotlin
-
Updated
Feb 21, 2021 - Kotlin
Kotlin Coroutines Flow binding APIs for Android's platform and unbundled UI widgets, inspired by RxBinding.
-
Updated
Apr 8, 2022 - Kotlin
-
Updated
Feb 21, 2021 - Kotlin
即使不用云音乐听曲儿,也请务必收藏好该库!🔥 一行代码即可接入,音乐播放控制组件。
android
music
music-player
controller
music-library
music-composition
media
jetpack
musicplayer
livedata
androidx
jetpack-android
-
Updated
Jan 10, 2022 - Java
LiveData 数据倒灌:别问,问就是不可预期 - Perfect alternative to SingleLiveEvent, supporting multiple observers.
android
event
eventbus
jetpack
lifecycle
livedata
androidx
jetpack-android
livedatabus
livedata-viewmodel
singlelivedata
singleliveevent
-
Updated
Mar 23, 2022 - Java
在 AdapterView 和 RecyclerView 中通用的 Adapter 和 ViewHolder。RecyclerView 支持 DataBinding 、多种 Item 类型、添加 Header 和 Footer。RecyclerView 竖直方向通用分割线 BGADivider
baseadapter
recyclerview-header
recyclerview-section
recyclerview-divider
recyclerview-sticky
androidx
-
Updated
Apr 5, 2021 - Java
-
Updated
Feb 21, 2021 - Kotlin
Jetpack Compose 基础教程,持续更新
android
kotlin
kotlin-android
jetpack
compose
codelabs
androidx
jetpack-android
jetpack-compose
compose-tutorial
jetpack-compose-tutorial
-
Updated
Apr 13, 2022 - Kotlin
Open
Tests needed
4
bernaferrari
commented
Jun 15, 2018
Tests were completely skipped during development.
Of course this should never happen, but happened. From simple stuff to WorkManager (which didn't even have official tests when this repository was released, but now has!), all help is appreciated.
Improve this page
Add a description, image, and links to the androidx topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the androidx topic, visit your repo's landing page and select "manage topics."
举个例子:
@Nullable public static String getString(@NonNull Intent intent, @NonNull String key, @Nullable String defaultValue) { return getString(intent.getExtras(), key, defaultValue); }
getString的已经有了defaultValue,然而还是Nullable,整个方法返回的也是Nullable,那么这个默认值感觉没有什么意义,也没有节省任何非空的判断