Articles by Tag #androiddev

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

How to Inspect Element on an Android App (Actual App, not Web)

If you've ever thought, "How do I inspect an Android app the same way I do with websites?" – you're...

Learn More 30 1Oct 18 '24

Quick Guide to Installing Android SDK Platform Tools on macOS and Windows

Are you looking to set up Android SDK Platform Tools but don’t know where to start? Whether you're an...

Learn More 22 0Oct 3 '24

Not Another UI Test: How API-First Testing Saved Our Pipeline

If you've ever pushed a hotfix on Friday, only to get a bug report five minutes later… You know the...

Learn More 14 0May 19

Top 10 Essential Tools for Android Development

As Android continues to lead the mobile market, developers have access to a growing number of tools...

Learn More 9 0Oct 29 '24

Best Debugging Tools in Android (Updated for 2025)

Android debugging involves tools and techniques for troubleshooting issues like crashes, slow...

Learn More 9 0Nov 28 '24

Breaking the build 😝 : Demystifying Gradle

As an Android developer, I've always been deep into coding and app design, but kind of skimmed over...

Learn More 8 0Oct 30 '24

I Tried Building a Personal Finance App and Ended Up Fixing Mobile App Testing for Everyone

A few months ago, me and my team set out to build an app for our clients. I was pumped. The backend...

Learn More 8 0Feb 6

Android Development: Pajamas, Crashes, and Code

Introduction Let me tell you a story. Once upon a time, I decided to become an Android...

Learn More 6 0Jun 5

The Cheapest Way to Embed Your Native App in the Browser for Testing

Testing native apps across different devices is a nightmare. Setting up emulators, sideloading...

Learn More 6 1Mar 7

Introduction to Android XR

Android XR is a platform aimed at supporting the next generation of immersive experiences. This...

Learn More 6 2Dec 13 '24

Do You Really Need a Whole Team to Build an Android App?

You might think building an Android app requires a massive team: designers, developers, testers,...

Learn More 6 0Jan 28

Video Replay Attacks Prevention

Video replay attacks pose a significant threat to digital security. Cybercriminals exploit recorded...

Learn More 5 0Aug 22 '24

The Future of Cross-Platform Development: A Sneak Peek into 2025

Cross-platform development is evolving faster than ever, and by 2025, it’s set to transform how we...

Learn More 5 0Mar 6

Kotlin Note

Kotlin Beginners Every kotlin starts with fun main fun main() { println("Hello...

Learn More 5 2Dec 26 '24

This Tiny Bug in Your Android App Can Cost Millions. Here’s How (And How to Avoid It)

As an Android developer with over a decade of experience, I’ve seen it all from overnight app success...

Learn More 5 1Apr 26

Top 1 On-Premises Identity Verification

On-premises identity verification involves validating an individual’s identity within a physical...

Learn More 5 0Aug 27 '24

Multi-Module Architecture in Kotlin using Jetpack Compose

Introduction Modern Android applications are becoming increasingly complex. As your...

Learn More 5 0Mar 7

Did you know … ? Android 16 edition

The rollout of Android 16 is likely going to happen today (while today certainly depends on your time...

Learn More 4 0Jun 8

Wearable Technology and Android: Developing Apps for Smartwatches

The rise of wearable technology has transformed the way we interact with the digital world....

Learn More 4 1Sep 17 '24

Android Architectures: A beginner Guide.

Introduction Android architecture is the backbone of structuring your Android...

Learn More 3 1Mar 19

How to Capture Live Video Stream from an IP Camera Using Python

Connect with me on LinkedIn to network, and visit my Github for my latest projects. In this...

Learn More 3 0Jan 16

5 Jetpack Compose Tricks That Saved Me Hours in Real Projects

Originally published on Level Up Coding (via Medium, friend link — no paywall) While working on...

Learn More 3 4Apr 21

How to Create and Publish an Android Library for Beginners

In this article, we will explore the simplest way to create and publish an open-source Android...

Learn More 3 0Jan 11

Query Smarter, Not Harder

If you're building a music app with on_audio_query, it’s tempting to call querySongs()...

Learn More 2 0Jul 26

Build a Modern Android Splash Screen

Android released official support to show the splash screen. This new splash screen support is added...

Learn More 2 0Dec 29 '24

Managing dependencies like a pro in Android with version catalogs

While building multi-modular android applications it can be a painful task to manage dependencies ...

Learn More 2 0Sep 18 '24

Seamless Data Exchange Between Android Apps Using Ktor

In the world of modern mobile development, inter-app communication is evolving rapidly. Whether...

Learn More 2 0Apr 9

Android Architecture Components: ViewModel, Lifecycle.

Introduction Welcome back! In the last article, we explored an overview of Android...

Learn More 2 1Mar 22

Creating and Publishing an Android SDK: A Simple Step-by-Step Guide That Actually Works

Originally published on ProAndroidDev Creating an Android SDK sounds like something only big...

Learn More 2 0Apr 20

A random annotation I found on androidx.annotation

While working on an Android app, I found an interesting annotation called @ChecksSdkIntAtLeast. I had...

Learn More 2 0Dec 14 '24