i want to build an application with a listview or whatever.. that looks very attractive and have some images and many more.But i cant find a good way to have that. I exactly want my application’s UI like this images:

(source: coenraets.org)

(source: coenraets.org)
i want to display my app like this images please suggest me how can i do this? please if u know some tutorials then give the links.
Yes. Just place one
ImageViewandTextViewin one xml layout. And, inflate this layout into one layout which is having theListViewAnd, do the process there for getting images from webservice or locally storedHere i provide some example links that may very useful to you –
Lazy load of images in ListView
ListView with images
How to display a list of images in a ListView in Android?