Published inProAndroidDevStorage Model | Android 101With the recent years of Android platform updates, the storage model has evolved. Starting Android 10 (API 29), the model has become…Sep 27, 202192Sep 27, 202192
Demystifying VPN TunnelsIn this blog post, we’ll go through how a VPN Tunneling works. We’ll keep it as generic as possible so that anyone who wants to implement…Oct 14, 2020781Oct 14, 2020781
Published inMindOrksBuilding Swiggy Offer Animation on AndroidOften, it is not the glorious, mind blowing animations but tiny gestures that make the app amazing and a good user experience. Swiggy App…Mar 20, 2019681Mar 20, 2019681
Programming the right way.This blog is mostly the bi-product of a personal realization after what happened recently. It may not be relevant for experienced…Dec 6, 201841Dec 6, 201841
Published inMindOrksAndroid MVP pattern debunked! Kotlin 💙It has been one heck of a struggle dealing with blogs on MVP architecture that are labelled as “beginner” and use RxJava, Dagger and GOD…Jun 29, 20189448Jun 29, 20189448
Your story begins today!!Hi everyone, this is probably my first “non-technical” blog. I am an Android Developer and usually write blogs related to Android…Jan 10, 201872Jan 10, 201872
Published inMindOrksImplementing Exoplayer for Beginners in KotlinHi Developers!! This post is based on implementing Exoplayer Library to play media files on Android.Dec 10, 20171292Dec 10, 20171292
Published inMindOrksSQL Database for beginners — Part 2This is the 2nd Part of the “SQL Database for beginners ” series. It is in direct continuation to Part 1 so I recommend you read it first…Aug 9, 2017712Aug 9, 2017712
Published inMindOrksSQL database for beginners — Part 1Most android apps need to save data, even if only to save information about the app state during onPause()so the user’s progress is not…Aug 8, 201728Aug 8, 201728
Published inMindOrksCustom Array Adapters made Easy!In the Field of Android Development, Array Adapters have always played an important role in populating and controlling the ListViews and…Jul 30, 20171.97K10Jul 30, 20171.97K10