fmdogancan
Lurker
Hello guys,
My JSON pattern there is;
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..
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>"
}
},
.
.
]
{
"name":"ListView Item1",
"prop":{
"html_content":"<b>Test1<b><br/><i>Testo1</i><img align=\"left\"/><br/><h2>listview</h2>"
}
},
.
.
]
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..