Description: Google Android开发入门与实战的源代码
包括了第5、7、8、9、10、12、13、14、15、16章
JDK下载网址: http://java.sun.com/javase/downloads/index.jsp
Eclipse下载网址:http://www.eclipse.org/downloads/ (下载Eclipse IDE for Java Developers)
Android SDK下载网址: http://developer.android.com-Getting Started with the actual development of Google Android source code includes the first 5,7,8,9,10,12,13,14,15,16 s JDK download URL: http://java.sun.com/javase/downloads/ index.jsp Eclipse downloads Web site: http://www.eclipse.org/downloads/ (download Eclipse IDE for Java Developers) Android SDK download URL: http://developer.android.com Platform: |
Size: 6478848 |
Author:史豪杰 |
Hits:
Description: 《Google Android SDK开发范例大全》全部范例源码,对初中级的来说还是很不错的哦。
-" Google Android SDK development of examples of documents," all source code of the examples, pretty good for learners of middle class Platform: |
Size: 20762624 |
Author:vera.cj |
Hits:
Description: Google Android SDK開發範例大全
所有章節的源碼-Google Android SDK development example
All the source code Platform: |
Size: 9701376 |
Author:leong |
Hits:
Description: Android的SDK中没有包括JNI的支持,而且对如何支持JNI也没有任何文档说明。不过既然整个Android平台是开源的,我们可以通过Google发布的源代码来找到一些线索(比如frameworks/base/media/jni/目录),依葫芦画瓢的实现上层JAVA程序通过JNI来调用Native C程序中的函数。-Android SDK does not include the JNI support but no documentation for instructions on how to support JNI. However, since the entire Android platform is open source, we can through Google released the source code to find some clues (such as the frameworks/base/media/jni/directory) upper JAVA program 依葫芦画瓢 the call through JNI Native C program function. Platform: |
Size: 196608 |
Author:yue |
Hits:
Description: 解析Photoshop源文件(.psd),并将图像数据转换为Android SDK中的Bitmap对象。
基于开源项目“java-psd-library”修改
原项目位置:http://code.google.com/p/java-psd-library/
示例:
File psdFile = new File("/sdcard/11.psd")
try {
Psd psd = new Psd(psdFile)
imageView.setImageBitmap(psd.getImage())
} catch (IOException e) {
e.printStackTrace()
}-Parse the Photoshop the source file (psd), and image data into the the Android SDK Bitmap object. Based on the open source project " java-psd-library" to modify the original project: http://code.google.com/p/java-psd-library/ example: the File psdFile = new File (" / sdcard/11.psd" ) try {Psd psd = new Psd (psdFile) imageView.setImageBitmap (psd.getImage ()) } catch (IOException e) {e.printStackTrace () } Platform: |
Size: 1080320 |
Author:wjh |
Hits:
Description: google-play-services SDK,google_play_services GOOGLE SDK 源码 网络不好的时候可能用 android SDK manager 下不下来,可以直接下载这个文件MAP API和其它一些Google API-google-play-services SDK, google_play_services GOOGLE SDK source code may be used when the network is not good android SDK manager not down, you can download this file MAP API and other Google API Platform: |
Size: 15971328 |
Author:jj |
Hits: