Hiding the Top of the Screen When Scrolling Down in a ListI first saw that feature on Twitter App, and I liked it. I’ve noticed that many apps don’t have this feature, which I think is a flaw in UI…Sep 3Sep 3
Custom SearchBar with Jetpack ComposeYou know that Jetpack Compose libraries are updated quite often, and I could not use their SearchBar composable for our app effectively due…May 23May 23
How to Create Custom Graphics with Jetpack Compose and Kotlin on AndroidWhile developing a mobile application with Kotlin + Jetpack Compose, I have needed to draw some special drawings. At first, I looked at the…May 9May 9
Formatting Text in Code Behind as Link, Bold and Italic TypesI needed a feature for one of my Xamarin Forms Projects. I searched online but can’t find any proper source to do what I want. Then code…Feb 24, 2021Feb 24, 2021