Created
January 10, 2020 04:24
-
-
Save TechshawCast/ebc105dbacfc9d482fd3335e5d122912 to your computer and use it in GitHub Desktop.
Episode 12 Full Show Notes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Android in 2020 | |
1:30 | |
Jetpack compose | |
https://developer.android.com/jetpack/compose | |
Flutter | |
https://flutter.dev | |
1:40 | |
Declarative style | |
https://en.wikipedia.org/wiki/Declarative_programming | |
01:45 | |
RxJava | |
https://github.com/ReactiveX/RxJava | |
Coroutines | |
https://kotlinlang.org/docs/reference/coroutines-overview.html | |
02:25 | |
Android KTX | |
https://developer.android.com/kotlin/ktx | |
03:20 | |
Coroutines Flow | |
https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/-flow/ | |
03:30 | |
Navigation component | |
https://developer.android.com/guide/navigation/navigation-getting-started | |
04:30 | |
MotionLayout | |
https://developer.android.com/training/constraint-layout/motionlayout | |
04:55 | |
Android MVI with Jetpack Compose | |
https://www.youtube.com/watch?v=Rc-1TAUNX_0 | |
05:20 | |
Swift UI | |
https://developer.apple.com/xcode/swiftui/ | |
07:20 | |
Twitter Min SDK | |
https://twitter.com/minsdkversion | |
08:55 | |
AndroidX Perference | |
https://developer.android.com/jetpack/androidx/releases/preference | |
09:00 | |
Work Manager | |
https://developer.android.com/topic/libraries/architecture/workmanager/basics | |
09:48 | |
Coil | |
https://github.com/coil-kt/coil | |
11:50 Project Treble | |
https://android-developers.googleblog.com/2019/10/all-about-updates-more-treble.html | |
13:25 Alarm Manager Docs | |
https://developer.android.com/reference/android/app/AlarmManager | |
14:17 Evernote Android Jobs Library | |
https://github.com/evernote/android-job | |
14:32 View Binding | |
https://developer.android.com/topic/libraries/view-binding | |
15:40 Data Binding | |
https://developer.android.com/topic/libraries/data-binding | |
17:50 Dependency injection in Android | |
https://www.youtube.com/watch?v=o-ins1nvbDg | |
https://developer.android.com/training/dependency-injection | |
20:50 Koin | |
https://insert-koin.io | |
21:50 Koin vs Dagger on Reddit | |
https://www.reddit.com/r/androiddev/comments/8ch4cg/dagger2_vs_koin_for_dependency_injection/ | |
22:18 Scabbard | |
https://arunkumar9t2.github.io/scabbard/ | |
22:42 Dynamic Feature module | |
https://developer.android.com/guide/navigation/navigation-dynamic | |
Dynamic Delivery | |
https://developer.android.com/guide/app-bundle/dynamic-delivery | |
23:50 inapp updates | |
https://developer.android.com/guide/playcore/in-app-updates | |
24:18 Files and media access changes | |
https://developer.android.com/about/versions/10/privacy/changes#scoped-storage | |
26:30 MAC address issue | |
https://issuetracker.google.com/issues/128554635 | |
29:50 Fortnite Game Store | |
https://www.epicgames.com | |
30:30 Firebase app distribution | |
https://firebase.google.com/docs/app-distribution | |
32:35 | |
Invitation links can now be send on Firebase App Distribution. | |
34:20 AndroidX Testing | |
https://developer.android.com/training/testing/set-up-project | |
35:30 Room | |
https://developer.android.com/topic/libraries/architecture/room | |
36:52 Paging library | |
https://developer.android.com/topic/libraries/architecture/paging | |
38:37 Project Nitrogen | |
https://www.youtube.com/watch?v=-_kZC29sWAo | |
41:32 Postman | |
https://www.getpostman.com | |
Swagger | |
https://swagger.io | |
42:02 Android Asset Studio | |
https://romannurik.github.io/AndroidAssetStudio/ | |
https://shapeshifter.design | |
42:30 Leak canary | |
https://square.github.io/leakcanary/ | |
43:10 Chuck network library | |
https://github.com/jgilfelt/chuck | |
44:26 Flipper | |
https://fbflipper.com | |
45:40 Material Components | |
https://github.com/material-components/material-components-android | |
46:35 Developing Themes with style | |
https://www.youtube.com/watch?v=Owkf8DhAOSo | |
48:00 Kotlin Multiplatform | |
https://kotlinlang.org/docs/reference/multiplatform.html | |
48:25 Ktor | |
https://ktor.io | |
59:30 Suspending views | |
https://chris.banes.dev/2019/12/03/suspending-views-example/ | |
https://chris.banes.dev/2019/12/03/suspending-views/ | |
1:02:10 Kotlin Conf Announcement | |
https://touchlab.co/kotlinconf-2019-recap/ | |
1:03:20 AS 4.0 & 3.6 | |
https://developer.android.com/studio/preview | |
1:08:03 RIB | |
https://github.com/uber/RIBs | |
1:09:25 Udacity | |
https://www.udacity.com | |
1:11:09 | |
Kotlin for Android Developers | |
https://www.udacity.com/course/kotlin-for-android-developers--ud888 | |
Advance Android with Kotlin | |
https://www.udacity.com/course/advanced-android-with-kotlin--ud940 | |
Android Codelabs | |
https://codelabs.developers.google.com/?cat=Android | |
1:11:46 | |
Associate Android Developer Exam | |
For Kotlin - https://app.trueability.com/google-certifications/associate-android-developer-kotlin | |
For Java - https://app.trueability.com/google-certifications/associate-android-developer | |
Study guide for Associate Android Developer Exam | |
https://developers.google.com/certification/associate-android-developer/study-guide/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment