#jetpackcompose 搜尋結果
Thanks @sinasamaki for this wonderful article from which I took inspiration and implemented pager animation in my app. #JetpackCompose
Drop shadow API plus gradients can be used to give a search box an enticing glow like this in #JetpackCompose
Alhamdulillah, @droidconug was special, Planned for a talk, ended up with 5 contributions, a talk about #JetpackCompose and #firebase, panel discussion, round table, Judging and speaking at the AI buildation all in 2 days 😀.
✨ New article - Let's create the fake CRT effect from the latest Sweeper theme, in #JetpackCompose using graphicsLayer sinasamaki.com/creating-a-crt…
✨ 2 weeks of Curves, motion, and Compose magic in Kotlin Multiplatform ⚡ GitHub: github.com/vishal2376/cur… Thanks for canvas tutorials : @sinasamaki @riggaroo #KMP #JetpackCompose #OpenSource
✨ Random Character Animation in KMP GitHub: github.com/vishal2376/cur… #Kotlin #JetpackCompose #Compose #Animation #OpenSource
✨ Split Text Animation in KMP GitHub: github.com/vishal2376/cur… (Dropping code soon...) #Kotlin #JetpackCompose #Compose #Animation #OpenSource
🧊 3D cube in #JetpackCompose No model, just some matrix transformations applied on the UI Cooking this for my #Shipaton project
Done with the app's server section, now just gotta figure out how to package desktop apps for different platforms... Does anyone know how to package it for different OSes? last time i gave up bcuz the app size was getting huge #KMP #ComposeMultiplatform #JetpackCompose #Kotlin
Big leap on StockInfo today 🚀 • Hilt + Room DI fixed • Add Item → DB → Main Screen fully wired • Real-time list updates with StateFlow • Crashes fixed (safe parsing ftw 🙌) Feels great to see the data finally flow end-to-end. #AndroidDev #JetpackCompose #Kotlin
100 more stars in two months 🥹 github.com/shub39 #OpenSource #Kotlin #JetpackCompose
Combining path animations and cube rotations for this magical reveal effect ✨ #JetpackCompose #shipaton #buildinpublic
100 more stars in two months 🥹 github.com/shub39 #OpenSource #Kotlin #JetpackCompose
Mastering LazyColumn in Jetpack Compose — The Ultimate Guide | Android with Rashid Saleem Complete PlayList : youtube.com/watch?v=d2Jsk7… #Mastering #LazyColumn #JetpackCompose #Ultimate #Guide #Android #Kotlin #Programming #AndroidWithRashid #RashidSaleem
Happy Faces, Happy Learning Cohort 2 enrollment started - androidengineers.in/masterclass/je… #androidDev #jetpackCompose
Jetpack Compose is reshaping Android UI. 🚀 Faster builds, less XML, clean Kotlin, reactive UI. If you’re building Android apps, Compose is the future. Full blog 👉 aistechnolabs.com/blog/mastering… #JetpackCompose #AndroidDev #AIStechnolabs
🚀 Jetpack Compose Tip Want your text to be selectable in Compose? Just wrap it in SelectionContainer #Kotlin #JetpackCompose #AndroidDev #KotlinTips #AndroidTips
🎄 Christmas is coming early to @AndroidDev_News! Get your IDEs ready. We’re cooking up a special 24-Day Advent Calendar for the community. No boring theory—just pure, hands-on #JetpackCompose. We start with a blank screen and end with a holiday masterpiece. 🎨 Details dropping…
Salam, I've started a series of articles about #JetpackCompose Side effects, Please read and tell me your thoughts in comments and share if you liked it. Jetpack Compose Side Effects: A Developer’s Journey ahmednmahran.medium.com/jetpack-compos… #AndroidDev #Kotlin #SideEffects #Performance
Big leap on StockInfo today 🚀 • Hilt + Room DI fixed • Add Item → DB → Main Screen fully wired • Real-time list updates with StateFlow • Crashes fixed (safe parsing ftw 🙌) Feels great to see the data finally flow end-to-end. #AndroidDev #JetpackCompose #Kotlin
I just published The Story Behind SmoothBottomNavigation-JetpackCompose And Why I Ended Up Building It Myself medium.com/p/the-story-be… #Jetpack #Compose #JetpackCompose #Android #android_app_developer
2 weeks ago I started using Compose Stability Analyzer plugin for Android Studio. Awesome tool helps to avoid performance issues real-time #jetpackcompose youtube.com/shorts/tj8cRuz…
youtube.com
YouTube
Jetpack Compose stability Analyser plugin for Android Studio | Dev...
Done with the app's server section, now just gotta figure out how to package desktop apps for different platforms... Does anyone know how to package it for different OSes? last time i gave up bcuz the app size was getting huge #KMP #ComposeMultiplatform #JetpackCompose #Kotlin
State hoisting in Jetpack Compose means moving state up to make components stateless and reusable. It boosts testability, clarity, and separation of concerns. Master this pattern to write cleaner, scalable UI with fewer bugs! #JetpackCompose #AndroidDev #StateHoisting
🔥 Compose Hot Reload is stable 🔥 Compose Hot Reload help building multi platform apps faster it works like a preview of your compose code. When you change your compose code, it update immediately on the preview. #Kotlin #JetpackCompose #AndroidDev #KMP github.com/JetBrains/comp…
Drop shadow API plus gradients can be used to give a search box an enticing glow like this in #JetpackCompose
🚀 Material_3_Expressive_List v1.0.1 is out! 🔹 Updated to Material 3 1.5.0-alpha09 🔹 Compose BOM 2025.11.01 🔹 Dependency + README updates Repo 👉 github.com/NicosNicolaou1… #AndroidDev #JetpackCompose #Material3 #Android #Kotlin #Material3Expressive
🎉 We just crossed 6,000 Android Engineers in this community! 💚 @androidweekly @AndroidDev @AndroidStudio @androidenginers #androidDev #kotlin #jetpackCompose
It seems like Compose 3 is a massive paradigm shift for #JetpackCompose, however we've been through this rodeo before. what do we think ? is this the one that'll stick ?
Thanks @sinasamaki for this wonderful article from which I took inspiration and implemented pager animation in my app. #JetpackCompose
🚀 Excited to share What’s New in Android at @GDG_Nairobi #BuildWithAI event today! ✅ Building apps for all form factors (phones, foldables, wearables, TV & more) ✅ AI-powered features with new APIs ✅ Boosting productivity with #JetpackCompose, Kotlin Multiplatform & Gemini
Android Interview Question: Explain Jetpack Compose Phases Answer: Thread 🧵 #AndroidDev #Compose #JetpackCompose
Spent some more time making examples. Big takeaway: I reeeally need to implement ctrl+z anyways, here are some more samples ✨ #JetpackCompose #BuildInPublic #ComposeMultiplatform
🎨 Making some spicy samples for UI I can make using my gradient playground #JetpackCompose #ComposeMultiplatform
New updates for the JetTaskBoard project: - Adaptive layout support using the new ListDetailPaneScaffold and NavigationSuiteScaffoldLayout, previously we were using Two-Pane Api. 🪟 Works fine on Phones, Foldables and Tablets #androiddevs #jetpackcompose ⬇️
Released the v1.2.0! New features: > Search with text and filter by date in history > Set daily reminder message with custom time Source code: github.com/adityasood04/S… Found a bug? Drop a DM or open an issue 🙌 #Android #JetpackCompose #letsconnect #OpenSource #buildInPublic
Just noticed our app has this "quote of the day" for today. Guess who is he? @striver_79 ji can you guess the person? 🙏
🎨 Making some spicy samples for UI I can make using my gradient playground #JetpackCompose #ComposeMultiplatform
Ever wondered why your #JetpackCompose UI sometimes feels like it’s working too hard, even for small updates? Well, here’s the secret sauce: 𝘿𝙤𝙣’𝙩 𝙧𝙚𝙘𝙤𝙢𝙥𝙤𝙨𝙚 𝙩𝙝𝙚 𝙬𝙝𝙤𝙡𝙚 𝙙𝙤𝙣𝙪𝙩 𝙬𝙝𝙚𝙣 𝙖𝙡𝙡 𝙮𝙤𝙪 𝙣𝙚𝙚𝙙 𝙞𝙨 𝙩𝙝𝙚 𝙝𝙤𝙡𝙚! 1 🧵
Alhamdulillah, @droidconug was special, Planned for a talk, ended up with 5 contributions, a talk about #JetpackCompose and #firebase, panel discussion, round table, Judging and speaking at the AI buildation all in 2 days 😀.
New update for Twine rolling out v2.5.0 - Support for offline reader view - Fix flaky reader parsing progress - Bug fixes and improvements #KotlinMultiplatform #JetpackCompose #RSSReader
Something went wrong.
Something went wrong.
United States Trends
- 1. #SurvivorSeries 63.6K posts
- 2. Vandy 14K posts
- 3. Lash Legend 6,087 posts
- 4. Rhea 16.1K posts
- 5. Mateer 7,623 posts
- 6. Oklahoma 30.1K posts
- 7. Tim Banks 3,031 posts
- 8. Norvell 4,010 posts
- 9. Raquel 4,353 posts
- 10. Ty Simpson N/A
- 11. Auburn 15.5K posts
- 12. Heupel 2,869 posts
- 13. AJ Lee 10.8K posts
- 14. Michigan 154K posts
- 15. Bama 15.7K posts
- 16. Pavia 6,909 posts
- 17. Vanderbilt 10.2K posts
- 18. Baugh 5,225 posts
- 19. Tennessee 42.1K posts
- 20. John Cena 15.6K posts