Jeremy Walker (@codingjeremy) 's Twitter Profile
Jeremy Walker

@codingjeremy

Android Compose stuff @ Google... comic stuff: @readwritejeremy

ID: 253756022

calendar_today17-02-2011 22:22:50

165 Tweet

458 Takipçi

166 Takip Edilen

Filip Stanis (@filipstanis) 's Twitter Profile Photo

My very first Android Developers blog post just got published! 🎉 Many thanks to Manuel Vivo who was patient enough to explain some of the more nuanced details about using Hilt. And suggested I write a blog post about it afterwards. 😁

Jeremy Walker (@codingjeremy) 's Twitter Profile Photo

If you use location on android, you should check out this post. Also, I wrote the sample referenced at the end (now it's much easier to get the current location). Enjoy! 😁 github.com/android/locati…

Jeremy Walker (@codingjeremy) 's Twitter Profile Photo

Really cool stuff. If you already have a Wear OS app, it isn't too much work to get it ready for the next version: developer.android.com/training/weara…

Jeremy Walker (@codingjeremy) 's Twitter Profile Photo

Also, if you want to learn one of Wear OS's cool features (Tiles), check out the workshop (live code lab) in a couple hours :) events.google.com/io/session/9d8…

Android Developers (@androiddev) 's Twitter Profile Photo

🚀 Version 1.0 of #JetpackCompose is here! See how Android's modern, native UI toolkit is fully stable and ready for you to adopt in production ↓ goo.gle/compose-is-sta…

Jeremy Walker (@codingjeremy) 's Twitter Profile Photo

If you've been playing with the new Tiles API, your users can now start seeing them! Make sure you upload to Play, as Tiles are a major launching point for apps! 😀

Android Developers (@androiddev) 's Twitter Profile Photo

🔍 Join us on October 27-28 for #AndroidDevSummit 2021! The code is solved and we can't wait to see you there. Save the date → goo.gle/androiddevsumm…

🔍 Join us on October 27-28 for #AndroidDevSummit 2021! 

The code is solved and we can't wait to see you there. 

Save the date → goo.gle/androiddevsumm…
Jeremy Walker (@codingjeremy) 's Twitter Profile Photo

So excited! We've been working on this for awhile. :) If you love Compose, you'll really like using it on Wear OS too and almost all of your knowledge transfers over.

Jeremy Walker (@codingjeremy) 's Twitter Profile Photo

Bring your #Compose knowledge over to Wear OS! Check out "From Mobile to Wear: Create a Compose app for the wrist" today at #AndroidDevSummit to see how! 😀 goo.gle/androiddevsumm….

Jeremy Walker (@codingjeremy) 's Twitter Profile Photo

Super excited about #Compose on Wear OS! I've had a lot of fun playing with it, check out our talk for a quick overview. :)

Jeremy Walker (@codingjeremy) 's Twitter Profile Photo

Need a quick rundown of all the Wear updates from #AndroidDevSummit? ✅ Compose for Wear OS ✅ Watch Face Studio (watch faces w/o code) ✅ Library updates (new beta APIs) ✅ Play Store updates 👇 Learn more 👇 android-developers.googleblog.com/2021/10/wearos…

Ben Weiss (@keyboardsurfer) 's Twitter Profile Photo

Being an Android GDE means that you're supporting and educating #AndroidDev by sharing your own development experience. 🧵 1/7

Jeremy Walker (@codingjeremy) 's Twitter Profile Photo

I reworked Compose's Pointer Input for better performance! :) (Part of the Modifier.Node migration.) If you use Modifier.pointerInput() directly, make sure you read this article as it now executes lazily and that might impact you.