Hi,

I suppose you can do the parsing by yourself, so I will focus on the
clickable items list, when you parse the java script, you have already
had a list of item, all you need to do is to use the item as a data
source for the ListView using either BaseAdapter or other Adapters,
you can take a look at ApiDemo for more details,

Regards,
Nam

On Fri, 2010-06-11 at 14:31 -0700, {n8} wrote:
> Hello everyone, I'm working on my first real Android app.  What I am
> trying to figure out how to do, is click on a button from the main
> screen, and by clicking on that button, the app downloads a JavaScript
> that contains a list of available downloads.  It would automatically
> form the clickable list items based on what is contained in the
> JavaScript.
> 
> I cannot seem to find any info in detail on this topic.  So if anyone
> would have any experience with this subject it would be greatly
> appreciated if you could maybe share what exactly I need to do for
> this or at least point me in the correct direction :)
> 
> Thank you
> 


-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to