Please turn JavaScript on
ProAndroidDev - Medium icon

ProAndroidDev - Medium

Want to stay in touch with the latest updates from ProAndroidDev - Medium? That's easy! Just subscribe clicking the Follow button below, choose topics or keywords for filtering if you want to, and we send the news to your inbox, to your phone via push notifications or we put them on your personal page here on follow.it.

Reading your RSS feed has never been easier!

Website title: ProAndroidDev

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  1.49 / day

Message History

It worked Tuesday. It’s broken Friday. Somewhere in the 300 commits in between, someone broke it — and now it’s your job to find out who, what, and where.. Here’s how git bisect finds the exact one in a handful of check

Most developers reach for git blame here. Some scroll through the commit log squinting at messages. A brave few git checkout random commits and poke at th...


Read full story
Mobile Observability Architecture: Connecting Crashes, Logs, Traces, API Failures, and Business Events

Mobile observability is often misunderstood as crash reporting.

A crash dashboard tells you where the app terminated. It does not always tell you what the user was doing, which API failed before the crash, whether the backend was already degraded, whether the user ...


Read full story

Security in a mobile FinTech system is often discussed as if one strong control can solve the problem.

Certificate pinning will reduce some interception risk.
Root detection may identify some risky device states.
Biometric authentication can improve local user verification.
Device binding can support continuity checks.
Encryption can protect data in spe...


Read full story

This article was originally published on wilfried.hashnode.dev

Static analysis isn’t about making your code “look nice.” It’s about catching the kind of problems that quietly slow teams down: hidden complexity, frag...


Read full story

Imagine using your favorite app. You step into an elevator, lose your internet connection, and suddenly the screen goes blank. Frustrating, right?

Users expect apps to work seamlessly, regardless of network conditions. To achieve this, Android developers use offline caching — storing data locally on the device. However, not all data is created equal. Yo...


Read full story