I've been searching and searching for answers and tutorials but I can't find one. So here's my problem.. I am a newbie in android and web development. I want to create an android app for my website. I want to fetch image and text from my website using json and make it as a listview in android (See photo below). I know now how to create xml's for the android. The problem is what I will do in the java code and php code for the images and texts to be retrieve. I find some tutorials but they didn't really have the solutions because they all retrieve the image from the res/drawable. I want to retrieve mine from the server of my database like http//example.com/example.php Another thing is to make it clickable so when I click it, it will go to another xml/activity. I hope to find good tutorials for this.
