Published inITNEXT·May 6, 2020Member-onlyFlutter: Handling your network API calls like a legend using ProviderIn my previous Flutter article I delved extensively into utilising Bloc architecture and Bloc’s to handle and manage our Flutter network API calls easily. In this article I’d like to cover a different method for managing and hooking up our API network calls using Provider, an incredible state management library…Dart8 min readDart8 min read
Published inPlatform45·Mar 3, 2020Member-onlyFlutter: Handling your network API calls like a boss!If there is one technology that’s literally giving me goosebumps, it’s Flutter. One language for all platforms: desktop, web, iOS and Android. Google has really done something incredible creating this. …Flutter5 min readFlutter5 min read
Published inITNEXT·Jan 13, 2020Flutter: Handling your network API calls like a boss!If there is one technology that’s literally giving me goosebumps, it’s Flutter. One language for all platforms: desktop, web, iOS and Android. Google has really done something incredible creating this. …Android5 min readAndroid5 min read
Published inITNEXT·Jun 17, 2019Member-onlyKotlin: Wrapping your head around LiveData, MutableLiveData, Coroutine Networking and ViewModel using MVVM — A Practical ExampleLiveData was created as a lifecycle-aware data holder with the observer pattern in mind. So basically when data changes it will automatically notify the views and change it. When we create a LiveData object then our views, either an Activity or Fragment will act as an observer to this data…Android3 min readAndroid3 min read
Mar 9, 2019Member-onlyAndroid Local Database Tricks with Kotlin and ObjectBox.For those of you looking for a simple way to store large chunks of JSON data into a local database in Android, then look no further. There are so many times when we come across offline requirements of accessing big chunks of data from a REST online database and saving…Android3 min readAndroid3 min read