Android Tutorial: Introduction to Mobile Development
Understand Android development from the kernel up. OS architecture, ART runtime, SDK...
Browse all Android articles, tutorials, and developer guides on Coding Dunia, written for working engineers shipping production code.
This page collects 5 articles from our Android archive. Pieces here cover TypeScript patterns, React tooling, build pipelines, and the engineering decisions that ship maintainable code over time. The newest write-up sits at the top; older guides follow chronologically. Each article goes through editorial review for technical accuracy before publication.
If you want broader context, the main archive lists everything we have published across categories. For deeper dives into related topics, the footer surfaces tag pages tied to specific frameworks, libraries, and tooling that show up across multiple articles in this category.
Android Tutorial: Introduction to Mobile Development
Understand Android development from the kernel up. OS architecture, ART runtime, SDK...
Android Kotlin Tutorial: Getting Started Introduction
Start Android dev in Kotlin: compare Kotlin vs Java, install Android Studio,...
Android Kotlin Button OnClick Event: Complete Tutorial
Wire button clicks in Android Kotlin. Three approaches: lambda, function reference, OnClickListener...
EditText with Toast in Android Kotlin: Input Guide
Read user input with EditText in Android Kotlin. Covers inputType, hint, maxLength,...
ImageView in Android Kotlin: Display Images in Apps
Display images in Android Kotlin apps. XML attributes, scaleType, drawable loading, network...