摘要:
http://ebooks.allfree-stuff.com/index.php
阅读全文
posted @ 2011-08-11 09:32
JayceLi
阅读(109)
推荐(0)
摘要:
http://developer.android.com.nyud.net/index.html
阅读全文
posted @ 2011-07-28 12:19
JayceLi
阅读(159)
推荐(0)
摘要:
http://msdn.microsoft.com/en-us/
阅读全文
posted @ 2011-07-28 12:16
JayceLi
阅读(149)
推荐(0)
摘要:
http://www.cnmsdn.com/t/13/13/
阅读全文
posted @ 2011-07-28 12:15
JayceLi
阅读(131)
推荐(0)
摘要:
http://www.taskcity.com/projects_list/Android
阅读全文
posted @ 2011-07-28 12:13
JayceLi
阅读(154)
推荐(0)
摘要:
http://topic.csdn.net/u/20101130/15/d2cbc4b8-05f5-471d-998d-545222263524.html
阅读全文
posted @ 2011-07-28 12:11
JayceLi
阅读(88)
推荐(0)
摘要:
先下载AXMLPrinter2.jar放到android-sdk-windows\tools下运行cmd,进入tools目录,运行java -jar AXMLPrinter2.jar main.xml > main.txtOK,成功
阅读全文
posted @ 2011-07-28 12:09
JayceLi
阅读(127)
推荐(0)
摘要:
android.resource://package_name/type/nameeg:android.resource://com.example.myapp/raw/my_resource
阅读全文
posted @ 2011-07-28 12:06
JayceLi
阅读(99)
推荐(0)
摘要:
http://wenku.baidu.com/view/5e8663b665ce050877321305.html
阅读全文
posted @ 2011-07-28 12:04
JayceLi
阅读(163)
推荐(0)
摘要:
AndroidManifest.xml 加上权限 代码关机:Intent intent = new Intent(Intent.ACTION_REQUEST_SHUTDOWN);intent.putExtra(Intent.EXTRA_KEY_CONFIRM, false);intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);startActivity(i...
阅读全文
posted @ 2011-07-28 12:01
JayceLi
阅读(194)
推荐(0)