Android Tip:
Use ViewStub for views that you want to lazily inflate at runtime.
This reduces memory usage and speeds up rendering of the layout.
#AndroidDev#Android#AndroidTip
🚀 Super stoked to dive back into one of my earlier Android projects! 😍 Time to unlock those nostalgic codes and see how far I've come. Can't wait to unleash some next-level features and crush it with cutting-edge tech! 🤩 #AndroidDev#ThrowbackTechgithub.com/simonmwangi/J-soc…
Who else thinks that Google Play's numbering scheme for public install count sucks?
Like, it's maybe fine for smaller numbers, but HOW ON EARTH is the difference between 1M and 2M neglected!?
#AndroidDev#GooglePlay
When it comes to transferring data between Activities (or any component), two commonly used interfaces in Android are Serializable and Parcelable.
But what's the difference between them? Let's find out! ✅
#AndroidDev
When U got a call from Client to send the work
Le Me (while traveling in Train 😂):-
with my Laptop💻
"Freelancing gives you out of the box experiences "✅
#freelance#Android#AndroidDev#freelancing
🚀 10 video milestone hit.
In this one it's all about that coverage once you do have tests. I use @bitrise to add a @codecov step to the app and a bit of jacoco config somewhere ⚙️
Check it out and feel free to drop your thoughts. 💡
youtu.be/5xYM74Zpxdc#AndroidDev
🧵1/6: Reasons to Learn #Kotlin 🚀
Are you considering learning a new programming language? Stick around as I discuss the top reasons why Kotlin should be your choice! 👨💻👩💻💡
#programming#coding#AndroidDev
However, preventing jank can be difficult because there are so many different causes. But, #Dart has a number of features to avoid many of the common things that cause jank.
#AndroidDev#Coding
Developing an #Android app and want to test the network requests but the apis are not ready yet?
#OkHttp Interceptor got you covered!
Wrote this blog sometime back to solve this problem with OkHttp Interceptor
avidraghav.hashnode.dev/inte…#AndroidDev#kotlin
PHP is ready for a rematch. They even built this website that'll tell you how good new PHP actually is. Well, I don't know about the new one, but let me share with y'all this picture about the old one.
gowithphp.com/#php#language#humor#androiddev
#AndroidDev Here is how to integrate the new #SplashScreen API:
1. Create a new theme.
2. Add the new theme to your manifest.
3. "installSplashScreen()" in your main Activity.
4. (Bonus) Add splash screen exit animation.
Example repo: github.com/ImaginativeShohag…