-
android 抽屉菜单
android 抽屉列表只有向向上拉动,该demo 重写控件, 可以在xml中配置上下左右。如果有需要,可以看看,有需要联系kay.zheng@sen5.com
- 2022-07-11 02:10:59下载
- 积分:1
-
android图像处理源码,android studio项目
主要功能是程序占用的一些缓存的处理,用到线程池等,适用于android app,
- 2023-05-23 21:15:04下载
- 积分:1
-
ZxingDemo
android上使用ZXing识别条形码和二维码,代码简单易懂,相信能帮助读者迅速掌握相关的开发(the use of android and two-dimensional bar code ZXing identification code, the code easy to understand, that can help readers quickly master the relevant development)
- 2020-11-04 16:19:51下载
- 积分:1
-
Canvas绘图显示手机旋转角度并计步
测试计步功能,手机放在口袋中,实时绘制手机旋转角度的数据波形。
- 2022-12-06 00:15:03下载
- 积分:1
-
theone我的第一个设计可以联网的游戏
【实例简介】
- 2021-09-15 00:30:58下载
- 积分:1
-
使用Popwindow实现左侧弹出菜单层
PopupWindow可以实现浮层效果,主要方法有:可以自定义view,通过LayoutInflator方法;可以出现和退出时显示动画;可以指定显示位置等。
为了将PopupWindow的多个功能展现并力求用简单的代码实现,编写了一个点击按钮左侧弹出菜单的功能,实现出现和退出时显示动画效果并点击其他区域时弹出层自动消失
- 2022-06-30 01:52:18下载
- 积分:1
-
android 猜扑克 洗牌小游戏 实例 附完整源码下载
android 猜扑克牌游戏 猜中有鼓励 供大家学习哦
- 2013-03-16下载
- 积分:1
-
clock
简单的安卓系统闹钟功能的实现,适合新手学习参考。(Simple Andrews alarm clock function, reference for novice to learn)
- 2011-09-26 09:49:11下载
- 积分:1
-
装备选择源码
装备选择源码部分代码public class MainActivity extends Activity {
private ProgressBar mProgressBar1;
private ProgressBar mProgressBar2;
private ProgressBar mProgressBar3;
private TextView mLifeTV;
private TextView mAttackTV;
private TextView mSpeedTV;
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
mLifeTV = (TextView) findViewById(R.id.tv_life_progress);
mAttackTV = (TextView) findViewById(R.id.tv_attack_progress);
mSpeedTV = (TextView) findViewById(R.id.tv_speed_progress);
initProgress(); //初始化进度条
}
private void initProgress() {
mProgressBar1 = (
- 2022-06-26 01:22:02下载
- 积分:1
-
SequenceInputStream
Sequence Input Stream Source Code for Andriod.
- 2014-01-01 21:17:15下载
- 积分:1