📰 Dev.to · myougaTheAxo
Articles from Dev.to · myougaTheAxo · 275 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (11730)
ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog

Dev.to · myougaTheAxo
1mo ago
Android File Storage Guide — Internal, External & SAF Explained
What You'll Learn How to use Android's file storage options: internal storage, scoped...

Dev.to · myougaTheAxo
1mo ago
Settings Screen in Compose — Switch, Slider & Selection Dialogs
Settings Screen in Compose — Switch, Slider & Selection Dialogs Create professional...

Dev.to · myougaTheAxo
1mo ago
Context Menu in Compose — Long Press Menu, BottomSheet Actions & Selection Mode
Context Menu in Compose Long-press interactions are crucial for rich UI experiences. Let's...

Dev.to · myougaTheAxo
1mo ago
Local DB Design Patterns — Room + Repository + ViewModel Architecture
Local DB Design Patterns — Room + Repository + ViewModel Architecture Master the Room...

Dev.to · myougaTheAxo
1mo ago
All Button Types in Compose — Button, IconButton & Toggle Guide
All Button Types in Compose — Button, IconButton & Toggle Guide Jetpack Compose...

Dev.to · myougaTheAxo
1mo ago
LazyColumn Performance Optimization — key, contentType & Recomposition Control
LazyColumn Performance Optimization — key, contentType & Recomposition...

Dev.to · myougaTheAxo
1mo ago
Error Handling UI in Compose — Error, Loading & Empty State Patterns
Master error handling in Compose with sealed classes, loading states, and retry mechanisms. ...

Dev.to · myougaTheAxo
1mo ago
Dynamic Color (Material You) in Compose — Wallpaper-Based Theming
Learn how to implement Material You dynamic theming in Compose, adapting colors based on device...

Dev.to · myougaTheAxo
1mo ago
List Item Patterns in Compose — ListItem, Card & Selection
Master list item design patterns in Jetpack Compose with practical examples for every use case. ...

Dev.to · myougaTheAxo
1mo ago
Bottom Navigation with Badges in Compose — Complete NavigationBar Guide
Explore how to build a complete bottom navigation system in Jetpack Compose with badges, animations,...

Dev.to · myougaTheAxo
1mo ago
Search Bar in Compose — SearchBar, Filtering & Debounce
Search Bar in Compose — SearchBar, Filtering & Debounce Material 3 SearchBar provides...

Dev.to · myougaTheAxo
1mo ago
Android Notification Channels — Local Notifications with Actions & Progress
Android Notification Channels — Local Notifications with Actions & Progress Starting...

Dev.to · myougaTheAxo
1mo ago
Dialog Implementation in Compose — AlertDialog, Input & Custom Dialogs
Dialog Implementation in Compose — AlertDialog, Input & Custom Dialogs Jetpack Compose...

Dev.to · myougaTheAxo
1mo ago
Retrofit Complete Guide — API Communication in Compose Apps
Retrofit Complete Guide — API Communication in Compose Apps Retrofit is the standard HTTP...

Dev.to · myougaTheAxo
1mo ago
Text Styling in Compose — AnnotatedString, SpanStyle & Rich Text
Text Styling in Compose — AnnotatedString, SpanStyle & Rich Text Create rich text with...

Dev.to · myougaTheAxo
1mo ago
Android DataStore Guide — Migration from SharedPreferences
Android DataStore Guide — Migration from SharedPreferences DataStore is the modern...

Dev.to · myougaTheAxo
1mo ago
Android WorkManager Guide — Background Task Scheduling
Android WorkManager Guide — Background Task Scheduling WorkManager handles background...

Dev.to · myougaTheAxo
1mo ago
Kotlin Generics — Type Parameters, Variance & Reified Types
Kotlin Generics — Type Parameters, Variance & Reified Types Kotlin's generic type...

Dev.to · myougaTheAxo
1mo ago
Compose ↔ View Interop — AndroidView and ComposeView
Seamlessly integrate Jetpack Compose with legacy Views. Master AndroidView, ComposeView, and state sharing strategies.

Dev.to · myougaTheAxo
1mo ago
Kotlin Delegation Patterns — by, lazy, observable & Custom Delegates
Master Kotlin's powerful delegation system. Explore class delegation, lazy initialization, observable properties, and custom delegate implementations.

Dev.to · myougaTheAxo
1mo ago
Compose Accessibility Guide — Building a11y-Ready UI
Essential accessibility patterns for Jetpack Compose. Make your app inclusive with semantic descriptions, touch targets, and live regions.

Dev.to · myougaTheAxo
1mo ago
Android App Shortcuts — Launch Features from Home Screen
Master static, dynamic, and pinned shortcuts in Android. Streamline user access to key features directly from the home screen.

Dev.to · myougaTheAxo
1mo ago
Kotlin Collections Guide — map, filter, groupBy & Sequences
Kotlin's collection functions transform data efficiently. Master map, filter, groupBy, and the lazy...

Dev.to · myougaTheAxo
1mo ago
Kotlin Coroutines & Flow — Complete Async Guide for Android
Kotlin Coroutines simplify asynchronous programming on Android. Learn how to manage background work,...
DeepCamp AI