代码改变世界

随笔档案-2012年10月19日

Head Fisrt Android Development读书笔记(7)Multi Screep Apps

2012-10-19 10:27 by java20130722, 211 阅读, 收藏,
摘要: Screen Navigation1.Create a new Activity and configure it to use a new Layout2.Create an Intent3.Call startActivity or startActvityForResult to launch a new screen4.onActivityResult to deal with data result from launched activityNew Menu Steps1.Create a new menu XML file from the new XML file wizard 阅读全文