Android – Select multiple photos from Gallery

|

Today I am going to discuss about implementation of selecting multiple photos from Gallery. You know, I personally have searched enough to find out a solution which allows me to select multiple images from android’s native gallery, I have tried different solutions to achieve the same. Select multiple photos from...

Android – ListView talk @ GDG Ahmedabad orientation event

|

Hi all, I had presented a talk on ListView in the 1st event of GDG Ahmedabad. For your reference, i have uploaded my talk on speaker deck, you can download it too. This session was on all about ListView, customization of ListView and implementing asynchronous image loading in ListView....

NitroDroid 2012 – Android developer conference

|

NitroDroid 2012 is the Android Developer Conference for Software Developers Building Android apps and for all those developers/IT Professionals willing to set a step in Android Arena.Whether you’re an enterprise developer, work for a commercial software company, or are driving your own start-up, if you are building Android apps, attending...

Android – Asynchronous image loading in ListView

|

Problem: How to load images in ListView asynchronously and caching them into the local storage? I am writing this article based on requests I have received and I have also seen many developers have asked question on loading images in ListView asynchronously. If you don’t know about ListView then I...

Android – Load images from web and caching

|

Problem: How to load images from web and caching (storing images inside local storage)? Description: Have you gone through my previous article for Loading Remote Images in android? Actually it was the solution for loading images from web but not caching images into the local storage and hence it has...