-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME.md
697 lines (345 loc) · 18.9 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
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
<h1 align="center">Awesome Android Learning Resources</h1></br>
<p align="center">
:eyeglasses: A curated list of awesome android learning resources for android app developers. [Continuously updated]
</p>
<br>
<p align="center">
<a href="#"><img alt="Android Language Badge" src="https://badgen.net/badge/OS/Android?icon=https://raw.githubusercontent.com/androiddevnotes/awesome-android-kotlin-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-android-kotlin-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/androiddevnotes.png" alt="androiddevnotes logo"></img>
</p><br>
**Awesome Android Learning Resources** aims to be the starting point for Android App Developers to find the finest learning content for Android App Development.
The content is Android Kotlin App development focused. Android Java content which can be of benefit to developers is listed and tagged with [JAVA]
Content in languages other than English is tagged according to ISO 639-2 codes.
## Contents
- [Books](#books)
- [Video Courses](#video-courses)
- [YouTube Channels](#youtube-channels)
- [Blogs and Tutorial Websites](#blogs-and-tutorial-websites)
- [Podcasts](#podcasts)
- [Newsletters](#newsletters)
- [Docs / Other](#docs--other)
- [Open-source projects](#open-source-projects)
- [Android and Kotlin Conferences](#android-and-kotlin-conferences)
- [Communities](#communities)
:memo: [**Contributing**](#memo-contributing)
## Books
### Android focused
- [App Design Apprentice](https://store.raywenderlich.com/products/app-design-apprentice)
- [Android Apprentice](https://store.raywenderlich.com/products/android-apprentice)
- [Reactive Programming with Kotlin](https://store.raywenderlich.com/products/reactive-programming-with-kotlin)
- [Android Test-Driven Development by Tutorials](https://store.raywenderlich.com/products/android-test-driven-development-by-tutorials)
- [Advanced Android App Architecture](https://store.raywenderlich.com/products/advanced-android-app-architecture)
- [Saving Data on Android](https://store.raywenderlich.com/products/saving-data-on-android)
- [Data Structures & Algorithms in Kotlin](https://store.raywenderlich.com/products/data-structures-and-algorithms-in-kotlin)
- [Elements of Android Jetpack](https://commonsware.com/Jetpack/)
- [Exploring Android](https://commonsware.com/AndExplore/)
- [Elements of Android R](https://commonsware.com/R/)
- [Elements of Android Room](https://commonsware.com/Room/)
- [Elements of Android Q](https://commonsware.com/Q/)
- [Learning RxJava](https://www.packtpub.com/in/programming/learning-rxjava-3-second-edition)
- [Gradle Recipes for Android](https://www.oreilly.com/library/view/gradle-recipes-for/9781491947272/)
- [Kotlin for Android Developers](https://antonioleiva.com/kotlin-android-developers-book/)
- [Android Notes for Professionals book](https://books.goalkicker.com/AndroidBook/)
- [Android System Programming](https://www.oreilly.com/library/view/android-system-programming/9781787125360/)
- [Head First Android Development](https://www.oreilly.com/library/view/head-first-android/9781491974049/)
- [Professional Android](https://www.oreilly.com/library/view/professional-android-4th/9781118949528/)
- [Android Studio 3.6 Development Essentials](https://www.oreilly.com/library/view/android-studio-36/9781800560970/)
- [Mastering Firebase for Android Development](https://www.oreilly.com/library/view/mastering-firebase-for/9781788624718/)
### Kotlin language-focused
- [Kotlin Cookbook](https://www.oreilly.com/library/view/kotlin-cookbook/9781492046660/)
- [Kotlin Apprentice](https://store.raywenderlich.com/products/kotlin-apprentice)
- [Kotlin Coroutines by Tutorials](https://store.raywenderlich.com/products/kotlin-coroutines-by-tutorials)
- [Functional Kotlin](https://www.amazon.com/gp/product/B078JRKFYF/)
- [Hands-On Data Structures and Algorithms with Kotlin](https://www.amazon.com/gp/product/B07DTG2629)
- [Elements of Kotlin Coroutines](https://commonsware.com/Coroutines/)
- [Elements of Kotlin](https://commonsware.com/Kotlin/)
- [Programming Kotlin](https://www.oreilly.com/library/view/programming-kotlin/9781680507287/)
- [Kotlin docs](https://kotlinlang.org/docs/kotlin-docs.pdf)
- [Hands-on Design Patterns with Kotlin](https://www.packtpub.com/in/application-development/hands-design-patterns-kotlin)
- [Learning Concurrency in Kotlin](https://www.packtpub.com/in/application-development/learning-concurrency-kotlin)
- [Learn Kotlin Programming](https://www.packtpub.com/in/application-development/learn-kotlin-programming-second-edition)
- [Effective Kotlin](https://leanpub.com/effectivekotlin)
- [Kotlin Programming: The Big Nerd Ranch Guide Book](https://www.bignerdranch.com/books/kotlin-programming-the-big-nerd-ranch-guide-2/)
- [Mastering Kotlin](https://www.packtpub.com/in/application-development/mastering-kotlin)
- [Kotlin in Action](https://www.manning.com/books/kotlin-in-action)
- [The Joy of Kotlin](https://www.manning.com/books/the-joy-of-kotlin)
- [Head First Kotlin](https://www.oreilly.com/library/view/head-first-kotlin/9781491996683/)
## Video Courses
Note: Listed below are only a few courses provided by each platform. Please visit their site for a full catalog.
#### [EN]
### http://codingwithmitch.com/ courses - Listed a few courses | Visit site for full catalog
- [Clean Architecture](https://codingwithmitch.com/courses/android-clean-architecture/)
- [UI Testing with Jetpack and AndroidX](https://codingwithmitch.com/courses/ui-testing-jetpack-androidx/)
- [UI Testing for Beginners](https://codingwithmitch.com/courses/ui-testing-for-beginners/)
- [Model-View-Intent (MVI) Architecture](https://codingwithmitch.com/courses/model-view-intent-mvi-architecture/)
- [Powerful Android Apps with Jetpack Architecture](https://codingwithmitch.com/courses/powerful-android-apps-with-jetpack-architecture/)
- [Unit Testing](https://codingwithmitch.com/courses/unit-testing-android-2/) [JAVA]
- [Dagger2.2+ on Android](https://codingwithmitch.com/courses/dagger22-android/) [JAVA]
- [REST API with MVVM and Retrofit2](https://codingwithmitch.com/courses/rest-api-mvvm-retrofit2/) [JAVA]
- [Local Database Cache with REST API](https://codingwithmitch.com/courses/android-local-database-cache-rest-api/) [JAVA]
- [SQLite for Beginners 2019](https://codingwithmitch.com/courses/sqlite-room-persistence-android/) [JAVA]
- [Audio Streaming on Android](https://codingwithmitch.com/courses/android-audio-streaming/) [JAVA]
### https://www.udacity.com/ courses - Listed a few courses | Visit site for full catalog
- [Developing Android Apps with Kotlin](https://www.udacity.com/course/developing-android-apps-with-kotlin--ud9012)
- [Advanced Android with Kotlin](https://www.udacity.com/course/advanced-android-with-kotlin--ud940)
### https://caster.io/ courses - Listed a few courses | Visit site for full catalog
- [The Kotlin Programming Language](https://caster.io/courses/kotlin-programming-language)
- [Android Machine Learning with TensorFlow Lite and tf.Keras](https://caster.io/courses/android-machine-learning-with-tensorflow-lite-and-tf-keras)
- [Android MVI Pattern](https://caster.io/courses/android-mvi-pattern)
- [Android MvRx Fundamentals](https://caster.io/courses/android-mvrx-fundamentals)
- [JUnit 5 Fundamentals](https://caster.io/courses/junit5-fundamentals)
- [Koin](https://caster.io/courses/koin)
- [Android Clean Architecture](https://caster.io/courses/android-clean-architecture)
- [Android Model-View-ViewModel Pattern](https://caster.io/courses/android-mvvm-pattern)
- [Storing Data in Android with Room](https://caster.io/courses/storing-data-in-android-with-room)
- [Dependency Injection in Android using Kodein](https://caster.io/courses/dependency-injection-in-android-using-kodein)
- [Introduction to Android Things](https://caster.io/courses/introduction-to-android-things)
- [Functional programming in Kotlin with Arrow](https://caster.io/courses/functional-programming-in-kotlin-with-arrow)
### https://www.udemy.com/ courses - Listed a few courses | Visit site for full catalog
- [Complete Kotlin Coroutines development course](https://www.udemy.com/course/coroutines/)
- [Android Multithreading Masterclass](https://www.udemy.com/course/android-multithreading/)
### https://www.pluralsight.com/ courses - Listed a few courses | Visit site for full catalog
- [Android Apps with Kotlin: Tools and Testing](https://www.pluralsight.com/courses/android-apps-kotlin-tools-testing)
- [Android File System](https://www.pluralsight.com/courses/android-file-system)
### [Freecodecamp](https://www.youtube.com/channel/UC8butISFwT-Wl7EV0hUK0BQ) courses - Listed a few courses | Visit site for full catalog
- [Kotlin Course - Tutorial for Beginners](https://www.youtube.com/watch?v=F9UC9DY-vIU)
### https://www.raywenderlich.com/ courses - Listed a few courses | Visit site for full catalog
- [Android Networking: Fundamentals](https://www.raywenderlich.com/10376651-android-networking-fundamentals)
- [Kotlin Flow: Getting Started](https://www.raywenderlich.com/9147615-kotlin-flow-getting-started)
- [CameraX: Getting Started](https://www.raywenderlich.com/7005190-camerax-getting-started)
- [Jetpack Compose Primer](https://www.raywenderlich.com/7111549-jetpack-compose-primer)
- [MVI on Android](https://www.raywenderlich.com/266607-mvi-on-android)
- [Beginning RxKotlin](https://www.raywenderlich.com/7419-beginning-rxkotlin)
- [Beginning Android Debugging](https://www.raywenderlich.com/9261991-beginning-android-debugging)
- [Android Studio Tips and Tricks](https://www.raywenderlich.com/10054540-android-studio-tips-and-tricks)
- [Programming in Kotlin: Functions & Custom Types](https://www.raywenderlich.com/8458472-programming-in-kotlin-functions-custom-types)
- [Programming in Kotlin: Fundamentals](https://www.raywenderlich.com/7910496-programming-in-kotlin-fundamentals)
- [Beginning Android Layouts](https://www.raywenderlich.com/8080493-beginning-android-layouts)
- [Dependency Injection with Koin](https://www.raywenderlich.com/7042416-dependency-injection-with-koin)
- [Testing With MockK](https://www.raywenderlich.com/5443751-testing-with-mockk)
### https://courses.afteracademy.com/ courses - Listed a few courses | Visit site for full catalog
- [Android Dagger and Dependency Management](https://courses.afteracademy.com/p/android-dagger-and-dependency-management)
- [RxJava - Learn by Examples](https://courses.afteracademy.com/p/rxjava-learn-by-examples)
- [Android MVVM Architecture](https://courses.afteracademy.com/p/android-mvvm-architecture)
- [Android Build System and Memory Management](https://courses.afteracademy.com/p/android-build-system-and-memory-management)
- [Kotlin Coroutines and Flow API for Android](https://courses.afteracademy.com/p/kotlin-coroutines-and-flow-api-for-android)
### https://developer.android.com/courses courses - Visit site for full catalog
### https://coderealprojects.com/ courses - Visit site for full catalog
### https://www.coursera.org/ courses - Visit site for full catalog
### https://www.edx.org/ courses - Visit site for full catalog
### https://www.skillshare.com/ courses - Visit site for full catalog
### https://teamtreehouse.com/ courses - Visit site for full catalog
### https://www.eduonix.com/ courses - Visit site for full catalog
### https://www.lynda.com/ courses - Visit site for full catalog
### https://www.oreilly.com/ courses - Visit site for full catalog
#### [ZH]
### http://ke.qq.com/ [ZH] courses - Visit site for full catalog
### http://hukai.me/ [ZH] courses - Visit site for full catalog
## YouTube Channels
- [Android Developers](https://www.youtube.com/user/androiddevelopers)
- [Coding in Flow](https://www.youtube.com/channel/UC_Fh8kvtkVPkeihBs42jGcA)
- [CodingWithMitch](https://www.youtube.com/channel/UCoNZZLhPuuRteu02rh7bzsw)
- [goobar](https://www.youtube.com/channel/UCVysWoMPvvHQMEJvRkslbAQ)
- [Codetutor](https://www.youtube.com/user/funnybunnyanil)
- [Rahul Pandey](https://www.youtube.com/c/RahulPandeyrkp/)
- [AndroidDevs](https://www.youtube.com/channel/UCKNTZMRHPLXfqlbdOI7mCkg)
- [Simplified Coding](https://www.youtube.com/user/SimplifiedCoding)
- [Reso Coder](https://www.youtube.com/channel/UCSIvrn68cUk8CS8MbtBmBkA)
- [Tihomir RAdeff](https://www.youtube.com/user/yohohoasakura)
- [MindOrks](https://www.youtube.com/channel/UCocBChVv7HPx0g5SbnOUv7w)
- [Android Dialogs](https://www.youtube.com/channel/UCMEmNnHT69aZuaOrE-dF6ug)
- [Hey! Let's Code](https://www.youtube.com/c/HeyLetsCode/)
- [raywenderlich.com](https://www.youtube.com/user/rwenderlich)
- [Smartherd](https://www.youtube.com/user/smartherd)
- [wiseAss](https://www.youtube.com/user/gosuddr93)
- [JetBrainsTV](https://www.youtube.com/user/JetBrainsTV)
- [freeCodeCamp.org](https://www.youtube.com/channel/UC8butISFwT-Wl7EV0hUK0BQ)
- [Treehouse](https://www.youtube.com/user/gotreehouse)
- [EDMT Dev](https://www.youtube.com/user/eddydn71)
- [edureka](https://www.youtube.com/user/edurekaIN)
- [PRABEESH R K](https://www.youtube.com/user/TICOONTECHNOLOGIES)
- [Stevdza-San](https://www.youtube.com/channel/UCYLAirIEMMXtWOECuZAtjqQ)
## Blogs and Tutorial Websites
### Android focused
#### [EN]
- https://blog.danlew.net/
- https://commonsware.com/
- https://proandroiddev.com/
- https://mindorks.com/
- http://vogella.com/
- https://www.bignerdranch.com/
- https://antonioleiva.com/
- https://www.raywenderlich.com/
- https://www.journaldev.com/
- https://www.rivu.dev/
- https://dzone.com/
- https://greaterthannull.dev/
- https://www.geeksforgeeks.org/
- https://www.tutorialspoint.com/
- https://www.edureka.co/
- https://www.simplifiedcoding.net/
- https://developer.android.com/
- https://android.jlelse.eu/
- http://codingwithmitch.com/
- http://codinginflow.com/
- https://jakewharton.com/
- https://guides.codepath.com/android/
- http://freecodecamp.org/
- https://androidsweets.ongoodbits.com/
- https://www.lordcodes.com/android/
- https://alexzh.com/
- https://www.techyourchance.com/
- https://www.androidgig.com/
- https://handstandsam.com/
- https://segunfamisa.com/
- https://joebirch.co/
- https://ryanharter.com/
- http://michaelevans.org/
- https://blog.egorand.me/
- https://publicobject.com/
- https://blog.stylingandroid.com/
- https://www.coroutinedispatcher.com/
- https://www.hellsoft.se/
- https://androidexample365.com/
- http://chintanrathod.com/
- https://futurestud.io/
- https://zsmb.co/
- https://blog.jkl.gg/
- https://dev.to/
- https://medium.com/
- https://codelabs.developers.google.com/
- https://medium.com/androiddevelopers
- https://hackernoon.com/
- https://www.baeldung.com/
- https://krinotech.com/
- https://inspirecoding.app/
- https://androidwave.com/
- https://roadmap.sh/android
- https://goobar.io/
#### [ZH]
- http://yifeiyuan.me/ [ZH]
- http://liuwangshu.cn/ [ZH]
- http://androidperformance.com/ [ZH]
- https://gank.io/ [ZH]
- https://www.cnblogs.com/cate/android/ [ZH]
- https://juejin.im/ [ZH]
- https://www.jianshu.com/ [ZH]
- https://blog.csdn.net/ [ZH]
- https://www.trinea.cn/ [ZH]
- https://www.androidweekly.io/ [ZH]
#### [ID]
- https://www.codepolitan.com/ [ID]
### Kotlin language-focused
#### [EN]
- http://kotlinlang.org/
- https://github.com/Kotlin/KEEP/tree/master/proposals/
- https://kt.academy/
- https://fabiomsr.github.io/from-java-to-kotlin/index.html
- https://devhints.io/kotlin
- https://github.com/MindorksOpenSource/from-java-to-kotlin
- https://www.raywenderlich.com/6649-kotlin-cheat-sheet-and-quick-reference
#### [ZH]
- https://www.bennyhuo.com/ [ZH]
- https://github.com/huanglizhuo/kotlin-in-chinese [ZH]
- https://kaixue.io/ [ZH]
## Podcasts
#### [EN]
- http://androidbackstage.blogspot.com/
- http://fragmentedpodcast.com/
- https://talkingkotlin.com/
- https://www.raywenderlich.com/podcast/
#### [RU]
- https://androiddev.apptractor.ru/ [RU]
## Newsletters
#### [EN]
- https://androidweekly.net/
- https://developer.android.com/newsletter/
- https://jetc.dev/
- http://www.oncreatedigest.com/
#### [ZH]
- http://weekly.manong.io/ [ZH]
## Docs / Other
### Docs
- https://developer.android.com/
- https://kotlinlang.org/
### Other
#### [EN]
- https://androidx.tech/
- https://reposhub.com/android
- https://android-arsenal.com/
- https://android.libhunt.com/
- https://whimsical.com/Ldt6gUncijq3FAmLS4TVYx
- https://android-review.googlesource.com/
- https://source.android.com/
- https://cs.android.com/
- http://androidxref.com/
- https://www.xda-developers.com/
- https://github.com/
- https://gitlab.com/
- https://bitbucket.org/
- https://gitee.com/
- https://coding.net/
- https://www.jetbrains.com/academy/
- https://play.kotlinlang.org/koans/
- https://material.io/
#### [ZH]
- http://e.xitu.io/ [ZH]
- https://p.codekk.com/ [ZH]
- https://www.ctolib.com/android/ [ZH]
## Open-source projects
- https://github.com/androiddevnotes/awesome-android-kotlin-apps
- :eyeglasses: A curated list of awesome android kotlin apps by open-source contributors.
- https://docs.github.com/en/github/searching-for-information-on-github/about-searching-on-github
- Use the advanced search on GitHub and find open-source projects to your liking.
## Android and Kotlin Conferences
- http://androidstudygroup.github.io/conferences
- https://developer.android.com/dev-summit
- https://www.droidcon.com/
- https://droidkaigi.jp/
- https://qconferences.com/
- https://mobileconfth.com/
- https://appdevcon.nl/
- https://kotlinconf.com/
- https://gotober.com/
- https://oredev.org/
- https://events.codemotion.com/
- https://devternity.com/
- https://gotopia.tech/
- https://touraine.tech/
- http://romobos.com/
- https://greachconf.com/
- https://devoxx.com/
- https://t3chfest.es/
- https://o.codefest.ru/
- https://mobiletechcon.de/
- https://www.f8.com/
- https://events.codemotion.com/
- https://mdevcamp.eu/
- https://devitconf.org/
- https://www.devbreak.io/
- https://mobius-piter.ru/
- https://addconf.com/
## Communities
#### [EN]
- http://superuser.com/
- https://stackoverflow.com/
- https://www.reddit.com/r/android_devs/
- https://www.reddit.com/r/androiddev/
- [Android Dev Discord](https://discord.gg/sNgBNng)
- [Programming Discussions Discord](http://invite.progdisc.club/)
- https://kotlinlang.org/community/
#### [ZH]
- https://segmentfault.com/ [ZH]
## :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://www.instagram.com/androiddevnotes"> Instagram </a> / <a href="https://twitter.com/androiddevnotes"> Twitter </a>
<br><br>
<img width="320px" src="assets/androiddevnotes.png" alt="androiddevnotes logo"></img>
</div>