#androiddev search results
Tomato, my Material 3 Expressive, data-oriented Pomodoro timer app, is now available on the Google Play Store for everyone to download. Get it at: play.google.com/store/apps/det… It is open source, with the source code at github.com/nsh07/Tomato #JetpackCompose #AndroidDev #Compose
What en event @FIDOAlliance Authenticate was! 🔐 Loved presenting the exciting work we are doing on passkeys & Identity, the fun tasks and ofcourse meeting my team there! #AndroidDev #Android #Google #passkeys
We are thrilled to announce that the Swift SDK for Android is now an official and supported part of the Swift project! This grants a huge amount of confidence to those who may have been hesitant about Skip's approach of bringing SwiftUI to Android. #swiftui #androiddev #iosdev
Learning and applying these will make you a better engineer. Learn from here: outcomeschool.substack.com #AndroidDev
First "real" Android app I worked on....this time 15 years ago! Might make just a *few* changes if developing it today! 😀 #AndroidDev
Keynote Announcement 🚨 4 minds, 1 mission 🤝 Join top #AndroidDev experts, @manuelvicnt, @github_skydoves, @sebi_io, @ErikHellman at #dcldn25 as they share bold predictions, advice, & insights on where #Android is headed next. Miss this, & you’ll hear about it all year 👀…
Successfully built with Compose. I have to say the animation API of @AndroidDev is very powerful and simple #androiddev #jetpackcompose #kotlin
Tab animation Follows the same direction as pill, reveals from center and disappeares from the edges w/ @oguzyagizkara at @LueStudio
Claude Code CLI + Android Studio official extension best of both worlds ⚡ displaying changes like git changes directly in IDE. #androiddev
StateFlow vs LiveData in Android Development Read here: outcomeschool.substack.com/p/stateflow-vs… #AndroidDev #Kotlin
Jetpack Compose Interview Question: Can we use traditional Android Views and Compose together? Answer: - Yes, we can use ComposeView to render Compose UI within traditional Android views. - We can also use AndroidView to render traditional views in our Compose UI. #AndroidDev
Kotlin Flow API Cheat Sheet, for in-depth learning, refer to our Kotlin Flow API Complete Series: outcomeschool.com/blog/flow-api-… #Kotlin #AndroidDev
If you are using one-time In-App products in your android app, then you will have to update the code in the next update. It's now called OneTimeProduct instead of the old InAppProduct and will need some migration. #androiddev #googleplay #inapppurchase #shipkaro #buildinpublic
I just tried Compose Preview Screenshot Testing! it generates an HTML report comparing your UI with the reference, making it easy to spot unexpected UI changes 👀! developer.android.com/studio/preview… #AndroidDev #JetpackCompose
Can you guess which new app I am working on from this picture? #shipkaro #buildinpublic #androiddev #programming #saas
Latest Android Weekly Issue 699 is out! androidweekly.net/issues/issue-6… #AndroidDev #Kotlin
Bitmap Pool in Android outcomeschool.com/blog/bitmap-po… #AndroidDev
15 years ago I was coming to the end of a decade working on server side Java when project was cancelled and was asked if I wanted to join San Jose based team working on this relatively new thing called Android....so grateful that I got that opportunity! #AndroidDev
Bir grid’i karmaşık bir liste gibi düşünmek cazip gelebilir ama aslında amacı farklıdır. Liste, verileri doğrusal bir şekilde anlatır. Grid ise bir koleksiyon gösterir. Kullanıcı, karşılaştırma ve hızlı keşfetme opsiyonlarına sahip olur. #AndroidDev #JetpackCompose
Built a modular Explore screen with dynamic fragment switching between Popular, Rating, and Recent tabs. Smooth, simple, and scalable. #AndroidDev #Kotlin
Android devs — let’s unite for something small but symbolic. The emoji we deserve! Apple has “” in Unicode, but Android — the world’s most open-source OS — has none. If Apple can have its badge, why not us? @Google @Android @unicodeorg, what do you say? #AndroidDev #Unicode
Want to modernize your UI without a full rewrite? Embed Jetpack Compose into your existing XML layouts effortlessly using ComposeView. Achieve smoother transitions and leverage Compose's power incrementally! #AndroidDev #JetpackCompose #UIDevelopment
Writing Tests for Larger Font Sizes with Compose: Scrolling and Text Truncation #androiddev #mobiledev #dormosheio #android #a11y #testing dormoshe.io/trending-news/…
FREE Download - Math Genius Quiz Game App codester.com/items/53412/ma… #androiddev #mobiledev #androidstudio #apptemplate via @codesterhq
When you open a build.gradle.kts file, what is your feeling ? #AndroidDev
7 vote · 2 days left
Finished the Weather App UI this week 🌦️ Also added the Dark/Light mode toggle Next up: integrating real weather data, did a bit of checks and I'll be using weatherapi. Well until next week ✌️ #AndroidDev #JetpackCompose #Kotlin #WeatherApp #DevJourney
Latest Android Weekly Issue 699 is out! androidweekly.net/issues/issue-6… #AndroidDev #Kotlin
What did you roll?🎲 Built a sleek, satisfying Dice Roller App to practice my Android UI/UX skills. Clean design, instant results, and great roll animation! You can see the total sum immediately. A fun weekend project! What's your total roll? #AndroidDev #DiceRoller #Programming
Android Apps Built for Growth 🚀 Want to build a powerful Android app for your business? Our team at AquSag Technologies delivers custom, secure & scalable solutions for smartphones, tablets, wearables & more. Let’s take your idea live. aqusag.com/android-app-de… #AndroidDev
100% redacted, 0% lost. added a new redaction api: all event labels in sensitive zones are replaced with [REDACTED], but the event itself still gets logged. you can tag specific ui elements or define zones. finally feels like data privacy done right. #AndroidDev #BuildInPublic…
一週間の #AndroidDev 開発関連ニュースをお届けする #AndroidDagashi、第400回を公開しました! #Androidjp AIを小さく使い生産性を上げる、並行性をテストするLitmusKtツール、Now in Android 121、など androiddagashi.github.io/issue/400-2025…
Tomato, my Material 3 Expressive, data-oriented Pomodoro timer app, is now available on the Google Play Store for everyone to download. Get it at: play.google.com/store/apps/det… It is open source, with the source code at github.com/nsh07/Tomato #JetpackCompose #AndroidDev #Compose
StateFlow vs LiveData in Android Development Read here: outcomeschool.substack.com/p/stateflow-vs… #AndroidDev #Kotlin
Starting with Jetpack Compose UI testing? Focus on using `createComposeRule()` to launch your composables, and utilize `onNodeWithText` or `onNodeWithTag` for reliable queries. Keep your tests readable & maintainable! #JetpackCompose #UITesting #AndroidDev
LazyColumn sadece modern bir RecyclerView değil. Aynı zamanda düşünme biçimini imperative'den declarative'ye çeviren bir yapı. State'ye odaklanıp gereksiz yere ViewHolder ve Adapter üzerine düşünmeni engelliyor. #JetpackCompose #AndroidDev
“Did you know? You can animate VectorDrawables using AnimatedVectorDrawable and XML path morphing. Perfect for checkmarks ✅” #AndroidDev #JetpackCompose
📱 Mobile devs — what’s your current monitor setup when working on apps, emulators, and design tools? #devs #AndroidDev #flutterdev #mobile #workspace #setup
It's always nice to meet a friend and colleague for the first time in 3D 🤩 Thanks for coming to Droidcon Lisbon @franciscof_1990 ! #dclx25 #AndroidDev
What en event @FIDOAlliance Authenticate was! 🔐 Loved presenting the exciting work we are doing on passkeys & Identity, the fun tasks and ofcourse meeting my team there! #AndroidDev #Android #Google #passkeys
Claude Code CLI + Android Studio official extension best of both worlds ⚡ displaying changes like git changes directly in IDE. #androiddev
Can you guess which new app I am working on from this picture? #shipkaro #buildinpublic #androiddev #programming #saas
Jetpack Compose Interview Question: Can we use traditional Android Views and Compose together? Answer: - Yes, we can use ComposeView to render Compose UI within traditional Android views. - We can also use AndroidView to render traditional views in our Compose UI. #AndroidDev
Thanks to Google. Spent hours to find out there are deprecated functions in an internal Material 3 library 👌🏻 Even the latest 1.4.0-alpha still has it. Warnings from Google Play console - Android Vitals #androiddev
Learning and applying these will make you a better engineer. Learn from here: outcomeschool.substack.com #AndroidDev
implementation vs api in Gradle: Understand how dependency visibility and build performance change when using implementation vs api. Read here: outcomeschool.substack.com/p/implementati… #AndroidDev
Something went wrong.
Something went wrong.
United States Trends
- 1. Jayden Daniels 23.7K posts
- 2. Dan Quinn 6,885 posts
- 3. Seahawks 37.8K posts
- 4. Sam Darnold 14.9K posts
- 5. jungkook 593K posts
- 6. Jake LaRavia 5,308 posts
- 7. Commanders 49.8K posts
- 8. #RaiseHail 8,729 posts
- 9. Perle Labs 4,366 posts
- 10. Bronny 14.3K posts
- 11. 60 Minutes 71.8K posts
- 12. Marcus Smart 3,394 posts
- 13. Joe Whitt 2,266 posts
- 14. #BaddiesAfricaReunion 6,237 posts
- 15. Godzilla 40.2K posts
- 16. #RHOP 6,761 posts
- 17. Jaxson Hayes 3,154 posts
- 18. Ware 5,124 posts
- 19. #smilingfriends 5,466 posts
- 20. Jovic 1,082 posts