Tweets
- Tweets, current page.
- Tweets & replies
- Media
You blocked @AndroidDev
Are you sure you want to view these Tweets? Viewing Tweets won't unblock @AndroidDev
-
Ace Hilt and Dagger!
@manuelvicnt whipped up a cheat sheet on what the different Hilt and Dagger annotations are and how to use them.#11WeeksOfAndroid Grab your copy ↓https://goo.gle/3ePI71gThanks. Twitter will use this to make your timeline better. UndoUndo -
Sit back and relax, dependency injection with Hilt has you covered
Learn how using Android Jetpack’s Hilt library for dependency injection can make your life a whole lot easier in this overview.
Find your entry point → https://goo.gle/39bwroi
#11WeeksOfAndroidpic.twitter.com/bstURurtfoThanks. Twitter will use this to make your timeline better. UndoUndo -
Hop on the Jetpack week!
This #11WeeksOfAndroid week is all about what’s new in Jetpack and how these awesome libraries can make your Android development so much easier. Blast off with@chethaase ↓pic.twitter.com/zTv4mmau75#11WeeksOfAndroid Jetpack weekThanks. Twitter will use this to make your timeline better. UndoUndo -
That’s a wrap on #11WeeksOfAndroid languages week! Check out this round-up post from@davidjwiner on all the new tools and resources for Kotlin, Java, and C++ developers we’re adding in#Android11. Read here ↓https://bit.ly/2DKwL1FThanks. Twitter will use this to make your timeline better. UndoUndo -
Take the pathway most coded
This week’s pathway covers languages and libraries, including how Kotlin supports the most used Jetpack libraries, new Java APIs, and more! #11WeeksOfAndroid See what you've got → https://goo.gle/30gJl0i pic.twitter.com/Cso28iMplPAndroid Badges Languages .mp4Thanks. Twitter will use this to make your timeline better. UndoUndo -
Hey @Kotlin developers! Learn all about Kotlin keywords in our#KotlinVocabulary playlist. We've covered topics like sealed classes, suspend functions, and more! Check it out and let us know what you'd like to see.
Playlist → https://goo.gle/2WnCxgk
#11WeeksOfAndroidpic.twitter.com/YGrt9nrcBwThanks. Twitter will use this to make your timeline better. UndoUndo -
We’re in a Kotlin state of mind! Join @jvgogh as he gives an overview of...
Kotlin
The 1.4 preview
Tooling improvements
Our coroutines recommendation
And more!
Watch → https://goo.gle/3eCkERh
#11WeeksOfAndroidpic.twitter.com/erPPjfaYkaThanks. Twitter will use this to make your timeline better. UndoUndo -
From Java
Kotlin
This learning pathway is for Java developers who want to ramp up quickly on Kotlin. Learn how to convert Java code to Kotlin, add Kotlin to an existing app, and more!
Earn your badge here → https://goo.gle/397qYij
#11WeeksOfAndroidpic.twitter.com/eC2xdh7I4z
Thanks. Twitter will use this to make your timeline better. UndoUndo -
Putting the fun in fundamentals!
In the Android Kotlin Fundamentals course, you’ll learn core Android concepts and build a variety of apps in a series of codelabs with starter apps and solution code included.
Start learning → https://goo.gle/32rgo4C
#11WeeksOfAndroidpic.twitter.com/kr6izzkhU4
Thanks. Twitter will use this to make your timeline better. UndoUndo -
Good writing is rewriting
See how the Android team rewrote the Android Open Source Project (AOSP) DeskClock app from Java to Kotlin and jumped over the hurdles they encountered along the conversion process. #11WeeksOfAndroid Read more ↓https://goo.gle/30cuNyNThanks. Twitter will use this to make your timeline better. UndoUndo -
70% of the top 1,000 apps are already using Kotlin!
Learn which apps are using #Kotlin, how Kotlin improved their productivity, and how much their app quality has improved. (Hint: It's a lot!)#11WeeksOfAndroid Read → https://goo.gle/3fvVWDf pic.twitter.com/VBVRjsQaWt
Thanks. Twitter will use this to make your timeline better. UndoUndo -
Google Home + Kotlin + Jetpack =
The Google Home team was able to reduce their #1 case of crashes by 33%, by adding #Kotlin into their codebase!#11WeeksOfAndroid
See for yourself ↓https://goo.gle/2OxUMLv Thanks. Twitter will use this to make your timeline better. UndoUndo -
Learn coding from scratch with Android Basics in Kotlin!
We’re announcing a new online course for beginners without programming experience, focused on the basics of building Android apps with #Kotlin.#11WeeksOfAndroid Start learning → https://goo.gle/3eA6IqH pic.twitter.com/jRESYqUFPfThanks. Twitter will use this to make your timeline better. UndoUndo -
With the APK Analyzer, you can:
View the absolute and relative size of files in APK
Understand composition of DEX files
Quickly view final file versions
Compare two APKs side-by-side
Learn how → https://goo.gle/30hF5xF
#11WeeksOfAndroidpic.twitter.com/mw0gxSKyLV
Thanks. Twitter will use this to make your timeline better. UndoUndo -
Most dogs agree, a good prefetch makes everything faster.
Users can get IORap prefetching for free and make their apps start 5% faster. Learn the 4 key steps to get it working for you. #11WeeksOfAndroid Dive in ↓https://goo.gle/3j9NQlMThanks. Twitter will use this to make your timeline better. UndoUndo -
R8 now supports maintaining and rewriting
#Kotlin metadata to shrink Kotlin libraries and applications using Kotlin reflection. Learn more about how R8 handles Kotlin Metadata and how to keep it when it is needed.
Read this #11WeeksOfAndroid post ↓https://goo.gle/3jari4KThanks. Twitter will use this to make your timeline better. UndoUndo -
A Kotlin trifecta: D8, R8 and enums!
In this video, @chethaase runs through enums with when statements and how to use the Android R8 compiler to optimize some of the unobvious overhead.#11WeeksOfAndroid Watch here → https://goo.gle/2DJm9jJ pic.twitter.com/5pz8R4t2Uh
Thanks. Twitter will use this to make your timeline better. UndoUndo -
Improve performance. Reduce code size.
Leverage Google’s toolkit to easily deploy PGO tools and improve native Android apps in 3 easy steps:
Identify representative workload
Collect profiles
Build application
Details → https://goo.gle/30pBPR1
#11WeeksOfAndroidpic.twitter.com/XzLb7c9pFy
Thanks. Twitter will use this to make your timeline better. UndoUndo -
Native dependency struggles are a thing of the past
Version 4.0 of the Android Gradle Plugin addresses these issues by adding support for distributing and exposing native libraries with AARs. #11WeeksOfAndroid Learn how ↓https://goo.gle/2WgLqs4Thanks. Twitter will use this to make your timeline better. UndoUndo -
ADB episode 144: Compilers
@chethaase and@tornorbye are joined by@madsager of the Android Studio compilers team to discuss updates to the Kotlin compiler, R8/D8, and the new Kotlin symbol processing API.
→ https://goo.gle/2Oqniio
#11WeeksOfAndroidpic.twitter.com/SdvJnNCmfQ
Thanks. Twitter will use this to make your timeline better. UndoUndo
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.