Vincent Tsen
Vincent Tsen - AndroidDev Blog

Vincent Tsen - AndroidDev Blog

Follow
Series

Android App Dev

Discover helpful tips and tricks for Android app development and Jetpack Compose through my personal journey and experience.

Articles in this series

@RequiresApi() and @ChecksSdkIntAtLeast() Annotations

Jun 3, 20233 min read 23 views

@RequiresApi() and @ChecksSdkIntAtLeast() Annotations are used by lint tool in Android Studio to provide proper warning/error messages · One of the...

@RequiresApi() and @ChecksSdkIntAtLeast() Annotations
Simple Preferences & Proto DataStore Demo App
Simple Firebase Sign-in UI Demo App
How to add Google Play In-app Review Dialog?
How to Add Deep Links in Jetpack Compose?
Pass by Value vs CompositionLocal vs Static CompositionLocal