-
linux网络编程源码
linux网络编程源码
- 2021-07-22 00:33:45下载
- 积分:1
-
Android手机蓝牙遥控IRobot行走
Android手机基于蓝牙远程遥控IRobot Create行走及机械臂动作!手机上位程序!
- 2022-11-13 02:05:04下载
- 积分:1
-
TouPiao
一个关于投票的代码,应用于手机。应用简单很好玩(A vote on the application, used in mobile phones)
- 2012-01-31 09:29:03下载
- 积分:1
-
IGetDoubled
Configuration Test extends Android Test Case Source Code for Andriod.
- 2014-01-17 11:26:23下载
- 积分:1
-
AbstractPoolEntry
A pool entry for use by connection manager implementations for Andriod.
- 2013-10-05 08:13:36下载
- 积分:1
-
AnitVirus
基于Android杀毒软件
初学Android,此程序为毕设设计,仅作为学习使用,病毒库特征码保存在文本文件中,使用几个特殊字符分割,该文件保存在我临时网盘中,测试请自行更换URL,也可联系我获取病毒特征码提取程序(Android-based antivirus software beginner Android, this procedure is completed the set design, just as learning to use virus signatures stored in a text file, use several special characters split, the file is saved in my temporary network disk, replace the self-test URL, can also contact me to obtain virus signatures extraction procedure)
- 2013-12-06 15:32:09下载
- 积分:1
-
3D旋转ViewPager
应用背景3D旋转的ViewPager,可以用作app首页展示,区别于一般的ViewPager,通过动画效果自定义,实现了3D旋转关键技术主要是对一般的ViewPager的加强,在旋转过程中,不断的植入一些动画,来达到模拟3D效果
- 2022-05-29 15:54:02下载
- 积分:1
-
自己写的http库-Android
自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Andr
- 2022-04-24 15:19:26下载
- 积分:1
-
用安卓写的简单的书籍阅读分享app
这是一个用Android studio使用java进行编写的简单的可以用于浏览书籍列表,进行读书阅读和分享的基于android手机的一款app,它功能界面实现都比较简单,类似于市面上的一些用于读书的软件,使用android studio自带的数据库进行书籍的存储,使用了MVC框架,是一款简单的读书app,希望对大家有所帮助。
- 2023-05-02 09:05:27下载
- 积分:1
-
安卓Intent切换界面传递数据
启动新的Activity,并传递参数,制作的信息录入,在第二个界面显示
public class MainActivity extends Activity {
protected
void onCreate(Bundle savedInstanceState) {
.......
button.setOnClickListener(new View.OnClickListener(){//点击该按钮会打开一个新的Activity
public void onClick(View v) {
Intent intent = new
Intent(MainActivity.this, NewActivity.class)
Bundle bundle = new
Bundle();//该类用作携带数据
bundle.putString("na
- 2022-03-12 14:26:01下载
- 积分:1