Port vs SocketIn networking this is basic concept and even after consuming apis from server, developers still struggle to grab this nuance. In this post…Feb 21, 2020Feb 21, 2020
Published inMindOrksClean app update code by storing 2 booleans into 1 int AndroidHave a look at alternate way of managing app update code by merging isUpdateAvailalbe & isMandatoryUpdate booleans into 1 int.Jun 7, 20181Jun 7, 20181
Published inMindOrksImprove network performance of apps with DiffServRecently I started working on the messaging app which works even when you don’t have internet connectivity to the server, using a direct IP…May 2, 2018May 2, 2018
Published inProAndroidDevUsing Vibrate In AndroidTrue greatness consists in being great in little things. - Charles SimmonsNov 13, 20174Nov 13, 20174
Published inMindOrksUnderstanding deprecated in AndroidIn Android deprecation usually means “We will continue to support this, but we think there are better solutions”.Aug 14, 20175Aug 14, 20175
Published inProAndroidDevSave time with custom Android Studio shortcuts“I can buy anything I want, but I can’t buy time.” – Warren BuffettMay 3, 2017May 3, 2017
Published inAndroidPubUsing Glide ? Few tips to be a proI have been using Glide for over a year now and its really well-designed library for image loading. You could find various articles on…Apr 6, 201710Apr 6, 201710
Experience with SQLite database androidSQLite is default and handy database provided by Android. It plays major role in data caching. 3 Years ago when I started android…Jan 31, 2017Jan 31, 2017