This article is a revised version of my previous article on Simple Navigation. Given the recent release of Compose Navigation with type-safe parameter support, I’ve updated the accompanying sample project
Tag: Android
Simple Analog Watch faceSimple Analog Watch face
New watch face “Simple Analog” has been published!
Retro CRT Watch FaceRetro CRT Watch Face
Step back in time with the Retro CRT watch face! Immerse yourself in a nostalgic era with this stunning Wear OS watch face, designed to replicate the iconic look of
Font Preview: Your Ultimate Font ExplorerFont Preview: Your Ultimate Font Explorer
Allow me to introduce my new application “Font Preview”
One TAP Timer is getting small updateOne TAP Timer is getting small update
One TAP Timer is getting small update with predefined list of seconds to choose from. Android first, iOS will be next.
WU Converter is getting new unit of measurementsWU Converter is getting new unit of measurements
Updates are coming to WU Converter for Android. iOS will be next
Observing phone call state in JetPack ComposeObserving phone call state in JetPack Compose
Many parts of your application might need to react to the phone being in a call. While registering an observer for phone state changes is simple, coordinating this across multiple
Changing default animation for JetPack Compose NavigationChanging default animation for JetPack Compose Navigation
Jetpack Compose Navigation’s default fade in/out animation is a solid starting point, but let’s explore some ways to elevate the user experience by implementing more engaging transitions!
JetPack Compose: Minimal adjustments to support tablet modeJetPack Compose: Minimal adjustments to support tablet mode
While Android tablets are seeing a resurgence in popularity, software support can vary depending on the manufacturer and device.
Implementing Preview for Composables with Hilt ViewModel injectedImplementing Preview for Composables with Hilt ViewModel injected
While directly injecting ViewModels into composable functions with Hilt DI can make UI previews challenging, there are workarounds to achieve both dependency injection and efficient development.