
Android Development
ice520301
Windows Mobile Applications Dev
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Android开发笔记: Project "XXX" is missing required source folder: 'gen'
<br />新建Android工程,出现如下Error:<br /> <br />1. Project "XXX" is missing required source folder: 'gen' <br /> 2. The project could not be built until buid path errors are resolved. <br /> <br />Google一下找到,有两种解决方法:<br />1. 选择Project->Clean...,就OK了.(推荐)<br原创 2010-12-01 11:31:00 · 6872 阅读 · 2 评论 -
Android开发笔记: Activity
Activity Stacks The state of each Activity is determined by its position on the Activity stack, a last-in–fi rst-out collection of all the currently running Activities. When a new Activity starts, the current foreground screen is moved to the top of t原创 2010-12-01 20:03:00 · 1375 阅读 · 0 评论 -
Android开发笔记: Menu
关于Menu的文章很多,这里只是自己开发时做的实验而已.Menu Types: 有Options menus, Context menus , Sub menus 三种菜单类型.Android different menu types support different features:Context menus : Do not support item shortcuts and item icons.Options menus : The icon menus do not suppor原创 2010-12-03 18:03:00 · 1857 阅读 · 0 评论 -
ADB
<br />Come From: http://android-dls.com/wiki/index.php?title=ADBWhat is ADB<br />ADB (Android Debug Bridge) is a tool that comes with the Android SDK that allows you to control and interface with your Android device. It is located in the tools folder ess转载 2010-11-22 14:01:00 · 1209 阅读 · 0 评论