Welcome![Sign In][Sign Up]
Location:
Search - android view

Search list

[OtherAndroid手机游戏设计达人讲座(光盘)

Description: 中文名: android 手机游戏设计达人讲座(光盘) 资源格式: 压缩包 主讲人: 作者 : 裴存亮,杨海波 编著 发行日期: 2011年08月18日 地区: 大陆 对白语言: 普通话 文字语言: 简体中文 ==================================================== 本手册从Android的基础讲起,包括Activity、View,Intent、图形绘制、音乐播放、测试、数据存储等相关基础知识。然后过渡到从易到难的Android游戏开发实例。最后的两个附录分别讲解了Android中Json的使用和XML的使用。 本手册能够帮助想从事Android开发的程序员建立完整的Android基础体系,适合有一定java基础的朋友。 ==================================================== 内容包括图书1.分章节源代码 2.Google Android手机开发工具介绍 3.图书精选内容pdf ==================================================== 备注:本资源为本书的光盘资料。(原内容超过1.3G,其中开发工具和SDK都超过1.2G。因为这些工具开发者们都有了所以删除只留下其最有价值东西)
Platform: | Size: 57447664 | Author: maysepp | Hits:

[androidandroid

Description: android 入门 及 UI开发android.graphics 底层图形类   android.view 显示类   android.widget 控件类 -android 入门 及 UI开发android.graphics 底层图形类   android.view 显示类   android.widget 控件类
Platform: | Size: 32768 | Author: 吴志军 | Hits:

[androidview

Description: android系统实用源码之--VIEW系列(用于重写和研究android)-Android system is practical source of- VIEW series (used to rewrite and research android)
Platform: | Size: 260096 | Author: 李海生 | Hits:

[androidcom.android.ide.eclipse.adt_0.9.5.v200911191123-20

Description: 该资源为使用jd反编的adt源代码,可以在import adt后,再attach查看该源码。-The resources is source code of adt which is decompiled by jd. you can import adt zip file, and then attach this file to view the source code.
Platform: | Size: 1051648 | Author: 石尚凯 | Hits:

[androidCamMonitor

Description: Android 版手机监控PC上的摄像头-android View Camera on PC
Platform: | Size: 277504 | Author: 高文华 | Hits:

[androidImageViews

Description: image view example for android
Platform: | Size: 37888 | Author: gelani | Hits:

[androidAndroid-PictureViewer

Description: Android版本的图片浏览器,它的功能包括自定义图片管理视图、图片的增加和删除、图片的放大、缩小的功能等.- 中文(简体) 英语 日语 Android version of the image browser, its features include a custom image management view, the increase in the pictures and delete pictures to enlarge, shrink functionality.
Platform: | Size: 83968 | Author: 彭彬 | Hits:

[androidAndroid-Taskmanager

Description: Android版本的任务管理器,此软件可以显示Android平台上的所有进程,用户不仅可以结束进程,还可以查看进程的详细信息、卸载进程对应的应用程序的软件包等。-Android version of Task Manager, this software can display all the processes on the Android platform, users can not only end the process can also view detailed information on the process, the uninstall process corresponding to the application package.
Platform: | Size: 83968 | Author: 彭彬 | Hits:

[androidAndroid-VieW-Canvas-bitmap

Description: BitMap、View以及Canvas是我们Ophone程序中常用到的类。本日以feisky的学习笔记呈现,通过实例讲解View&Canvas等等。 1. 从资源中获取位图 可以使用BitmapDrawable或者BitmapFactory来获取资源中的位图。 当然,首先需要获取资源: Resources res=getResources() 使用BitmapDrawable获取位图 使用BitmapDrawable (InputStream is)构造一个BitmapDrawable; 使用BitmapDrawable类的getBitmap()获取得到位图; // 读取InputStream并得到位图 InputStream is=res.openRawResource(R.drawable.pic180) BitmapDrawable bmpDraw=new BitmapDrawable(is) Bitmap bmp=bmpDraw.getBitmap() 或者采用下面的方式: -BitMap, View and Canvas is we use class often Ophone program. This day to feisky study notes appear, through the examples explain View&Canvas and so on. 1. Get a bitmap from resources Can use BitmapDrawable or BitmapFactory to obtain resources of the bitmap. Of course, we first need to obtain resources: Resources res = getResources () Use BitmapDrawable get a bitmap Use BitmapDrawable (InputStream is constructing a BitmapDrawable Use BitmapDrawable kind getBitmap () get get a bitmap //read InputStream and get a bitmap InputStream is = res. OpenRawResource (R.d rawable. Pic180) BitmapDrawable bmpDraw = new BitmapDrawable (is) Bitmap BMP = bmpDraw. GetBitmap () Or use the following ways:
Platform: | Size: 54272 | Author: netwalk | Hits:

[Other Embeded programActivity-View

Description: Android view 的刷新方法比较以及用法总结-Android view refresh and usage summary
Platform: | Size: 21504 | Author: cxj | Hits:

[Othercar expenses android application

Description: - use to calculate all the expense -display all expense in bar chart view -android platform
Platform: | Size: 729896 | Author: fewerctk | Hits:

[androidView-3-arguments-consturctor

Description: 我们都知道,在Android中要使用一个View,一般会有两种方式:1. 在XML文件中配置;2. 直接在代码中new一个View的对象。该Demo是Android view构造方法第3个参数详解-We all know that in Android want to use a View, in general there are two ways: a configuration XML file 2 new a View object directly in code. The Demo is Android view constructor first three arguments detailed
Platform: | Size: 678912 | Author: 晓碧 | Hits:

[androidandroid-view

Description: android自定义控件,自定义控件学习.-android Custom controls,Custom controls .
Platform: | Size: 1462272 | Author: 王明 | Hits:

[androidandroid-view

Description: 介绍android系统中将会用到的系统控件,包括imagebutton,checkbox,radiobutton,imageview及系统提供的与时间有关的控件-Introduction android system will be used in the control system, including time-related controls imagebutton, checkbox, radiobutton, imageview and systems provided
Platform: | Size: 3454976 | Author: 覃永贵 | Hits:

[androidAndroid联系人的效果模仿,联系人ListView实现

Description: Android联系人的效果模仿,联系人ListView实现(The Android contact effect mimics the contacts ListView implementation)
Platform: | Size: 37888 | Author: llsi | Hits:

[androidAndroid 360

Description: Android源码 360全景查看demo(Android source 360 panoramic view)
Platform: | Size: 4238336 | Author: 傅某某 | Hits:

[androidCompass-View-master

Description: Android 自定义指南针,非常漂亮(Android Custom compass, very nice)
Platform: | Size: 44679168 | Author: 李永平 | Hits:

[androidAndroid Internals 2015-11

Description: Android是一个开源的系统,但是有多少人能真正坐下来整理数百万行java,C,C++和XML,明白它是如何工作的? 《Android Internals::A Confectioner's Cookbook》是世界上最流行的操作系统的内部运作已记录的第一次!在不涉及冗长代码的情况下,它使用详细的说明、详细的注释和动手实验展示了Android的各种组件的逻辑和流程!(Android may be an open source system, but how many people can actually sit down and sift through millions lines of Java, C, C++ and XML, just to figurea out how it works? Android Internals::A Confectioner's Cookbook is the first time the inner workings of the world's most popular operating system have been documented! Without going into the lengthy code, it presents the logic and flow of Android's various components using detailed illustrations, verbose annotations and hands-on experiments! And the companion website - http://NewAndroidBook.com/ - offers a cornucopia of bonus material, in the form of special tools, articles and code samples - all free! Volume I takes the power user's point of view - the utilities and functionality accessible through)
Platform: | Size: 8852480 | Author: TimeGone | Hits:

[OtherAndroid 自定义 View 绘图基础

Description: Android 自定义 View 绘图基础 控件的测量可以说是固定写法,原生的View只支持EXACTLY的测量模式,我们自定义的控件可以重写onMeasure方法(The measure of a control can be said to be a fixed writing method, and the native View only supports the EXACTLY measurement mode, and our custom controls can rewrite the onMeasure method)
Platform: | Size: 108544 | Author: 一起去飞吧 | Hits:

[OtherAndroid自定义view详解

Description: 懂点面向对象语言知识的都知道:封装,继承和多态,这是面向对象的三个基本特征,所以在自定义View的时候,最简单的方法就是继承现有的View(Know everything about object oriented language knowledge: encapsulation, inheritance and polymorphism are three basic characteristics of object-oriented. Therefore, the simplest way to customize View is to inherit existing View.)
Platform: | Size: 1014784 | Author: 一起去飞吧 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 27 »

CodeBus www.codebus.net