What Is Credential Manager? Credential Manager is a Jetpack Compose API that isolates the intergration for credential management of our user’s into a single API and supports multiple sign-in options. These options include: Passkeys. Put simply, they are session tokens...
Predictive Back Support
What Is Predictive Back Gesture? Predictive Back Gesture refers to a preview that the device shows the user when they perform a back swipe gesture. As the user swipes on the screen, a preview of where this gesture will take them is shown. This animated preview allows...
Using popBackStack()? Then Your App Likely Has a Bug.
Compose Navigation - The Basics Your app maintains what is called a back stack. A back stack is simply a stack of screens (navigation destinations) placed on each other (like a stack of pancakes). The deeper the user navigates into your app, going from screen A to...
Custom Splash Screen on Android – Why You’re Doing It Wrong
First, what even is a splash screen? It’s a screen that commonly displays some form of app branding, usually in the form of a logo, slogan, or the brand’s colors. The splash screen tends not to be very complicated because you want it to load fast. After all, the...