A curated collection of my personal study notes, core concepts, and code snippets for native Android application development. This repository serves as a quick reference guide for common Android components, UI elements, and data persistence strategies.
-
- Layout Inflater
- Alert Dialogs
- Handlers
- Animations
- Listeners
- Android Options Menu (The "3 Dots")
-
- Tab Layout
- ViewPager2
- SharedPreferences
-
- Fragments Implementation
- ListView
-
- Adapters and ViewHolders
- Layout Management
-
- Explicit and Implicit Intents
- Activity Navigation
-
- Local Database Creation
- CRUD Operations
-
- Cloud Data Management
- Authentication (if applicable)