DEV Community

Cover image for Intro showcase view using Jetpack Compose
Darpan Vithani for Canopas Software

Posted on

Intro showcase view using Jetpack Compose

Want to make it easy for your new users to understand all the features of your app?

Here's how you can do it using Jetpack Compose in Android.

This is an implementation of an intro showcase to highlights different features of the app using Jetpack Compose.

The implementation is inspired by the TapTargetView which is useful for legacy views.

The implementation is also available as a standalone library Intro-showcase-view on github which you can directly add as a gradle dependency in your project.

Here's an article with step by step guide to implement it by yourself.

https://blog.canopas.com/intro-showcase-view-in-jetpack-compose-ac044cd3bf28

Top comments (0)