user interface - Android app: custom listview with image -


I'm relatively new to developing Android apps. I bought some books on Android development which started to develop simple applications. Had been

Now, I want to start making apps that have more functionality. There is a list view in this part of the app that has about 100 rows. Each line should contain a small image of the cover of a book (Remote URL), along with the title of the book and the date of publication. Tapping on the line should have a new activity that includes all the details of the film.

I already know that using the JSON to recover the underlying data from the remote web service

I am currently focusing on GUI.

I appreciate it if someone can give me some tips / code samples of this type of GUI!

Regards,

Mark

This is a There is a good tutorial that shows how to write custom list views


Comments