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 | Apr 18, 2017 | Android, Testing
One lesser hectic method to retrieve the OTP from SMS. There is an android app/website: mysms.com, it gives us free SMS push service, where you can get your text messages directly on a website. Prerequisites to use this method: You should have an android phone Phone...
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...