Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Here you go, this should get you off in the right path.
http://www.journaldev.com/10416/android-listview-with-custom-adapter-example-tutorial
I don't know how to change the row based off content of the item. I would guess to use a switch statement and a identifier so you can check the id and then adjust the layout based off the id programatically.
Here you go, this should get you off in the right path.
http://www.journaldev.com/10416/android-listview-with-custom-adapter-example-tutorial
I don't know how to change the row based off content of the item. I would guess to use a switch statement and a identifier so you can check the id and then adjust the layout based off the id programatically.