I was in the first phone development class using dhtml way back when offered by nextel. I am not up to date on what is going on now or since then. I am creating a simple text file driven quiz program using radio buttons.
So I am forcing myself to write it in java, to load a csv into memory into a multi-dimensional array and loop through. We are only talking 40 lines of text. My question is more about the integration of java with the phone, how this occurs, and where is an appropriate place to load this array prior to the execution of the ActivityMain.xml? Is there a flow chart for how things execute through Android?
onCreate(Bundle b)
method call. Everything you do must start there. I don't understand your question though, because it is pretty vague. – Kon Aug 19 '13 at 22:25