-
RTSP播放器源码 Android平台
实现RTSP的视频播放器,Java源码,用于Android平台。是完整的项目文件,编译后可直接运行。内有功能显示界面的图片。可用于android手机上。
- 2022-03-22 12:19:18下载
- 积分:1
-
Android 复制粘贴 直接可以用
此代码用于android开发者。具体实现了粘贴复制。没有任何bug。导入即可用。直接运行。
- 2022-01-22 17:36:37下载
- 积分:1
-
一个简单的手机取证软件
简单的手机取证软件,可以将联系人、短信等生成表格储存在SD卡中,简单好用
- 2022-09-08 17:30:03下载
- 积分:1
-
界面显示日期
主要显示时间,年月。进行后期修改也可以,是我上课的时候做的。
非常简单的android显示文件。完美运行
- 2022-05-25 21:34:12下载
- 积分: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
-
ANE
Adobe Air是利用Adobe公司的Flash技术开发的媒体播放平台。而Native Extension就是让AIR可以调用各个平台上的本地代码(native code, 如ios上的object-c,android上的java,desktop上的c++,ca#等),从而完成对AIR中Actionscript API的自定义扩展。即可以让开发者通过编写基于平台的本地代码扩展ActionScript。从而完成一些原有Actionscript无法完成的功能。(Adobe Air is developed by using Adobe s Flash technology media platform. While the Native Extension is to make AIR calls on every platform native code (native code, such as IOS Object-C, Android Java, desktop c++, c#), thus completing the extensions to the AIR Actionscript API custom. That allows developers to write native code through the platform based on ActionScript. In order to complete some of the original Actionscript cannot perform the function.
)
- 2013-09-25 11:19:28下载
- 积分:1
-
开光滑动
智能滑动开关,,可以轻松的实现开关的开和关
- 2022-08-09 17:57:17下载
- 积分:1
-
http视频传输类源码
http视频传输类源码
- 2013-10-31下载
- 积分:1
-
海康威视视频监控Android手机端
使用设备为海康威视的网络监控设备,提供jar包,进行Android手机端研发,主要功能包括实时监控视频查看,历史记录查看,监控设备的列表实时更新,已经版本网络更新等功能,以及上位机更新手机数据库文件。
- 2022-04-16 01:34:44下载
- 积分:1
-
一款迷你计时器
小小的计时,源码开放,代码易懂,不仅让你的能够随时随地计时,还能够给你的开发带来帮助,占用cpu空间小,
- 2022-06-29 01:35:57下载
- 积分:1