90 likes | 178 Views
Demo 01 StartUpScreen Display. Create a new Android Application. You can leave the emulator running while you edit and test your App. Emulator can be left running during application development.
E N D
Demo 01 StartUpScreen Display
You can leave the emulator running while you edit and test your App Emulator can be left running during application development. You can toggle between activity_main.xml and Graphical Layout to see effect of xml TextView edits without runnning App or switching to emulator.
TextView XML code in activity_main.xml file in res/layout locations of text on startUpScreen defined relative to each other TextView of data values defined here. The id's must match findViewById( ) calls in mainActivity.java Literal strings are declared in res/values/strings.xml
MainActivity.java instance of DemoOne declared setStartUp ScreenText( ) - This is a method to associate data values from DemoOne with TextView display