Nabil Mosharraf Hossain·Sep 29, 2023Developer’s Guide: Avoiding Common Mistakes and Following Best PracticesThings to take note to become better developers
Nabil Mosharraf Hossain·Jul 17, 2023Compose Basics and Dos and dontsAndroid introduced Jetpack Compose, a new declarative UI toolkit for building native user interfaces.
Nabil Mosharraf Hossain·Dec 30, 2022Creating Audiobooks by aligning Audio with textOne fun thing I did for my master’s dissertation was to align any Quranic Recitation with the quranic text. One way to generate an audio…
Nabil Mosharraf Hossain·Apr 14, 2022Easy Android ListView Pagination using Jetpack ComposeNeed to list items on an Android screen with scroll-based pagination? Here’s a quick guide. Lets (sc)rollA response icon2A response icon2
Nabil Mosharraf Hossain·Jun 23, 2021Jetpack Compose: LottieSwipeRefreshIndicatorSimplest way to use Lottie Files as a SwipeRefreshLayoutA response icon1A response icon1
Nabil Mosharraf Hossain·May 15, 2021Extract all strings from dart to arb in FlutterFlutter’s internationalisation is a solid approach to support localisation in the apps. However there is no easy way to extract strings…
Nabil Mosharraf Hossain·Feb 16, 2021Comparison of string encryption performance using symmetric methods in AndroidIn our daily lives, there is a great deal of buzz about data protection and security. We would never want our information to get into…A response icon1A response icon1
Nabil Mosharraf Hossain·Feb 12, 2021LottieSwipeRefreshLayoutI was looking for a way to show a custom animated indicator instead of the default spinner SwipeRefreshLayout from AndroidX.A response icon2A response icon2
Nabil Mosharraf Hossain·Aug 17, 2020Things I learned while developing Flutter GraphView widget with MultiChildRenderObjectWe say, In Flutter, everything is a widget. The Widget tree is a structure that represents how our widgets are organized. So I wanted to…A response icon2A response icon2
Nabil Mosharraf Hossain·May 3, 2020Flutter ScrollablePositionedList: Scroll to a position in listviewConsider this User Story: Your user is reading a posts in a long list of posts. You want to ensure that the user’s position is saved when…A response icon1A response icon1