dhruvv_dev Profile Banner
Dhruv Limbachiya Profile
Dhruv Limbachiya

@dhruvv_dev

Followers
99
Following
54K
Media
45
Statuses
847

โš–๏ธ Balancing code๐Ÿ‘จโ€๐Ÿ’ป and wellness๐Ÿ‹๏ธ ๐Ÿ“ฑ Mobile app developer ๐Ÿ“š Casual reader

Joined March 2019
Don't wanna be here? Send us removal request.
@dhruvv_dev
Dhruv Limbachiya
2 months
๐Ÿš€ Android 16 just changed how we do progress bars โ€” say hello to Progress-Centric Notifications!. Real-time. Visual. Native. ๐Ÿ”— DroidCon : #AndroidDev #Android16 #UX #MobileDevelopment #NotificationStyle.
Tweet card summary image
droidcon.com
Starting with Android 16, we have a new notification style Notification.ProgressStyle which we can use to create progress-centric notifications.This article will teach us how to use this new style to...
0
0
0
@dhruvv_dev
Dhruv Limbachiya
3 months
๐Ÿง‘โ€๐Ÿ’ป Gutter colors in Android Studio = Git indicators!. ๐ŸŸข New Line Added.๐Ÿ”ต Line Modified.๐ŸŸค Added Whitespace-only.โšช Line Deleted.๐ŸŸคโšช Added Whitespace + Deleted After. ๐Ÿ‘‰ Read full breakdown in my LinkedIn post: #AndroidDev #Git #DevTips #CleanCode.
0
0
0
@grok
Grok
2 days
Join millions who have switched to Grok.
102
184
1K
@dhruvv_dev
Dhruv Limbachiya
1 year
Imagine combining the best parts of data classes with the simplicity of a single instance. Thatโ€™s exactly what Data Objects in Kotlin do! . Checkout the below link to know how it's differ from data class.
0
0
0
@dhruvv_dev
Dhruv Limbachiya
1 year
Simplify HTML rendering in Android! ๐Ÿš€ The new AnnotatedString.fromHtml in Jetpack Compose lets you render HTML directly in your Text composablesโ€”no more complex string manipulation or third-party libraries needed. ๐Ÿ’ก. Read more : . #androidcommunity.
0
0
0
@dhruvv_dev
Dhruv Limbachiya
1 year
RT @androidstudio: ๐Ÿ“ฃ Dev news incoming!. Soon, you can experiment with an early preview of Android Studio on Project IDX running fully in yโ€ฆ.
0
185
0
@dhruvv_dev
Dhruv Limbachiya
1 year
Built an app that uses Gemini API to generate recipes based on the ingredients you have! ๐Ÿ…๐Ÿง…๐Ÿง„๐Ÿฅ˜โœจ. Check out my LinkedIn post for more details: Your feedback is most welcome! ๐Ÿ™Œ๐Ÿ“๐Ÿ˜Š
0
0
1
@dhruvv_dev
Dhruv Limbachiya
1 year
๐——๐—ถ๐—ฑ ๐˜†๐—ผ๐˜‚ ๐—ธ๐—ป๐—ผ๐˜„ ๐—ต๐—ถ๐—บ? . Iโ€™ve known him since my Android journey started. Coding tutorials felt like magic then. Mitch Tabian's, CodingWithMitch channel was a lifesaver with its clear explanations. Anyone else start with CodingWithMitch?. #nostalgia #androiddev
Tweet media one
0
0
1
@dhruvv_dev
Dhruv Limbachiya
1 year
24 hours without food or water, yet I feel more energetic than ever. I donโ€™t know how! . #Supercharged #Unstoppable #MysteryEnergy.
0
0
0
@dhruvv_dev
Dhruv Limbachiya
1 year
For a smooth and responsive UI using Jetpack Compose, check out my latest LinkedIn post where I share insights and tips on achieving optimal performance. [Read more here](. #JetpackCompose #AndroidDevelopment #UIUX #MobileAppDevelopment.
0
0
0
@dhruvv_dev
Dhruv Limbachiya
1 year
Always comment your code. even if it's to explain why you spent 2 hours trying to fix a typo. Future you (and your teammates) will thank you!. #androiddev #learnedfrommistakes #SoftwareDevelopment #SoftwareEngineer.
0
0
0
@dhruvv_dev
Dhruv Limbachiya
1 year
RT @Kavyashrikr: The best weight you'll ever lose is the weight of other people's opinion of you.
0
1
0
@dhruvv_dev
Dhruv Limbachiya
1 year
Delegates.vetoable. This cool feature ensures property changes follow specific rules, perfect for validating user inputs and maintaining data integrity. Check out my detailed post on LinkedIn for more insights! ๐Ÿ‘‡. #Kotlin #AndroidDev #Programming.
0
0
1
@dhruvv_dev
Dhruv Limbachiya
1 year
RT @androiddevnotes: Kotlin Flows in Android Dev.(. Covers use cases like fetching network data, handling user inpuโ€ฆ.
0
21
0
@dhruvv_dev
Dhruv Limbachiya
1 year
What is one thing you want to avoid when developing apps?. #androiddev #SoftwareDevelopment .#LearnInPublic #SoftwareEngineer.
0
0
1
@dhruvv_dev
Dhruv Limbachiya
1 year
RT @androiddevnotes: Jetpack Compose Roadmap.(
Tweet media one
Tweet media two
0
16
0
@dhruvv_dev
Dhruv Limbachiya
1 year
RT @masumparvej_: Most Beautiful Icon Library For Developers!. - 27,000+ beautiful icons.- 3,800+ free icons for commercial use.- Availableโ€ฆ.
0
89
0
@dhruvv_dev
Dhruv Limbachiya
1 year
RT @amitiitbhu: How to read the code of open-source projects like Glide, Retrofit, RxJava, etc?. Let me tell you this from my experience. Aโ€ฆ.
0
3
0
@dhruvv_dev
Dhruv Limbachiya
1 year
Have you ever wondered if there's a way to make your breakpoints smarter, so they only pause when your code hits a specific condition?. Well, there is a way to achieve the same using '๐—–๐—ผ๐—ป๐—ฑ๐—ถ๐˜๐—ถ๐—ผ๐—ป๐—ฎ๐—น ๐—•๐—ฟ๐—ฒ๐—ฎ๐—ธ๐—ฝ๐—ผ๐—ถ๐—ป๐˜๐˜€.'. Read more : #android.
0
0
0
@dhruvv_dev
Dhruv Limbachiya
1 year
RT @subhashchy: I often ask people to stay away from self-proclaimed DSA / coding / open source experts and their courses. They tend to maโ€ฆ.
0
179
0
@dhruvv_dev
Dhruv Limbachiya
1 year
Released an app 3 times in the first half. The only mistake was ex-employees k code pe trust kiya. #SoftwareDeveloper.#lifeofcoder.
0
0
0