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, 2021Sep 27, 2021
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, 20201Oct 14, 20201
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, 20191Mar 20, 20191
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, 2018Dec 6, 2018
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, 20188Jun 29, 20188
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, 2018Jan 10, 2018
Published inMindOrksImplementing Exoplayer for Beginners in KotlinHi Developers!! This post is based on implementing Exoplayer Library to play media files on Android.Dec 10, 20172Dec 10, 20172
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, 20172Aug 9, 20172
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, 2017Aug 8, 2017
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, 201710Jul 30, 201710