-
Notifications
You must be signed in to change notification settings - Fork 121
/
README.md
477 lines (249 loc) · 23.8 KB
/
README.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
<h1 align="center">Awesome Jetpack Compose Android Apps</h1></br>
<p align="center">
:eyeglasses: A curated list of awesome Jetpack Compose android apps by open-source contributors.
</p>
<br>
<p align="center">
<a href="#"><img alt="Awesome Android Kotlin Apps Count badge" src="https://badgen.net/badge/Apps/58?icon=https://raw.githubusercontent.com/androiddevnotes/awesome-jetpack-compose-android-apps/master/assets/count.svg&color=0984e3"/></a>
<a href="#"><img alt="Android Language Badge" src="https://badgen.net/badge/OS/Android?icon=https://raw.githubusercontent.com/androiddevnotes/awesome-jetpack-compose-android-apps/master/assets/android.svg&color=3ddc84"/></a>
<a href="#"><img alt="Kotlin Language Badge" src="https://badgen.net/badge/language/Kotlin?icon=https://raw.githubusercontent.com/androiddevnotes/awesome-jetpack-compose-android-apps/master/assets/kotlin.svg&color=f18e33"/></a>
<a href="https://github.com/androiddevnotes"><img alt="androiddevnotes GitHub badge" src="https://badgen.net/badge/GitHub/androiddevnotes?icon=github&color=24292e"/></a>
</p>
<br>
<p align="center">
<img width="320px" src="assets/jetpack_compose_androiddevnotes.png" alt="jetpack compose androiddevnotes logo"></img>
</p><br>
**Awesome Jetpack Compose Android Apps** aims to be the starting point for developers to find an Android app with a Jetpack Compose suite of libraries.
## Contents
:art: [**Pattern**](https://github.com/androiddevnotes/awesome-jetpack-compose-android-apps#art-pattern)
- [Model View ViewModel (MVVM)](https://github.com/androiddevnotes/awesome-jetpack-compose-android-apps#mvvm)
- [Model View Intent (MVI)](https://github.com/androiddevnotes/awesome-jetpack-compose-android-apps#mvi)
- [Other](https://github.com/androiddevnotes/awesome-jetpack-compose-android-apps#other)
:books: [**Tech Stack/Libraries**](https://github.com/androiddevnotes/awesome-jetpack-compose-android-apps#books-tech-stacklibraries)
:memo: [**Contributing**](https://github.com/androiddevnotes/awesome-jetpack-compose-android-apps#memo-contributing)
## :art: Pattern
### MVVM
- https://github.com/keygenqt/android-DemoCompose
- Demo Rive Gauche
- Tech Stack = Gradle kts, Startup, Retrofit, Firebase, Hilt, Compose, Accompanist, Lottie, Coil, Paging3, Room, Flow, Navigation
- https://github.com/FunkyMuse/Aurora
- Non-official Library Genesis mobile client.
- Tech Stack = Dagger Hilt, Coroutines + Flow, ViewModel, Navigation, Room, Retrofit, Paging3, Compose
- https://github.com/keygenqt/android-GitHubViewer
- Implementation of the application using the latest Android Tech Stack and the [GitHub REST API](https://docs.github.com/en/rest).
- Tech Stack = Dagger Hilt, Coroutines, Retrofit, Room, Paging, Navigation, Flow, ViewModel, Compose, Accompanist, Security, Serialization
- https://github.com/zedlabs/WallPortal
- Native Android wallpaper application written in Kotlin using Jetpack Compose
- Tech Stack = Dagger Hilt, Coroutines, Retrofit, Room, Paging, Navigation, LiveData, ViewModel, Compose
- https://github.com/fabirt/podcast-app
- Podcast App made with Jetpack Compose.
- Tech Stack = Dagger Hilt, Coroutines, Retrofit, ExoPlayer, Navigation, DataStore ViewModel, Compose
- https://github.com/Plastix/Buzz
- Buzz, a Spelling bee App in Jetpack Compose. With 7 letters displayed in hexagonal cells, the App's concept is to spell the greatest number of words correctly.
- Tech Stack = Dagger Hilt, Coroutines, OkHttp, Room, SQLDelight, LiveData, ViewModel, Compose
- https://github.com/EugeneTheDev/TaigaMobile
- This is unofficial android app for taiga.io (agile project management system) built with Jetpack Compose (brand new UI toolkit from Google).
- Tech Stack = Dagger, Coroutines, Retrofit, ViewModel, Compose
- https://github.com/nezih94/chromie
- Countdown Timer in Jetpack Compose for #AndroidDevChallenge.
- Tech Stack = LiveData, ViewModel, Compose
- https://github.com/Elbehiry/Delish
- Delish, a Food Recipe App in Jetpack Compose.
- Tech Stack = Hilt, Coroutines + Flow, Testing, Retrofit, Room, LiveData, ViewModel, Java Faker, Kotshi, Compose
- https://github.com/MaciejCiemiega/NewtonsTimer
- Simple timer app inspired by Newton's Cradle. Created in Jetpack Compose for #AndroidDevChallenge.
- Tech Stack = ViewModel, Compose
- https://github.com/shinhyo/Compose-BreakingBad
- A Breaking Bad app built with Jetpack Compose.
- Tech Stack = Navigation, Dagger Hilt, Coroutines + Flow, Retrofit, Room, ViewModel, Accompanist, Compose
- https://github.com/Shabinder/SpotiFlyer
- Spotify/Gaana/Youtube Music Downloader For Android!
- Tech Stack = Dagger Hilt, Coroutines + Flow, Retrofit, Room, FFMPEG, LiveData, ViewModel, Accompanist, Compose
- https://github.com/adityam49/Updoot
- A reddit client built for android
- Tech Stack = Dagger Hilt, Coroutines, Testing, Retrofit, Room, ExoPlayer, WorkManager, Data Binding, Navigation, LiveData, ViewModel, Accompanist, Compose
- https://github.com/DroidKaigi/conference-app-2021
- The Official App for DroidKaigi 2021
- Tech Stack = Dagger Hilt, Coroutines & Flows, DataStore, ViewModel, LiveData, Navigation, Browser, Accompanist, Kotlin Multiplatform, Compose
- https://github.com/ahmed7official/Facebook-Timeline-Compose-Android
- Facebook Timeline in Jetpack Compose
- Tech Stack = ViewModel, Accompanist Coil Image, Compose
- https://github.com/hitanshu-dhawan/McCompose
- A McDonald’s app built with Jetpack Compose.
- Tech Stack = Coroutines, LiveData, ViewModel, Jetpack Compose, Jetpack Compose Navigation
- https://github.com/hitherejoe/minimise
- Minimise is an app for Android & iOS. It's purpose is to help us think more about the purchases we make and rediscover the things that we own.
- Tech Stack = Dagger Hilt, Testing, Coroutines, Apollo, Navigation, LiveData, ViewModel, Compose
- https://github.com/hitherejoe/ComposeAcademy-Playground
- Compose Academy Playground is a free resource that provides snippets and practical samples on how to use Jetpack Compose for the Android platform.
- Tech Stack = Compose
- https://github.com/PatilShreyas/NotyKT
- 📒 NotyKT is a complete 💎Kotlin-stack (Backend + Android) 📱 application built to demonstrate the use of Modern development tools with best practices implementation🦸.
- Tech Stack = Backend - Ktor, PostgreSQL; Android = Coroutines, Flow, Navigation Architecture, LiveData, ViewModel, Room DB, DataStore, Jetpack Security, WorkManager, Dagger Hilt DI, Jetpack Compose, Jetpack Compose Navigation, Material UI, Retrofit, Moshi.
- https://github.com/joreilly/PeopleInSpace
- Minimal Kotlin Multiplatform project using Jetpack Compose and SwiftUI
- Tech Stack = Koin, Coroutines, SQLDelight, Accompanist, ViewModel, Compose
- https://github.com/rajandev17/Plasma/
- An Android Application written using latest Android Jetpack components and best practices, which displays trending movies/TV shows and cast, user can search movies and TV shows and also add them to watchlist.
- Tech Stack = Dagger Hilt, Coroutines, Retrofit, Room, LiveData, ViewModel, Compose
- https://github.com/iambaljeet/GitReposCompose
- GitReposCompose is an Android application 📱 for showcasing Jetpack Compose for building declarative UI in Android. This demo app uses Github public API for fetching public repositories.
- Tech Stack = Dagger Hilt, Coroutines, Retrofit, Accompanist, LiveData, ViewModel, Compose
- https://github.com/jeremyrempel/yahnapp
- Yet another Hacker News App is an Android app built using Jetpack Compose. Focus is on privacy, simplicity and performance.
- Tech Stack = Coroutines, JSoup, kotlinx.serialization, Ktor, ViewModel, Compose
- https://github.com/hi-manshu/ComposePictures
- This is a project built using Jetpack Compose on UI, Clean architecture, Dagger Hilt, Kotlin Flow, Navigation Components etc.
- Tech Stack = Dagger Hilt, Coroutines, Retrofit, Firebase Auth, Navigation, LiveData, ViewModel, Compose
- https://github.com/skydoves/DisneyCompose
- 🧸 A demo Disney app using Jetpack Compose and Dagger-Hilt based on modern Android tech-stacks and MVVM architecture.
- Tech Stack = Dagger Hilt, Testing, Coroutines, Retrofit, Room, App Startup, Accompanist, LiveData, ViewModel, Compose
- https://github.com/Gurupreet/ComposeCookBook
- A Collection on all Jetpack compose UI elements, Layouts, Widgets and Demo screens to see it's potential
- Tech Stack = Coroutines, Retrofit, Accompanist, LiveData, ViewModel, Compose
- https://github.com/chrisbanes/tivi
- Tivi is a work-in-progress TV show tracking Android app, which connects to Trakt.tv. It is still in its early stages of development and currently only contains two pieces of UI. It is under heavy development.
- Tech Stack = Dagger Hilt, Testing, Coroutines, Retrofit, Room, WorkManager, Navigation, Paging, Browser, Dropbox Store, Insetter, GravitySnapHelper, ThreeTenABP, Accompanist, LiveData, ViewModel, Compose
- https://github.com/TakuSemba/JetHub
- JetHub is a sample app using Github API and Jetpack components.
- Tech Stack = Dagger Hilt, Coroutines, Testing, Retrofit, Room, Navigation, Accompanist, Data Binding, LiveData, ViewModel, Compose
- https://github.com/gastsail/JetExample
- Jetpack Compose UI components examples
- Tech Stack = Coroutines, Firestore, Accompanist, LiveData, ViewModel, Compose
- https://github.com/stackinflow/AndroidAppTemplate
- All must have libraries in the android app are available here. you can get started with directly writing features with this.
- Tech Stack = Dagger Hilt, Testing, Coroutines, Retrofit, WorkManager, LiveData ViewModel, Compose
- https://github.com/adrianblancode/Cheddar/
- Hacker Newsreader for Android, written in Compose
- Tech Stack = Dagger, Testing, Coroutines, Retrofit, JSoup, Assisted Inject, ViewModel, Compose
- https://github.com/AlexZhukovich/CoffeeDrinksWithJetpackCompose
- Coffee Drinks is an Android application created for playing with the Jetpack Compose framework.
- Tech Stack = Koin, Coroutines, ViewModel, Compose
- https://github.com/romainguy/sample-materials-shop
- Sample app for Jetpack Compose
- Tech Stack = Coroutines, Room, Filament, LiveData, ViewModel, Compose
- https://github.com/tylerbwong/stack/
- An Android app for browsing Stack Overflow and other Stack Exchange sites.
- Tech Stack = Dagger Hilt, Testing, Coroutines, Retrofit, Room, WorkManager, Browser, insetter, markwon, klock, chucker, Data Binding, LiveData, ViewModel, Compose
- https://github.com/jitinsharma/android-conferences
- An app which displays conferences from http://androidstudygroup.github.io/conferences/
- Tech Stack = Koin, Coroutines, Room, JSoup, LiveData, ViewModel, Compose
- https://github.com/jpaya17/englishisfun/
- 💂♂️ Open source English-language-learning application for Android 💂♂️
- Tech Stack = Dagger Hilt, Testing, Coroutines, Room, Firestore, Firebase Auth, WorkManager, Navigation, Paging, Rainbow Cake, LiveData, ViewModel, Compose
- https://github.com/android/compose-samples/tree/master/JetNews
- Jetnews is a sample news reading app, built with Jetpack Compose. The goal of the sample is to showcase the current UI capabilities of Compose.
- Tech Stack = Testing, Coroutines, LiveData, ViewModel, Compose
- https://github.com/android/compose-samples/tree/master/Jetchat
- Jetchat is a sample chat app built with Jetpack Compose.
- Tech Stack = Testing, Coroutines, Navigation, LiveData, ViewModel, Compose
- https://github.com/android/compose-samples/tree/master/Jetsurvey
- A sample survey app that showcases text input, validation and UI state management in Compose.
- Tech Stack = Testing, Coroutines, Navigation, LiveData, ViewModel, Compose
- https://github.com/android/compose-samples/tree/master/Jetsnack
- Jetsnack is a sample snack ordering app built with Compose.
- Tech Stack = Testing, Coroutines, Navigation, Accompanist, LiveData, ViewModel, Compose
- https://github.com/android/compose-samples/tree/master/Jetcaster
- A sample podcast app that features a full-featured, Redux-style architecture and showcases dynamic themes.
- Tech Stack = Testing, Coroutines, Room, OkHttp, Rome, Navigation, Accompanist, LiveData, ViewModel, Compose
- https://github.com/android/compose-samples/tree/master/Rally
- A Compose implementation of the Rally Material study, a financial app that focuses on data, charts, reusability, and animations.
- Tech Stack = Testing, Coroutines, Navigation, LiveData, ViewModel, Compose
- https://github.com/android/compose-samples/tree/master/Crane
- A Compose implementation of the Crane Material study, a travel app that uses Material Design components and Material Theming to create a personalized, on-brand experience
- Tech Stack = Testing, Coroutines, LiveData, ViewModel, Compose
- https://github.com/android/compose-samples/tree/master/Owl
- A Compose implementation of the Owl Material study. The Owl brand uses bold color, shape, and typography to express its brand attributes: energy, daring, and fun.
- Tech Stack = Testing, Coroutines, Accompanist, LiveData, ViewModel, Compose
- https://github.com/android/sunflower/tree/compose
- Android Sunflower with Compose. This branch has Sunflower partially built with Jetpack Compose.
- Tech Stack = Testing, Coroutines, Room, WorkManager, Accompanist, Navigation, LiveData, ViewModel, Compose
- https://github.com/Akashkamble/Newzz-Compose
- News App built with JetPack Compose
- Tech Stack = Dagger Hilt, Coroutines, Retrofit, LiveData, ViewModel, Accompanist, Compose
- https://github.com/QArtur99/Compose-ShoppingList
- ShoppingList is a sample project that presents a way of implementing UI components with Jetpack Compose.
- Tech Stack = Ambient, Coroutines, Testing, Klint, Koin, Room, Livedata, Viewmodel, Lifecycle Components, Compose
- https://github.com/ashar-7/JetMessenger
- JetMessenger is a Facebook Messenger clone built with Jetpack Compose.
- Tech Stack - Coroutines, Retrofit, Accompanist, ViewModel, Compose
- https://github.com/yashovardhan99/ComposeNotes/
- Compose Notes is a simple notes app built with Jetpack Compose.
- Tech Stack = Coroutines, Testing, Room, Hilt, ViewModel, Lifecycle components, Compose
- https://github.com/lionuncle/teamscope
- Teamscope is a form building and filling application built with Jetpack Compose.
- Tech Stack - Firestore, Firebase Auth, Navigation, ViewModel, Compose
- https://github.com/a914-gowtham/RickNMortyCompose
- A Jetpack compose android app based on Rick and Morty Graphql.
- Tech Stack - Hilt/Koin(branch), Apollo graphql android, Paging, Coroutines, Navigation, ViewModel, CI(Detekt and Spotless)
- https://github.com/sunny52525/JetSpotify
- It's a Spotify App made in Jetpack Compose having Spotify Android UI and functionality using Spotify SDK and web API.
- Tech Stack - Coroutines, Retrofit, Accompanist, ViewModel, Compose, Hilt, Compose Navigation, Datastore, Spotify SDK
- https://github.com/kasem-sm/RocketXDelight-Playground
- RocketXDelight is a native Android application built with modern libraries including Jetpack Compose.
- Tech Stack = Ktor, SqlDelight, Dagger Hilt, Coil, Scaffold, Accompanist, Compose Navigation
- https://github.com/AnkitSuda/Rebound
- Rebound is a Beautiful and feature rich workout log app.
- Tech Stack - Compose, Coroutines, Dagger Hilt, Compose Navigation, Room, DataStore, Flow, LiveData, ViewModel, Accompanist
### MVI
- https://github.com/vipulasri/JetDelivery
- JetDelivery is a sample food delivery app, built with Jetpack Compose
- Tech Stack = Coroutines, Retrofit, LiveData, ViewModel, Compose
- https://github.com/Popalay/Tracktor-ComposeUI/
- Track the progress of anything in one place
- Tech Stack = Koin, Coroutines, Room, workflow, LiveData, ViewModel, Compose
- https://github.com/savvasdalkitsis/uhuruphotos-android/
- 🖼️ [UhuruPhotos](https://github.com/savvasdalkitsis/uhuruphotos-android/) is an Android client for [LibrePhotos](https://github.com/LibrePhotos/librephotos/) written using the latest Android technologies, like Jetpack Compose, SQLDelight, Coroutines etc using an MVI architecture.
- It borrows a lot of ideas from Google Photos and aims to become a full featured photo album replacement, including features like offline support, backup and sync etc.
- https://github.com/SimformSolutionsPvtLtd/SSComposeCookBook
- A Collection of major Jetpack compose UI components which are commonly used.
- Tech Stack = Coroutines, Retrofit, Accompanist, LiveData, ViewModel, Compose
### Other
- https://github.com/prafullmishra/JetComposer
- Collection of UIs and Animations built with Jetpack Compose for Android
- Tech Stack = Compose
- https://github.com/vipulasri/JetInstagram
- JetInstagram is an Instagram clone app built with Jetpack Compose.
- Tech Stack = Coroutines, ExoPlayer, Accompanist, Compose
- https://github.com/Spikeysanju/JetQuotes
- 🔖 JetQuotes is an Application built to Demonstrate the use of Jetpack Compose for building declarative UI in Android.
- Tech Stack = Kotlin, Compose, Jetpack Datastore, Flow, Coroutines
- https://github.com/wajahatkarim3/DinoCompose
- A Chrome T-Rex game in Jetpack Compose
- Tech Stack = Kotlin, Compose
- https://github.com/Hessam-Emami/SnappCompose
- A clone of Snapp, A ride-handling app using Jetpack Compose, Showcasing various usages of Google Maps, Animations, etc combined with Compose
- Tech Stack = Google Maps, Compose
- https://github.com/IReaderorg/IReader
- Free novel reader.
- Tech Stack = Coroutine, Room, Ktor, Compose, Hilt, Multi-Module
- https://github.com/zsoltk/compose-pokedex
- Pokedex on Jetpack Compose. Single-Activity, no Fragments.
- Tech Stack = RxJava, LiveData, Compose
- https://github.com/MindorksOpenSource/Jetpack-Compose-WhatsApp-Clone
- An example project to demonstrate how to build WhatsApp UI using Jetpack Compose.
- Tech Stack = Compose
- https://github.com/iambaljeet/TwitterCompose
- TwitterCompose is an Android application 📱 for showcasing Jetpack Compose for building declarative UI in Android.
- Tech Stack = Accompanist, Compose
- https://github.com/andkulikov/compose-photoapp
- A simple demo project to showcase the possibilities of Jetpack Compose
- Tech Stack = Compose
- https://github.com/SimformSolutionsPvtLtd/SSJetPackComposeProgressButton
- SSJetPackComposeProgressButton is an elegant button with a different loading animations which makes your app attractive.
- Newly designed loading animation make your app attractive.
- Blinking icon button for your hot-feature.
- Button with text, right and left icon.
- Different types of state makes it easy to manage button. (Idle, Loading, Success, Failure)
- Fully customized button (Corner radius, background, colors, animation speed etc.)
- Customize button loading animation with your logo and special animation effect.
## :books: Tech Stack/Libraries
- [Compose](https://developer.android.com/jetpack/compose), [Accompanist](https://github.com/chrisbanes/accompanist), [rome](https://github.com/rometools/rome), [RainbowCake](https://github.com/rainbowcake/rainbowcake), [chucker](https://github.com/ChuckerTeam/chucker), [klock](https://github.com/korlibs/klock), [Dropbox Store](https://github.com/dropbox/Store), [Dagger](https://github.com/google/dagger), [Koin](https://github.com/InsertKoinIO/koin), [Kodein](https://github.com/Kodein-Framework/Kodein-DI), [Inorichi Injekt](https://jitpack.io/p/inorichi/injekt), [Coroutines](https://github.com/Kotlin/kotlinx.coroutines), [Rx](https://github.com/ReactiveX/RxJava), [Testing](https://developer.android.com/studio/test), [Retrofit](https://github.com/square/retrofit), [Fuel](https://github.com/kittinunf/fuel), [Room](https://developer.android.com/topic/libraries/architecture/room), [Realm](https://github.com/realm/realm-java), [Firebase Products](https://firebase.google.com/), [WorkManager](https://developer.android.com/topic/libraries/architecture/workmanager), [ExoPlayer](https://github.com/google/ExoPlayer), [Paging](https://developer.android.com/topic/libraries/architecture/paging), [Navigation](https://developer.android.com/guide/navigation), [Lottie](https://github.com/airbnb/lottie-android), [Zoomy](https://github.com/imablanco/Zoomy), [JSoup](https://jsoup.org/download), [js-evaluator-for-android](https://github.com/evgenyneu/js-evaluator-for-android), [Algolia Search](https://www.algolia.com/doc/guides/getting-started/quick-start/tutorials/quick-start-with-the-api-client/android/), [Conductor](https://github.com/bluelinelabs/Conductor), [Call Control DataShare](https://github.com/CallControl/Call-Control-DataShare), [libphonenumber-android](https://github.com/MichaelRocks/libphonenumber-android), [Mixpanel Android](https://github.com/mixpanel/mixpanel-android), [Venom](https://github.com/YarikSOffice/venom), [FlowLayout](https://github.com/nex3z/FlowLayout), [ARCore](https://developers.google.com/ar/discover), [GSYVideoPlayer](https://github.com/CarGuo/GSYVideoPlayer), [PermissionX](https://github.com/guolindev/PermissionX), [EventBus](https://github.com/greenrobot/EventBus), [Dynamicanimation](https://developer.android.com/jetpack/androidx/releases/dynamicanimation), [Google Drive](https://developers.google.com/drive/android), [Dropbox](https://github.com/dropbox), [MPAndroidChart](https://github.com/PhilJay/MPAndroidChart), [Facebook Products](https://developers.facebook.com/docs/facebook-login/android/), [PayPal](https://developer.paypal.com/docs/), [Stripe](https://github.com/stripe/stripe-android), [Easy Permissions](https://github.com/googlesamples/easypermissions), [socketIO](https://socket.io/), [Dexter](https://github.com/Karumi/Dexter), [Tikxml](https://github.com/Tickaroo/tikxml), [Markwon](https://github.com/noties/Markwon), [Scarlet](https://github.com/Tinder/Scarlet), [Android-Permissions](https://github.com/nabinbhandari/Android-Permissions), [RxPermissions](https://github.com/tbruyelle/RxPermissions), [android-upload-service](https://github.com/gotev/android-upload-service), [PermissionsDispatcher](https://github.com/permissions-dispatcher/PermissionsDispatcher), [ShortcutBadger](https://github.com/leolin310148/ShortcutBadger), [ARouter](https://github.com/alibaba/ARouter), [Sandwich](https://github.com/skydoves/Sandwich), [Calendar view](https://github.com/kizitonwose/CalendarView), [Biometric](https://developer.android.com/jetpack/androidx/releases/biometric), [Pretty Time](https://github.com/ocpsoft/prettytime), [Markdown Processor](https://github.com/yydcdut/RxMarkdown), [DiskLruCache](https://github.com/JakeWharton/DiskLruCache), [Duktape Android](https://github.com/square/duktape-android), [Evernote android-job](https://github.com/evernote/android-job), [Facebook Litho](https://github.com/facebook/litho), [Facebook SoLoader](https://github.com/facebook/SoLoader), [Data Binding](https://developer.android.com/topic/libraries/data-binding)
## :memo: Contributing
See [contributing.md](contributing.md)
## :computer: Find us on
<div align="center">
<a href="https://github.com/androiddevnotes"> GitHub </a> / <a href="https://discord.gg/vBnEhuC"> Discord </a> / <a href="https://twitter.com/androiddevnotes"> Twitter </a> / <a href="https://www.instagram.com/androiddevnotes"> Instagram </a> / <a href="https://www.youtube.com/channel/UCQATLaT0xKkSm-KKVQzpu0Q"> YouTube </a> / <a href="https://medium.com/@androiddevnotes"> Medium </a>
<br><br>
<img width="320px" src="https://raw.githubusercontent.com/androiddevnotes/androiddevnotes/master/assets/androiddevnotes.png" alt="androiddevnotes logo"></img>
</div>