Nabil Mosharraf HossainDeveloper’s Guide: Avoiding Common Mistakes and Following Best PracticesThings to take note to become better developersSep 29, 2023Sep 29, 2023
Nabil Mosharraf HossainCompose Basics and Dos and dontsAndroid introduced Jetpack Compose, a new declarative UI toolkit for building native user interfaces.Jul 17, 2023Jul 17, 2023
Nabil Mosharraf HossainCreating 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…Dec 30, 2022Dec 30, 2022
Nabil Mosharraf HossainEasy Android ListView Pagination using Jetpack ComposeNeed to list items on an Android screen with scroll-based pagination? Here’s a quick guide. Lets (sc)rollApr 14, 20222Apr 14, 20222
Nabil Mosharraf HossainJetpack Compose: LottieSwipeRefreshIndicatorSimplest way to use Lottie Files as a SwipeRefreshLayoutJun 23, 20211Jun 23, 20211
Nabil Mosharraf HossainExtract 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…May 15, 2021May 15, 2021
Nabil Mosharraf HossainComparison 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…Feb 16, 20211Feb 16, 20211
Nabil Mosharraf HossainLottieSwipeRefreshLayoutI was looking for a way to show a custom animated indicator instead of the default spinner SwipeRefreshLayout from AndroidX.Feb 12, 20212Feb 12, 20212
Nabil Mosharraf HossainThings 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…Aug 17, 20202Aug 17, 20202
Nabil Mosharraf HossainFlutter 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…May 3, 20201May 3, 20201