• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Help How to do this? (listview item click open activity with json)

fmdogancan

Lurker
Hello guys,

My JSON pattern there is;

[
{
"name":"ListView Item1",
"prop":{
"html_content":"<b>Test1<b><br/><i>Testo1</i><img align=\"left\"/><br/><h2>listview</h2>"
}
},
.
.
]​

VVa1Er.png


So, How do I click listview item (from json listing) open new activity and self click item's get the prop.html_content view html over the opened new activity?

How do I do it? I don't understand it dynamically.

Thank you for interest.
Good works..
 
Back
Top Bottom