Published inFlipkart Tech BlogOptimising Flipkart Android App size to sub 10 MBOver the last twenty-one months we have successfully reduced our download APK size by more than 40% by continuously searching for app…Feb 21, 20183Feb 21, 20183
How Right Proguard Configuration can optimize Apk SizeProguard basically shrinks , obfuscate and optimize the code. But Right configuration of Proguard saves a lot in terms of apk method count…Dec 7, 2017Dec 7, 2017
How Bundled Images Adversely Affects the Apk SizeWe Generally bundled the images in the apk in order to show the images quickly to the users without downloading it over the wire. But…Dec 7, 2017Dec 7, 2017
Nomenclature of ApkWe are using the Default apk naming but it doesn’t have any information about the app version name, version code , apk name is too big …Oct 21, 2017Oct 21, 2017
Android App Distribution With FastlaneAt Flipkart we need to share the app internally to the Flipster before making it live for the External users. Presently we will share it on…Oct 14, 2017Oct 14, 2017
Automation of Pull Request ReviewAt Flipkart , we have been writing the app codebase for last 5 years (2 lac lines of code) but we don’t have any validation when a new PR…Oct 13, 20171Oct 13, 20171
One Click Signup with Mobile NumberFacebook and Gmail provide one click Signup with Email id , but for Mobile only few SDK’s are available.May 5, 2017May 5, 2017
Tool To Check App PerformanceMost of the app rating and Review depends on how quickly the app responds to a user Action when user launches itApr 28, 2017Apr 28, 2017
Enable HTTPS Proxy in Android NIn Android N , charles SSL certificate won’t work. However, if for your own debug you would like to intercept your SSL network then add the…Mar 25, 2017Mar 25, 2017