登录
首页 » Android » 简单的本地记账软件

简单的本地记账软件

于 2022-03-02 发布 文件大小:233.08 kB
0 170
下载积分: 2 下载次数: 1

代码说明:

简单的本地记账软件,可以实现账单的增删,记录详细,每天账单有时间分类

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Android GetPost 发送GET 发送POST的示例代码
    Android GetPost 发送GET 发送POST的示例代码,发送post必须设置以下两行代码:   conn.setDoInput(true);   conn.setDoOutput(true);
    2022-08-08 03:30:06下载
    积分: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
  • Android UI material design, 动画切换activity,社交评论
    Plaid,material design, 动画切换activity,社交评论
    2022-04-17 06:04:42下载
    积分:1
  • 【Android】SlidingPaneLayout实现侧滑菜单(左)
    示例代码,可用,轻松学习,使用时直接导入eclipse 或Android studio,是很好的学习资料
    2022-12-03 07:00:04下载
    积分:1
  • 自定义Toast
    应用背景自定义土司,有对Android自带的Toast的位置和样式做出改变的可以借鉴关键技术自定义MyToast类集成Toast,新增三种构造,传递图片和位置信息用于改变实例化Toast的方法
    2022-02-01 20:25:23下载
    积分:1
  • Android 仿苹果通话界面源码
    应用背景android代码都是开源的,可以根据自己的需要进行修改。相信有很多同学即使不想去卖肾,自己制作一个仿苹果手机应用去跟苹果的开发工程师PK也是不错的。上传的代码已通过小米手机2S测试。关键技术上传的代码用java 开发,开发环境是eclipse,Android 仿苹果通话界面源码对于android开发初学者还是不错的。
    2022-01-27 18:08:39下载
    积分:1
  • vomc
    使用matlab软件里面的simulink仿真OFDM系统(simulation of the ofdm system using the simulink in the matlab software)
    2019-03-27 15:08:09下载
    积分:1
  • 蓝鸟操作php中间件
    蓝鸟中文编程软件中MySQL数据库操作实例(Bluebird Chinese Programming MySQL Database Operation Example)
    2021-02-08 23:19:54下载
    积分:1
  • android计步器
    步数识别系统 步数识别系统是指运行在移动手机上,能够监视用户走了多少步的应用程序。它一般由以下3个部分构成: · 传感器模块,用来采集传感器数据; · 特征提取模块,处理和分析原始数据,并进行特征提取、建立模型; · 步数识别模块,把所提取的特征用来识别步数。 硬件设备 重 力传感器(G-Sensor)又称为加速度传感器,用来感知加速度的变化,它使用三维方向的加速度分量来表示。G-Sensor被用在很多智能设备当中, 比如IBM的高端笔记本电脑内置了G-Sensor,在发生剧烈的拉动时(如跌落),立即启动硬盘保护,避免硬盘损害。再如Apple 的 iPhone 使用G-Sensor来感知手机屏幕的方向,当在观看视频时手机横放,屏幕自动跟着旋转,这使得用户体验大大增加。本文采用htc Touch Pro手机上的G-Sensor,同样也适用于htc 其
    2022-11-11 17:20:08下载
    积分:1
  • Android 学习TweenAnimation动画让一张图片360度旋转
    这是一个Android TweenAnimation动画让一张图片360度旋转,在android虚拟机上运行后,单击“观看动画”按钮后,图像即开始旋转,旋转N圈后自动停止,并自动减慢速度停止,保持最后的状态。来看相关的代码(并非完整代码):   public void onCreate(Bundle savedInstanceState) {   super.onCreate(savedInstanceState);   setContentView(R.layout.main);   final ImageView iv = (ImageView)findViewById(R.id.iv);   Button btn = (Button)findViewById(R.id.btn);   final Animation anim1 = AnimationUtils.loadAnimation(this, R.anim.anim1);   final Animation anim2 = AnimationUtils.loadAnimation(this, R.anim.anim2);   anim1.setFillAfter(true);//保持最后的状态   anim2.setFillAfter(true);   final Handler h = new Handler(){    @Override    public void handleMessage(Message msg) {    if(msg.what == 0x11){    iv.startAnimation(anim2);    }    }   };
    2022-12-18 04:35:03下载
    积分:1
  • 696516资源总数
  • 106648会员总数
  • 8今日下载