BREAKING:

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 NitroDroid 2012 on 6th October […]

Read More

Android – Asynchronous image loading in ListView

Problem: How to load images in ListView asynchronously and caching them into the local storage? [alert style=”green”] Update: For latest stuffs and libraries for the asynchronous image loading in android, read latest article: Be a lazy but a productive android developer – Part 5 – Image loading library. [/alert] I am writing this article based […]

Read More

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 to load image every times […]

Read More

Just a notification…….!!

Hello all TechnoTalkative fans and lovers, I am really sad to let you know that TechnoTalkative was hacked earlier this month, hope you had noticed the same. Sorry for the inconvenience and thank you all for your love and support. TechnoTalkative is again back with new clothes 🙂 but yes, it has lost all the […]

Read More

Android – Dashboard design pattern implementation

Before reading this article, please read the mentioned prerequisites so that you can have better idea for the implementation of solution which we are going to discuss here. What is Dashboard design pattern? In brief, we can say Dashboard is a page containing large and clear symbols of main functionality and optionally an area for […]

Read More

Android Tip – How to define Getter/Setter methods?

Hello All, This is actually a tip to define Getter/Setter methods in easy way. In other terms you can say Object initialization. You know why i thought to share this tip, just because i have seen many people defining Getter/Setter methods by their own and After getting my tip, you will call its Time wasting […]

Read More