[android-developers] Using onItemSelected with conditionals

2011-01-17 Thread zizzfusion
Hello I'm trying to think of the best way of tackling this - I'm not using a database or inflating data dynamically so instead I just want to load a different activity depending on which Spinner selection is made. I'm in the early stages of working with Android so here's where I'm at: public

[android-developers] SQLite and XML

2010-11-11 Thread zizzfusion
So I have a rather simple XML output from a database I made in mySQL. Now what I want to do is retrieve this data and place it into the SQLite database of my app. I'm at the stage where I've defined the onCreate methods for each of the tables. The XML data may need to be added to or changed over

[android-developers] Re: SQLite and XML

2010-11-11 Thread zizzfusion
, zizzfusion calumer...@gmail.com wrote: So I have a rather simple XML output from a database I made in mySQL. Now what I want to do is retrieve this data and place it into the SQLite database of my app. I'm at the stage where I've defined the onCreate methods for each of the tables. The XML

[android-developers] Query on type of solution

2010-11-04 Thread zizzfusion
Hi all, The app I'm producing requires a database that can store a collection of exhibits and the museums they're at plus a few other things like media urls and visitor comments. Stage 1: A user refines their search for exhibits by all or one specific museum using a Spinner. The user then enters