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

September 22, 2021

Bottom navigation in android[Koltin]

September 22, 2021 Posted by Piash , No comments
Bottom navigation with the android navigation component is a little bit tricky. I found most of the resources are activity-based. I wanna implement it inside fragment with navigation component. So let’s start step by step…Bottom navigation screenshootres/menu/bottom_navigation_menu.xml<?xml version="1.0"...

September 17, 2021

Expandable recyclerView in kotlin

September 17, 2021 Posted by Piash , No comments
 There are so many use cases for expandable recyclerView for example where there is a representation of category with subcategories or parent with a group of Childs. Let’s start coding step by step….Image: Screen shot of expandable revcyclerViewitem_child.<?xml version="1.0" encoding="utf-8"?><LinearLayout...

September 14, 2021

RecyclerView with Multiple viewTypes and layouts

September 14, 2021 Posted by Piash , No comments
There is a common feature of e-commerce app product page is multiple view of recyclerView with different layout. This feature is little bit tricky in terms of recyclerView. Today we will implement recyclerView with multiple viewTypes and layouts. Let’s start step by step…adapter_parent_layout.xml<?xml version="1.0" encoding="utf-8"?><layout xmlns:tools="http://schemas.android.com/tools">...