CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - section
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - section - List
[
android
]
WebKit_interface
DL : 0
最新2.1版本Android中的Webkit的应用层接口部分包含了很多不同平台对Webkit封装的实现,即抽象出了与浏览器所能直 接对应的一些概念的实现,如,WebView,WebPage, WebFrame等。-The latest 2.1 version of Android in Webkit application layer interface section contains a number of different platforms on the Webkit implementation package that abstract out the browser can directly correspond to the realization of some of the concepts, such as, WebView, WebPage, WebFrame so.
Date
: 2025-12-14
Size
: 3.27mb
User
:
Shawn Cai
[
android
]
SQLiteTest
DL : 0
android下使用数据库的一段入门级代码,帮助初学者掌握数据库操作-android use entry-level section of the database code to help beginners master database operations
Date
: 2025-12-14
Size
: 45kb
User
:
张飞
[
android
]
Android-basis
DL : 0
作者:华清远见3G学院。第二章、Android基础。《Android多媒体编程从初学到精通》在本章中,将会介绍一些Android的基础知识,如Android的UI框架、启动过程、进程间通信、上下层之间的交互方法,以及Android为了获得更高的速度而在系统性能上所做的优化等,为接下来的章节做好铺垫。-Author: HuaQing vision 3 G institute. The second chapter, Android basis. "The Android multimedia programming from beginners to master" in this chapter, will introduce some basic knowledge of Android, such as Android UI frame, the starting up process, inter-process communication, lower on the interaction between the methods, as well as Android in order to obtain more speed and in the system properties on the optimization, do for the next section of the blackboard.
Date
: 2025-12-14
Size
: 954kb
User
:
华清远见
[
android
]
Android-binder
DL : 0
Android的binder机制研究(C++部分),通过对Android媒体播放器的反向分析,给出binder的类图,并详细定义了接口类、定义和实现binder类、BnMediaPlayService代码分析-Android s binder mechanism (C++ section), the Android media player through the reverse analysis, given the binder of class diagrams, and detailed definition of the interface classes to define and implement binder class, BnMediaPlayService Code Analysis
Date
: 2025-12-14
Size
: 208kb
User
:
ycy
[
android
]
eoeAndroid-formware-and-HAL-
DL : 0
eoeandroid第16期的文档,主要的内容是android的底层驱动开发和用户层的软件调用的方法,即应用软件通过调用API实现通过控制驱动程序控制IO口。-eoeandroid section 16 of the document, the contents of the main underlying driver of android software development and user-level method calls that applications by calling the API to implement the driver control by controlling the IO port.
Date
: 2025-12-14
Size
: 5kb
User
:
qinxiaoyu
[
android
]
android---Telephony
DL : 0
Android从入门到精通. 原理部分原代码以及文档。-android introduction section
Date
: 2025-12-14
Size
: 23kb
User
:
winfly lin
[
android
]
android-camera-development
DL : 0
android的camera开发部分 android的camera开发部分。-Android camera development section. Android camera development section.
Date
: 2025-12-14
Size
: 9kb
User
:
beinhumble
[
android
]
tiao
DL : 0
本节代码实现android 的跳转,小demo,求过-This section code realization of android jump, little demo, begged
Date
: 2025-12-14
Size
: 1kb
User
:
龚磊
[
android
]
android_animation
DL : 0
在Andriod开发中,Animation是用来给控件制作效果的。大多数的控件都可以用这个类,这个类包含了4种基本动作,分别为移动,旋转,淡入淡出,缩放。在使用Animation时,可以在.java文件中用java代码对其进行设置,这样的优点是可以方便调试程序效果;另外一种方法就是在xml中对控件的属性做设置,好处是代码的重用性比较高,缺点是不方便调试。本节中就简单介绍下这2种方法的使用流程。参考资料为mars老师的教程。 一、在java代码中使用Animation. 在java代码中使用Animation主要分为下面4个步骤。 创建一个AnimationSet类,AnimationSet类是一个Animation集合,里面可以许多Animation,且在AnimationSet中设置的属性适用于里面的所有Animation。 根据我们需要的动态效果创建一个Animation类,主要有4个这样的类,分别为AlphaAnimation,ScaleAnimation,RotateAnimation,TranslateAnimation,分别对应着一种动画效果。 -In the Andriod the development, Animation effect is used to control production. Most controls can use this class, this class contains four kinds of basic movements, move, rotate, fade in fade out, zoom. The use of Animation in java file using java code to set it up, this advantage is that you can easily debug the program effect Another way is to control the properties in xml settings, the benefits of code reuse is relatively high, the disadvantage is not convenient debugging. In this section a brief introduction of these two kinds of methods use process. Reference mars teacher tutorial. Animation. In java code in java code using the Animation is divided into the following four steps. Create a AnimationSet class AnimationSet class Animation collection, which can be many Animation property set in AnimationSet, apply to the inside of all of Animation. Dynamic effects we need to create an Animation class, 4 class, for AlphaAnimation ScaleAnimation the, RotateAnimation TranslateAnimation,
Date
: 2025-12-14
Size
: 1.55mb
User
:
wuwei
[
android
]
android_fram_animation
DL : 1
Amination的整体使用有2种方法,即Tween Animation和Frame Animation,在博客Android开发历程_8(Tween Animation的2种属性设置方法) 中已经介绍了Tween Animation的使用方法,且讲到了其2种属性设置方式。这一节就来看看Frame Animation的使用。参考资料为Mars老师的资料。 Frame Animation的应用不是很广,它主要是将一张张图片串联起来播放,人眼看上去就感觉在动一样,就是利用这种特性到达动态效果。所以我们必须提前准备各种能组成动画的图片。 使用时需要在res下的drawable文件夹中放入需要动画显示的图片,同时在该文件夹中新建一个xml文件,该xml文件里面一animation-list作为标签,标签里面设置一些item,其资源为该drawable下的图片,然后设置好该图片的持续时间即可。 在这次试验中,我主要是放了5张有关小鸟的图片,其drawable下的xml文件内容如下:-Use of the Amination the as a whole there are two kinds of methods, Tween Animation, and Frame Animation Tween Animation in the blog Android development course _8 two kinds (of Tween Animation property is set), and talked about two kinds of attributes set up. This section will look at the use of the Frame Animation. Reference data for the Mars teacher. The application of the Frame Animation is not very wide, it is mainly a picture of picture series up to play, the human eye seems to feel moving, is to use this feature to reach the dynamic effects. So we must be prepared in advance can form a picture of the animation. Need to use the drawable file in the res folder into the animated display pictures, create a new xml file in the folder, the xml file inside the animation-list as a label, the label which set some item of its resources for the drawable under the picture, and then set the duration of the picture can be. In this experiment, I put a picture of the five birds under its drawabl
Date
: 2025-12-14
Size
: 1.52mb
User
:
wuwei
[
android
]
android_LayoutAnimationController
DL : 0
如果我们需要一个界面中的多个控件按照相同的动画方式但是每个控件完成该动画的时刻不同的话,就可采用本节讲的LayoutAnimationController来方便的完成了。 参考资料为Mars老师的教程,http://www.mars-droid.com/. 首先我们来看看用java代码怎么完成该功能,主要遵循以下步骤: 在anim下新建一个xml文件,该文件里面设置了控件的动态效果,所以根标签为set。 在java代码中新建一个Animation对象,采用AnimationUtils.loadAnimation()的方法获得,该方法有一个输入参数及anim下的xml文件id。 新建一个LayoutAnimationController对象,输入参数为上一步新建的Animation对象。 设置改LayoutAnimationController对象的属性,比如控件出场的顺序(该顺序主要有随机,从头到尾,反向3种),控件出现的间隔时间等。 在布局文件中加载该LayoutAnimationController对象。-If we need more controls in one interface in accordance with the same animation, but each control to complete the moment of the animation, you can use this section stresses the LayoutAnimationController convenient. Reference to Mars teacher tutorials, http://www.mars-droid.com/ First, we look at how to complete the java code, the following steps: Create a new xml file in anim, the file set the dynamic effect of the control, so the root tag for the set. Java code create a new Animation object, using AnimationUtils.loadAnimation () methods, this method has one input parameter and the anim under the xml file id. New one LayoutAnimationController object on the input parameters for the step by the new Animation object. Set Changing LayoutAnimationController object properties, such as control the appearance of order (the order of the main random, from start to finish, three kinds of reverse), the controls appear interval. Load the LayoutAnimationController objects in the layout file.
Date
: 2025-12-14
Size
: 1.46mb
User
:
wuwei
[
android
]
lesson_9_code
DL : 0
Android开发lesson_9_code第9节-Android Development lesson_9_code Section 9
Date
: 2025-12-14
Size
: 78kb
User
:
徐洋
[
android
]
zifuhua
DL : 0
软件源代码。自己写的。希望对大家有帮助 功能:输入一段文字,用字符画的方式显示出来。-Software source code. Write your own. I hope everyone Function: enter a section of text, with characters painted.
Date
: 2025-12-14
Size
: 5kb
User
:
yng
[
android
]
Android_phone
DL : 0
Android的电话部分分析 Android的电话部分分析 -Android phone section analyzes the Android phone Android phone part analysis part of the analysis
Date
: 2025-12-14
Size
: 310kb
User
:
哈
[
android
]
BTAndroidWebViewSelection-master
DL : 0
实现了webview通过移动光标选中一段文字的功能-Webview function by moving the cursor to select a section of text
Date
: 2025-12-14
Size
: 168kb
User
:
大桃
[
android
]
imsi_crunch.py
DL : 0
获取中国移动中国联通中国电信手机号段表可用来查找分省信息-Get phone number section
Date
: 2025-12-14
Size
: 2kb
User
:
李广
[
android
]
Game
DL : 0
这是在eclipse下开发的3D andrior的程序,也是我上的第一节这个课,里面有我的笔记,很适合初学者学习-This is the eclipse under development the 3D andrior the program, but also on the first section of this course, there are my notes, it is suitable for beginners to learn
Date
: 2025-12-14
Size
: 985kb
User
:
zd
[
android
]
achartengine-1.0.0-demo-source
DL : 0
achartengine-1.0.0源码,Android图表绘制工具,包括曲线图、柱状图等等,使用起来非常方便。-achartengine-1.0.0 source, The chart tools of Android. Including curve, columnar section,etc. It is very convenient to use.
Date
: 2025-12-14
Size
: 155kb
User
:
大贺
[
android
]
bluetooth-android-chat-demo
DL : 1
ANDROID 手机开发里面的蓝牙开发部分,可以可进行关于蓝牙协议栈的开发,通讯部分的代码。给需要参考的人。-ANDROID mobile development inside the Bluetooth development section, you can be on the Bluetooth protocol stack development, communications part of the code. To the need to refer to a person.
Date
: 2025-12-14
Size
: 218kb
User
:
SUNBOY
[
android
]
CH04
DL : 0
Android sdk开发范例大全(第二版)第4章节-Android sdk development examples (second edition) Section 4
Date
: 2025-12-14
Size
: 4.14mb
User
:
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.