-
MyContacts
说明: 安卓通讯录,用来完成安卓课程的大作业,简单易操作(Android address book, used to complete Android course homework, simple and easy to operate)
- 2020-12-14 15:59:14下载
- 积分:1
-
Gson 实体类和json之间相互转化例子
Gson 实体类和json之间相互转化例子
- 2015-06-05下载
- 积分:1
-
Lsn_Youku
Android 高仿【优酷】圆盘旋转菜单 的实现(Android high imitation [Youku] disc rotating menu of implementation)
- 2012-10-15 10:40:03下载
- 积分:1
-
安卓考试源码
资源描述完整的Android考试系统源码,内嵌套webView加载html代码,全部试题采用JSON格式从网络传输,系统配有滑动菜单,错题收藏,模拟考试等等。。
- 2022-07-16 21:57:20下载
- 积分:1
-
android幸运大转盘源码及教程
最近在做大转盘的项目,网上大都是指针转,盘不转,今天上传一个盘转的。
- 2014-04-18下载
- 积分:1
-
clock
说明: android下实例clock源码,需要在eclipse环境下运行(android source code under the instance of the clock, you need to run under eclipse)
- 2011-03-21 10:51:59下载
- 积分:1
-
android图片旋转、淡入淡出、缩放效果、移动效果示例
android图片旋转、淡入淡出、缩放效果、移动效果示例,先来看下截图的运行效果,单击对应的按钮,即可看到效果,淡入淡出之类的,图片旋转之类的。
图片旋转的代码如下:
rotateAnimation.setDuration(5000);
animationSet.addAnimation(rotateAnimation);
image.startAnimation(animationSet);
淡入淡出效果:
AnimationSet animationSet = new AnimationSet(true);
animationSet.setInterpolator(new AccelerateInterpolator());
AlphaAnimation alphaAnimation = new AlphaAnimation(1, 0);
RotateAnimation rotateAnimation =
new RotateAnimation(0, 360,
Animation.RELATIVE_TO_PARENT, 1f,
Animation.RELATIVE_TO_PARENT, 0f);
animationSet.addAnimation(alphaAnimation);
animationSet.addAnimation(rotateAnimation);
alphaAnimation.setDuration(3000);
image.startAnimation(animationSet);
animationSet.setRepeatCount(4);
- 2023-02-06 16:40:04下载
- 积分:1
-
异步任务中的应用
Asyntask 应用程序是一个 android 的应用基本上与 asyntask 和它的法像售前售后和 asyntask 背景法相关的。
- 2022-07-01 07:08:34下载
- 积分:1
-
android上下滚动翻页源码
android上下滚动翻页源码。实现手势滑动平滑翻页,和ViewFlipper不同,能显示出拖动时的过渡效果。
- 2022-09-10 10:10:03下载
- 积分:1
-
无限点餐
应用背景一款包含了登录,注册,点菜下单,结算的点菜软件,与服务器进行交互。关键技术json解析,get 和post请求,各大控件的使用
- 2022-05-05 13:27:01下载
- 积分:1