-
仿电商前台系统
【实例简介】仿电商前台系统
:若有疑问,可以先访问服务器中的半成品项目:http://121.40.92.4:8080/MI_Front/ ;因为后面还完善了购物车,订单等功能,没有部署到服务器,初始账号:123456;密码:123
- 2021-12-06 00:38:59下载
- 积分:1
-
安卓JNI调用例子程序
安卓JNI调用例子程序,非常好用,直接调用JNI,具有极高的参考价值,和大家一起交流,共同进步
- 2022-03-10 07:36:34下载
- 积分:1
-
A lightweight, well designed metronome app for Android
Metronome is a lightweight, well designed metronome app for Android focused on offering a consistent and usable design without limiting functionality.
- 2018-01-01下载
- 积分:1
-
android 5.1.1 APP开启关闭飞行模式
所需权限:
最后别忘了系统签名。
系统签名是公司的,我就不给了,自己找个吧。
- 2022-03-26 02:38:17下载
- 积分:1
-
android ui各种特效集合
应用背景可以直接使用,总类多。也许就有你想的。android UI各种特效,关键技术android UI各种特效集合,各种自定义特效。
- 2022-05-17 12:25:57下载
- 积分:1
-
游戏引擎jar包
游戏引擎jar包
- 2013-12-24下载
- 积分:1
-
Snake
android2.3 下编译的贪吃蛇游戏 对于手机游戏开发者是个不错的借鉴(android2.3 compiled the Snake game for mobile game developers is a good reference)
- 2012-06-14 14:16:49下载
- 积分:1
-
Android DateTimePicker安卓时间线控件用法实例
android 安卓 时间轴 时间选择控件 DateTimePicker,Android DateTimePicker安卓时间线控件实例,如果这要是在WEB开发中,那么这就是叫做“时间选择器”啦,时间拾取器用户界面,用来设置时间,选择时间用的,现在在安卓手机中,这种时间设置的功能比较普遍了。
日期时间选择控件 使用方法: private EditText inputDate;//需要设置的日期时间文本编辑框 private String
* initDateTime="2012年9月3日 14:44",//初始日期时间值 在点击事件中使用。
这里包括了日期时间弹出选择框构造函数,初始日期时间值,作为弹出窗口的标题和日期时间初始值,弹出日期时间选择框方法,实现将初始日期时间2012年07月02日 16:45 拆分成年 月 日 时 分 秒,并赋值给calendar等。
- 2023-07-19 17:45:03下载
- 积分:1
-
Android OnClickListener监听接口用法范例
Android OnClickListener监听接口用法范例,基础级的例子,
Button button = (Button) findViewById(R.id.Button01);//获取屏幕中的按钮控件对象
button.setOnClickListener(//为按钮对象添加OnClickListener接口实现
//OnClickListener为View的内部接口,其实现者负责监听鼠标点击事件
new View.OnClickListener(){
public void onClick(View v){
LinearLayout ll=(LinearLayout)findViewById(R.id.lla);//获取线性布局对象
String msg=LinearActivity.this.getResources().getString(R.string.button);
Button tempbutton=new Button(LinearActivity.this);//创建一个Button对象
tempbutton.setText(msg+(++count));//设置Button控件显示的内容
tempbutton.setWidth(80);//设置Button的宽度
ll.addView(tempbutton);//向线性布局中添加View
System.out.println("========= count"+count);
- 2023-05-27 15:00:04下载
- 积分:1
-
百度demo
百度的demo,基本功能已经实现,不知道为什么定位功能无法实现,求指教
- 2023-04-30 21:00:06下载
- 积分:1