-
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
-
Android JNI 调用 Silk 音频编解码包
Android JNI 调用 Silk 音频编解码包,采用现在Skepe官网上最新的1.09版修改为成,可以使用Cygwin编译即可产生.so文件,供大家使用
- 2022-07-09 15:03:56下载
- 积分:1
-
FrameLayoutTest
android学习工程,主要用framelayout帧布局来实现霓虹灯效果,类似于流水灯一样。(android study engineering, layout of framelayout frame to achieve the neon effect, similar to the light water.)
- 2013-04-23 23:20:25下载
- 积分:1
-
安卓实现实时天气预报功能
安卓实现较为完整的天气预报功能,可以罗列出全国所有的省市县,也可查看全国任意城市的天气信息,并可自由的切换任意城市,查看其它城市的天气。
- 2022-03-25 01:32:09下载
- 积分:1
-
yinyuebofangqi
Android上面的音乐播放器应用,适合4.0的环境(Android above the music player application, suitable for the 4.0 environment)
- 2012-08-16 11:34:10下载
- 积分:1
-
androidtest
ZXING 测试程序,android 环境下的zxing测试环境(zxing test)
- 2020-09-17 15:57:54下载
- 积分:1
-
Android 仿关灯游戏(游戏开发-17_166).zip
Android 仿关灯游戏(游戏开发-17_166).zip
- 2019-10-07下载
- 积分:1
-
安卓Android 学习实验资料【简单】
看上去这是一些比较简单的安卓Android 实验相关源码,涉及一些简单的基础操作,像是编写的游戏,里面包括了登录验证,简单界面设计等:实验的内容包括:
从布局文件activityx_main.xml加载一个布局文件
通过Id来获取布局文件中的按钮
判断用户名和密码是否为空或长度为0
Android新手学习参考吧。
- 2022-05-30 19:34:11下载
- 积分:1
-
AX_FileBrowser
android完整的文件浏览器模块,可以直接使用,方便高效(android full file browser module can be used directly, convenient and efficient)
- 2013-08-09 23:05:56下载
- 积分:1
-
ImageFilterForAndroid-master(2)
多种android端图像滤镜处理,lomo,黑白,高斯等(The android end image filter processing, lomo, black and white, Gaussian and other)
- 2013-03-13 18:30:45下载
- 积分:1