by root | May 1, 2017 | Android, Development, Mobile
As everyone knows that the google authentication through web views is going to be deprecated, where the Google developers are suggested to use google sign in API for native Android developers. In Cordova based applications we can implement Cordova google plus...
by root | Aug 25, 2016 | Android
In this post, I am going to discuss how to efficiently work with images in android without impacting performance/speed of application. I will be using a popular image loading library called Picasso. What I will discuss/Implement: 1) How to load many images (from web...