-
海康摄像头Android客户端Demo
海康摄像头android客户端,单摄像头预览。
- 2023-08-19 02:45:14下载
- 积分:1
-
android 简单记事本
Android 简单 记事本 androideclipse 新建记事 删除记事 编辑记事
- 2022-03-15 21:09:09下载
- 积分: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
-
android自动启动
这是我们用的一段用来开机启动程序的代码,在街机中如果用android系统比较常用
- 2022-03-25 03:11:46下载
- 积分:1
-
Getting Started with the actual combat android development, recently many of my...
android开发入门与实战,近来很多朋友想在网上找相关的代码资料,我就买了此书并上传相关代码资料,希望我们多学习。-Getting Started with the actual combat android development, recently many of my friends want to find the relevant code for online information, I bought the book and upload the relevant code information, would like us to learn more.
- 2022-07-21 09:45:58下载
- 积分:1
-
MyFirstAndroidProjectstrings.xml
MyFirstAndroidProject(配置strings.xml)(MyFirstAndroidProject (configuration strings.xml))
- 2013-03-27 23:55:28下载
- 积分:1
-
Android的WebView imageupload
应用背景WebView。getsettings() setjavascriptenabled(真正的);关键技术在Android的WebView,图像上传openfilechooser正常使用。它工作精细。但在Android KitKat,openfilechooser不工作。这是Android的WebView的问题4.4。不要浪费时间去解决这个问题。唯一的办法是增加javascriptinterface。
- 2022-03-04 08:16:28下载
- 积分:1
-
FilePicker (get 来拾取文件)
FilePicker 从 SD 卡根据扩展名选取文件。现在阵列扩展的筛选器
: 私有静态最后 String [] FTYPE = {"aac"、"ac3"、"amf"、"amr"、"猿"、"au"、"flac 字样"、"mp1"、"mp2"、"mp3"
"mpa""ogg","pcm"、"羊"、"wav"、"wma"} ;
- 2023-04-12 15:20:03下载
- 积分:1
-
android 百度地图 实例源码下载
android 百度地图 实例源码下载
- 2014-08-09下载
- 积分:1
-
android 常用类源码
android 常用类源码
- 2015-02-25下载
- 积分:1