@RaksJavac
AppDev
Im a mobile app developer that uses the flutter framework to build cross platform apps
Nothing here yet.
In this article, we will explore recomposition and how it can be used in Android Jetpack Compose. In Android programming, we currently have two types of ways of programming User Interfaces which are the imperative way and the declarative way of pro...

Ever tried to have the same loading screen on a click of a button throughout your app without having to wrap that widget with a conditional loading widget everytime.In this article, i would be demonstating a better way at which you can do that using ...

In this article, we would be integrating hive for local storage of data in your flutter project. Below is a list of the sections of this article What is Hive ? Deep dive into when and why you should use hive. Setting up a hive datastore in yo...
