Designing An OnBoarding Screen In Jetpack Compose Like LinkedIn.

Ashutosh Singh
5 min readJan 5, 2023
Photo by Gilles Roux on Unsplash

Prerequisites

Before going any further, you must know how to work with Jetpack Compose. If you’re new to Compose, I highly recommend reviewing the following articles.

  1. Jetpack Compose (Part 0)-LazyColumn, Navigation Architecture, Data Model, Grid, and TabBar View

2. Jetpack Compose (Part 1)-Bottom Navigation, Drawer Navigation

3. Managing state in jetpack compose- Building counter app

[pic by author]

Data- This folder contain data class for slide.
Views-
This folder contains screens of the app.
Component-
This folder contain some reusable compose widget. i.e dots indiator.

And I already added the required asset images in the res folder for the slider.

Let’s see what we are building

Composing Time 😍

--

--