
android
vincew
这个作者很懒,什么都没留下…
展开
-
Android中JNI编程的那些事儿
Android中JNI编程的那些事儿首先说明,Android系统不允许一个纯粹使用C/C++的程序出现,它要求必须是通过Java代码嵌入Native C/C++——即通过JNI的方式来使用本地(Native)代码。因此JNI对Android底层开发人员非常重要。 将.转载 2011-09-30 09:32:12 · 1087 阅读 · 0 评论 -
Android 系统结构和工程目录
转载 2011-09-30 09:44:30 · 462 阅读 · 0 评论 -
android基本概念
What is Android? Androidis a software stack for mobile devices that includes an operating system,middleware and key applications. TheAn原创 2011-09-30 09:53:41 · 466 阅读 · 0 评论 -
Debugging android applications
Debugging Toolsadb acts as a middleman between a device and yourdevelopment system. It provides various device management capabilities,in转载 2011-09-30 10:04:30 · 662 阅读 · 0 评论 -
gallery note
DiskCache.javaA class used to store cache data into theSD card, or read cache from it.Fieldsprivate LongSparseArray mI原创 2011-09-30 10:08:14 · 715 阅读 · 0 评论 -
android 内存使用
smemhttp://elinux.org/Using_smem_on_Android android 内存使用众所周知,在写 android 程序的时候,很容易出现 OOM ,而出现的时机大多数是由 Bitmap decode 引发的:ERR转载 2011-09-30 10:05:59 · 1576 阅读 · 0 评论 -
Android学习路线
zz from marshttp://www.mars-droid.com/bbs/forum.php?mod=viewthread&tid=163 很多朋友都对学习路线问题感到迷茫,特别是还在上学的朋友们。在这里就详细的为大家介绍一下。 1.Java基础很多朋友一上手就开始学习Android,似乎太着急了一些。Android应用程序开发是以Java语言为基础的转载 2011-10-24 00:17:23 · 635 阅读 · 0 评论