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 18 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

A Comprehensive Guide to Android NDK Development with Android Studio

Introduction The Native Development Kit (NDK) is a collection of tools designed to help...

Learn More 12 0Jul 12 '24

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

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

Best Debugging Tools in Android (Updated for 2025)

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

Learn More 8 0Nov 28 '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

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

Como um Desenvolvedor Solo de Android Pode Reunir 20 Testadores

Para Meus Leitores Funcionalidades Oferecidas pelo App Como Testador Listando Apps que Estão...

Learn More 6 0Jul 1 '24

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

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

Multi-Module Architecture in Kotlin using Jetpack Compose

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

Learn More 5 0Mar 7

Kotlin Note

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

Learn More 5 2Dec 26 '24

Video Replay Attacks Prevention

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

Learn More 5 0Aug 22 '24

Best ID document recognition source code

This is for best ID document recognition for...

Learn More 5 0Jul 23 '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

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

Top 1 MRZ Reader Online System

Mrz Reader Online offers efficient and accurate document scanning. It simplifies data extraction from...

Learn More 5 0Aug 14 '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

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

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 3 0Oct 30 '24

Android Architectures: A beginner Guide.

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

Learn More 3 1Mar 19

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

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 3 1Sep 17 '24

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

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

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

Android Architecture Components: ViewModel, Lifecycle.

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

Learn More 2 1Mar 22

How to Disable Button in Android Studio

*First Way: * button.setOnClickListener(new View.OnClickListener() { @Override ...

Learn More 2 0Sep 21 '24