-
GifViewDemo
自定义播放gif格式的图片功能,该项目实现了Android自定义播放gif格式的图片,可以通过点击点击屏幕控制动画播放,希望能够帮到学习android开发的朋友。(Custom playback functions in GIF format pictures, the project realized Android custom play GIF format images, can through the click click the screen to control the animation playback, I hope to be able to help friends to learn Android development.)
- 2016-06-17 10:33:14下载
- 积分:1
-
TabHost
安卓tabhost控件的使用方法演示;适合初学者学习使用(Android tabhost control the use of demonstration suitable for beginners learning to use)
- 2013-06-21 16:03:18下载
- 积分:1
-
newReader
电子书阅读源码,这个安卓阅读器主要有以下功能:
1、文本阅读
2、分页显示
3、背景音乐播放
4、书签功能
亮点主要是分页显示是bitmap形式的页面,这个也是参考其他高人学习来的,在书签功能里面,把书签以文本的方式存在(E-book reader source, this Andrews reader has the following features: 1, text reading, paging 3, background music, bookmarks bright spot is the main page display is a bitmap form page, this is also a reference to other high- people learn, the bookmark function inside the bookmarks in the way of text)
- 2020-12-26 14:59:03下载
- 积分:1
-
EX04_09
这个程序实现了 spinner 动态添加和删除(This program implements the spinner dynamically add and remove)
- 2010-11-30 12:31:52下载
- 积分:1
-
实现txt文件的翻页
本例子实现了对TXT文件的读取,主要展现翻页效果的制作
- 2015-05-02下载
- 积分:1
-
ebook
一个功能强大的Android电子书阅读器(A powerful Android e-book reader)
- 2020-12-26 14:49:03下载
- 积分:1
-
StatusBarUtil-master
说明: Android 沉浸式功能,可以定义透明沉浸式,也可有透明度的(Android Photo Encapsulation, more comprehensive, supporting Android 7.0)
- 2020-06-20 05:40:01下载
- 积分:1
-
Android实现按回车确认键显示其它输入框的EditText
Android实现按回车确认键显示其它输入框的EditText,在正常状态下,其它部分的EditText是灰色的,当按下回车键后,高亮显示进入输入状态,相关代码可参考如下代码:
public void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
editTexts[0] = (EditText) findViewById(R.id.edittext1);
editTexts[1] = (EditText) findViewById(R.id.edittext2);
editTexts[2] = (EditText) findViewById(R.id.edittext3);
for (int i = 0; i < editTexts.length; i++)
editTexts[i].setOnKeyListener(this);
buttons[0] = (Button) findViewById(R.id.button1);
buttons[1] = (Button) findViewById(R.id.button2);
buttons[2] = (Button) findViewById(R.id.button3);
}
- 2022-03-26 11:46:37下载
- 积分:1
-
安卓飞机游戏
安卓飞机游戏
avaApk汒隴ㄩ
1) 掛桴祥悵痐垀枑鼎璃麼最唗腔俇淕俶睿假俶﹝
2) 蛌婥掛桴枑鼎腔訧埭昦刉壺掛佽隴恅璃﹝
3) 掛桴埭鎢峈厙奻刲摩麼厙衭枑鼎ㄛ彆扡摯麼漲善蠟腔唳ㄛ蕾撈籵眭扂蠅﹝
4) 掛桴枑鼎轎煤測鎢硐褫鼎旃噶悝炾妏蚚ㄛ昦蚚衾妀珛蚚芴蚕森竘珨綴彆迵掛桴拸壽
5) 妀珛埭鎢婓埭鎢忨毓峓囀輛俴妏蚚
- 2023-07-04 15:55:04下载
- 积分:1
-
cocos2d-x android helloworld
简单的cocos2d-x android helloworld 项目,用于学习cocos2d-x android 开发。如果环境配置好,可做适当的修改来编写新的android cocos2d-x程序。其中主要修改android.mk文件来修改需要编译的cpp文件。本demo使用VS编写,通过cygwin编译,最后在eclipse中成功发布到android手机上。
- 2022-02-28 16:17:46下载
- 积分:1