Monday, March 24, 2014
Activities
So this quiz application is working well.
The Android operating system is structured such that the system runs "activities". In order to write a program, every separate function must be defined in it's own activity. It's kind of beautiful when implemented because everything is modular. Passing information back and forth between activities is somewhat complicated, though.
Defining resources, like icons, is MUCH easier than I would have expected. It's a simple drag-and-drop process and Eclipse, the Independent Development Environment I'm using, automatically updates everything.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment