Shubham Jainjshanos.hashnode.dev·Aug 17, 2024Implementing Bottom Sheets Like a Pro in React NativeWhen building a React Native app, one of the most common UI patterns you'll encounter is the bottom sheet—a UI element that slides up from the bottom of the screen, often used for menus, options, or additional details. While many developers might imp...10 likes·27 readsReact Native
Arnold Wafulaarnoldwafula.hashnode.dev·Feb 10, 2023Getting Started with Bottom Sheets in Android Using Kotlin Part 2 [Beginner Friendly]Introduction As discussed in part 1 of the article, a bottom sheet is an elevated surface anchored to the bottom of the screen. We also saw how it allows room for more user interface elements such as images and text. In this article, we will create a...1 likeAndroid
Arnold Wafulaarnoldwafula.hashnode.dev·Feb 3, 2023Getting Started with Bottom Sheets in Android Using Kotlin Part 1 [Beginner Friendly]Hi guys 👋, in this article, I'm going to delve into what a bottom sheet is, its common uses, and how it can be implemented in android development using Kotlin. I will cover its implementation in the traditional view system (XML-based). Without furth...1 like·92 readsKotlin