Mehedi Hassan Piash | Senior Software Engineer | Android | iOS | KMP | Ktor | Jetpack Compose | React-Native.

November 26, 2023

Country search list with flag in jetpack compose

November 26, 2023 Posted by Piash , No comments
A country search list is a common use case for Android app development. we can develop a country search list with a flag using Android SDK and Jetpack compose. Now it's super easy to implement it using a lazy column. So let’s start step by step.Step 1. We need a country list with the country flag....

October 01, 2023

Expandable Text in Jetpack Compose

October 01, 2023 Posted by Piash , No comments
 Expandable text is a user-friendly feature that allows readers to access additional information without cluttering the screen. It’s particularly useful for presenting detailed descriptions, FAQs, or lengthy content while maintaining a clean and organized UI. This feature not only enhances user...

September 09, 2023

Exit alert in the compose app

September 09, 2023 Posted by Piash , No comments
 Alert dialog in the compose app is a little different from what we used to in our XML code in the Android ecosystem. So let's see how it works in our compose app.Exit alert in compose app.Here is the composable component we use for our alert dialogimport androidx.compose.material.AlertDialogimport...

May 27, 2023

Compose Multiplatform Movie App

May 27, 2023 Posted by Piash , No comments
 What is compose multiplatform: Compose Multiplatform is a declarative framework for sharing UIs across multiple platforms with Kotlin. It is based on Jetpack Compose and developed by JetBrains and open-source contributors.You can choose the platforms across which to share...