E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
apidemo
文本中的值的保存与恢复
这是android提供的
ApiDemo
里面的关于保存文本中值的例子 PersistentState 持久化状态?
canofy
·
2011-03-30 16:00
xml
android
OS
Access
UP
NFC相关知识与材料(四)
所以在学习NFC的时候除了看Sample里面的NFCDemo以为,还可以看android2.3.3里面源码中的package/apps/Tag和
APIDemo
中的NFC好像AndroidDevelopment
追求幸福
·
2011-03-11 11:00
android
runQueryOnBackgroundThread 的使用
对于
apidemo
列子代码中自定义CursorAdapter的使用总结: 对于AutoCompleteTextView如果设置游标适配器,那么每次当用户输入字符时就会执行一次查询,如果没实现runQueryOnBackgroundThread
ssstudio
·
2011-03-07 14:00
ListView
Android系列之浅谈Android 3D旋转
在ANDROID中实现3D旋转直接使用animation配合camera就可以实现,在
apidemo
里就有这样的实例我们首先做一个继承animation的类Rotate3d.java1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
wylwhd
·
2011-02-24 16:00
android手势操作滑动效果触摸屏事件处理
在Android系统中,手势的识别是通过.OnGestureListener接口来实现的,不过William翻遍了Android的官方文档也没有找到一个相关的例子,
APIDemo
中的TouchPaint
Fiter
·
2011-02-11 16:00
android
gesture
Android重力感应基础
android中的很多游戏的游戏都使用了重力感应的技术,但其
apidemo
却并没有重力感应的实例(不知道是不是我没找到,找到的朋友麻烦告诉我一下,谢谢),因为开发的需要,就研究了一下重力感应这方面,因为网上关于这方面的东西比较少
gundumw100
·
2011-01-30 19:00
游戏
编程
android
OS
Android重力感应基础
android中的很多游戏的游戏都使用了重力感应的技术,但其
apidemo
却并没有重力感应的实例(不知道是不是我没找到,找到的朋友麻烦告诉我一下,谢谢),因为开发的需要,就研究了一下重力感应这方面,因为网上关于这方面的东西比较少
gundumw100
·
2011-01-30 19:00
游戏
编程
android
OS
Android重力感应基础
android中的很多游戏的游戏都使用了重力感应的技术,但其
apidemo
却并没有重力感应的实例(不知道是不是我没找到,找到的朋友麻烦告诉我一下,谢谢),因为开发的需要,就研究了一下重力感应这方面,因为网上关于这方面的东西比较少
gundumw100
·
2011-01-30 19:00
游戏
编程
android
OS
APIDemo
学习笔记——Android上几种简单的Animation使用方法(三)——3D Transition
大前天和昨天都没有写,因为看多了,觉得有很多点是重复的,有些一个Activity其实最主要的就是理解了一个API函数的功能就足够了,所以没什么写的激情,但还是坚持一下,抽点来写吧。上次写了Animation,只讲了后面三个,第一个3DTransition没讲。3DTransition的主要定义在animation包内,里面只有两个Java文件。3D翻转其实并不是很复杂,最主要的是一个函数rotat
lxw1980
·
2011-01-30 14:00
java
android
api
animation
transition
Android上让View自动更新的另一种办法(非线程)
以前在让使用View时,如果要更新界面,总是使用到线程来更新界面,但在看了SDK之后,发现
APIDemo
里没有使用过多线程的,使用的是另一个方法。
lxw1980
·
2011-01-29 00:00
多线程
游戏
UI
android
虚拟机
工作
android--
apidemo
ANDROID例子程序(
ApiDemo
)简单分类整理如理解有误,欢迎大家提出总览:-App(应用)-Content(字体样式)-Graphics(图像)-Media(媒体)-OS(操作系统)-Text(
cs_jiang
·
2011-01-28 08:00
APIDemo
学习笔记——在XML中使用自定义的View类
看了
APIDemo
->View->Custom的代码。
lxw1980
·
2011-01-26 14:00
APIDemo
学习笔记——Android上几种简单的Animation使用方法(一)
在
APIDemo
的View->Animation下可以找到四个Animation的Demo,第一个3DTranslate比较复杂,最后再讲,先讲第2个Interpolator。
lxw1980
·
2011-01-25 14:00
android
xml
api
layout
文档
animation
APIDemo
学习笔记——Android上几种简单的Animation使用方法(二)
现在开始看第三个Push,从View->animation->Push可以启动这个ActivityPush这个Demo主要是展示了View之间的切换效果。Push对应的Java文件为view包内的Animation2.java,对应的XML布局文件为layout/animation_2.xml。先看布局文件,这个页面内最主要用到的是一个ViewFlipper。使用ViewFlipper可以实现多个
lxw1980
·
2011-01-24 22:00
java
xml
android
api
animation
UP
APIDemo
这个假期在朋友那里偶然发现了一个
APIDemo
,是AndroidSDK里自带的一个程序的源代码,几乎Android上所有常见的效果都在里面可以找到。如此好的东西以前居然没有发现。
lxw1980
·
2011-01-24 20:00
android
api
Android TabActivity Essentials
TabActivity的用法示例在
APIDemo
里面都能找到。这里不介绍了,本文主要讲下它的原理和扩展TabActivity是个比较有意思的东西。
yan_daoqiu
·
2011-01-13 09:00
android
String
layout
tabs
interface
encoding
一个简单的Android OpenES Demo --转
一个简单的AndroidOpenESDemo--转这个例子是根据
APIDemo
中的例子更改而来,主要是加入了我对透视投影和坐标系的理解。
大龙的博客
·
2011-01-04 17:00
发现android的一个BUG
Signalling end of stream 而播放一个比较长的mp3时候就不会出现这个error android的
APIDemo
中的那个样例就使用了一个比较长的mp3,所以没
xujunJ2EE
·
2010-12-30 11:00
android
对接下来生活的计划
所以这次的计划也定得相对宽松 上班的日子 利用上班时间尽量看点东西 自己也知道晚上会玩 晚上回来一玩收不住 就暂且放过 看的东西包括手头的Thinking In Java /
ApiDemo
cookiejj2010
·
2010-12-23 16:00
生活
对接下来生活的计划
所以这次的计划也定得相对宽松 上班的日子 利用上班时间尽量看点东西 自己也知道晚上会玩 晚上回来一玩收不住 就暂且放过 看的东西包括手头的Thinking In Java /
ApiDemo
cookiejj2010
·
2010-12-23 16:00
生活
EditText输入框自动提示功能
所示的图片中输入as前两个字母,后面就会提示相应的结果提示,这在
apidemo
中也有类似例子的提供,网上传的也基本都是那个例子。
logger
·
2010-12-05 21:00
android
xml
Android中ExpandableListView的实现
这个例子是小弟上网搜了相关资料和文章和看了
APIdemo
后自己实现的一个例子,用在小项目中。都是从小学习到大的,所以都知道在不会的时候很想找人帮自己一把。
logger
·
2010-12-05 18:00
android
xml
OS
APIDEMO
ListActivity 学习
/* *Copyright(C)2008TheAndroidOpenSourceProject * *LicensedundertheApacheLicense,Version2.0(the"License"); *youmaynotusethisfileexceptincompliancewiththeLicense. *YoumayobtainacopyoftheLicenseat
isiqi
·
2010-11-25 17:00
apache
android
OS
Access
Derby
APIDEMO
ListActivity 学习
阅读更多/**Copyright(C)2008TheAndroidOpenSourceProject**LicensedundertheApacheLicense,Version2.0(the"License");*youmaynotusethisfileexceptincompliancewiththeLicense.*YoumayobtainacopyoftheLicenseat**http:
isiqi
·
2010-11-25 17:00
Android
Derby
OS
Apache
Access
APIDEMO
ListActivity 学习
阅读更多/**Copyright(C)2008TheAndroidOpenSourceProject**LicensedundertheApacheLicense,Version2.0(the"License");*youmaynotusethisfileexceptincompliancewiththeLicense.*YoumayobtainacopyoftheLicenseat**http:
isiqi
·
2010-11-25 17:00
Android
Derby
OS
Apache
Access
APIDEMO
ListActivity 学习
/* *Copyright(C)2008TheAndroidOpenSourceProject * *LicensedundertheApacheLicense,Version2.0(the"License"); *youmaynotusethisfileexceptincompliancewiththeLicense. *YoumayobtainacopyoftheLicenseat
talin2010
·
2010-11-25 17:00
apache
android
OS
Access
Derby
APIDEMO
TABLELAYOUT
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:shrinkColumns=&q
talin2010
·
2010-11-25 10:00
apache
android
OS
APIDEMO
TABLELAYOUT
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:shrinkColumns=&q
isiqi
·
2010-11-25 10:00
apache
android
OS
APIDEMO
TAB ACTIVITY 学习
1:ContentbyID/* *Copyright(C)2008TheAndroidOpenSourceProject * *LicensedundertheApacheLicense,Version2.0(the"License"); *youmaynotusethisfileexceptincompliancewiththeLicense. *Youmayobtainacopyof
isiqi
·
2010-11-25 09:00
apache
C++
c
android
OS
APIDEMO
TAB ACTIVITY 学习
1:ContentbyID/* *Copyright(C)2008TheAndroidOpenSourceProject * *LicensedundertheApacheLicense,Version2.0(the"License"); *youmaynotusethisfileexceptincompliancewiththeLicense. *Youmayobtainacopyof
talin2010
·
2010-11-25 09:00
apache
C++
c
android
OS
给 TextView 加上效果和事件响应
昨晚研读
ApiDemo
源码至com.example.android.apis.text.Link类。
eidolon
·
2010-11-25 00:00
html
android
Google
APIDEMO
Text 学习
1:自定义TextView /* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance wi
isiqi
·
2010-11-24 09:00
apache
html
android
Google
OS
APIDEMO
Text 学习
1:自定义TextView /* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance wi
talin2010
·
2010-11-24 09:00
apache
html
android
Google
OS
APIDEMO
OS Vibrator 手机震动使用
/* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.
talin2010
·
2010-11-20 15:00
C++
c
android
OS
C#
APIDEMO
OS Vibrator 手机震动使用
/* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.
isiqi
·
2010-11-20 15:00
C++
c
android
OS
C#
APIDEMO
字体默认样式
1: xml android:textStyle="normal" android:textStyle="bold" android:textStyle="italic" 正常,加粗,斜体 2:String.xml 配置 Plain, <b>bold</b>, <i>italic</i
isiqi
·
2010-11-20 15:00
xml
android
APIDEMO
词语朗读--需要安装TTS扩展服务
/* *Copyright(C)2009TheAndroidOpenSourceProject * *LicensedundertheApacheLicense,Version2.0(the"License"); *youmaynotusethisfileexceptincompliancewiththeLicense. *YoumayobtainacopyoftheLicenseat
isiqi
·
2010-11-20 15:00
apache
android
OS
APIDEMO
语音识别--手机需要有语音识别系统voice search
publicclassVoiceRecognitionextendsActivityimplementsOnClickListener{ privatestaticfinalintVOICE_RECOGNITION_REQUEST_CODE=1234; privateListViewmList; /** *Calledwiththeactivityisfirstcreated.
isiqi
·
2010-11-20 15:00
UI
xml
android
APIDEMO
PREFERENCE 学习 ACTIVTIY
Prefercence 观察来看设计思想应该是简化设置的UI的界面布局所用。 主题是 PreFerenceActivity 1:xml <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> <PreferenceCategory android:titl
isiqi
·
2010-11-20 09:00
apache
android
UI
xml
Go
APIDEMO
NOTIFICATION
阅读更多NotificationManagernm=(NotificationManager)getSystemService(NOTIFICATION_SERVICE);//ThedetailsofourfakemessageCharSequencefrom="Joe";CharSequencemessage="kthx.meetufordinner.cul8r";//ThePendingInt
isiqi
·
2010-11-11 15:00
APIDEMO
ACTIVITY 窗口Window标题的设置
requestWindowFeature(Window.FEATURE_CUSTOM_TITLE); //请求 setContentView(R.layout.custom_title); getWindow().setFeatureInt(Window.FEATURE_CUSTOM_TITLE, R.layout.custom_title_1); //设置, 前请求然后才能设置。 featu
isiqi
·
2010-11-10 17:00
android
xml
APIDEMO
ACTIVITY 屏幕在出现软键盘情况下自适应大小
<activity android:name=".app.PersistentState" android:label="@string/activity_persistent" android:windowSoftInputMode="stateVisible|adjustResize"> //屏幕在出现软键盘情况下自适应大
isiqi
·
2010-11-10 17:00
C++
c
android
C#
APIDEMO
ACTIVITY 过场动画
public class Animation extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_animation); // Watch for b
isiqi
·
2010-11-10 17:00
android
给activity的title设置icon
在
apidemo
中看到一个例子受到启发,activity的title默认都是只有文字,如果能加上icon就好看了,就试了一下。
fengqiaoyebo2008
·
2010-10-31 15:00
Class
import
APIDEMO
TABLELAYOUT
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:shrinkColumns=&q
isiqi
·
2010-10-23 17:00
apache
android
OS
APIDEMO
IMAGESWITCHER
/**Copyright(C)2007TheAndroidOpenSourceProject**LicensedundertheApacheLicense,Version2.0(the"License");*youmaynotusethisfileexceptincompliancewiththeLicense.*YoumayobtainacopyoftheLicenseat**http://ww
isiqi
·
2010-10-23 16:00
apache
C++
c
xml
android
APIDEMO
GRIDVIEW
/* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.
isiqi
·
2010-10-23 16:00
apache
android
OS
Access
APIDeMO
时间Wight设置
/* *Copyright(C)2007TheAndroidOpenSourceProject * *LicensedundertheApacheLicense,Version2.0(the"License"); *youmaynotusethisfileexceptincompliancewiththeLicense. *YoumayobtainacopyoftheLicenseat
isiqi
·
2010-10-22 16:00
apache
C++
c
android
C#
ApIDemo
Transition3d
package com.example.android.apis.animation; import com.example.android.apis.R; import android.app.Activity; import android.os.Bundle; import android.widget.ListView; import android.widget.ArrayAdapter
isiqi
·
2010-10-22 11:00
apache
android
cache
OS
使用PorterDuffXfermode实现遮罩层
Xfermode的功能非常强大,在
APIDEMO
的Graphics中的最后一项有demo。看一下怎么实现我们的这个进度条吧。
lonesane
·
2010-10-22 10:00
游戏
上一页
5
6
7
8
9
10
11
12
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他