Actually I am new in such applications , I donot know how to extract and bind the data to listview, and I don't know how to make on-click event depending on the item Id, but I can prepare the php page which returns the data... if there is any sample code would be appreciated... regards...
On Jun 9, 4:28 am, Kristopher Micinski <[email protected]> wrote: > On Wed, Jun 8, 2011 at 4:41 PM, tamer hatoum <[email protected]>wrote: > > > while extracting using httprequest and binding to listview and make > > items clickable to open the PDF file .... > > regards... > > Typically what you will do is download the source, parse it, stuff it in a > listview, and make the handler open up the pdf's when clicked. > > So the first part you'll have to deal with is parsing. Are you downloading > raw HTML? > > Kris -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

