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...
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...
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...
Problem: How to show bullets in ListView/TextView in Android? Description: There is no easy way to show indentation in ListView/TextView, so here i made a trick and define a drawable...
Description: I know many novice android programmer are facing problem to implement multi-column listview or in confusion to implement this kind of view. so let me write here to implement...
Welcome to the part 5 of ListView series, so far this series: Part 1 – Simple listview Part 2 – ListView with Two TextViews Part 3 – ListView with Two...
Problem: Android – ListView with Two TextViews and ImageView Welcome to the Part 4 of ListView series. So far this series: Part 1 – Simple ListView Part 2 – ListView...
If you are knowing and has already worked with Android ListView, then these are the attributes you should know and use inside your android application to give a great look...