登录
首页 » Android » 理财通APP

理财通APP

于 2022-08-18 发布 文件大小:3.72 MB
0 158
下载积分: 2 下载次数: 1

代码说明:

一个理财通app,可以用于期末作品的提交,不是原创,是老师发给我们的

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

发表评论

0 个回复

  • 学生信息管理
    学生信息管理应用程序注:此应用程序功能可能不是正确的逻辑,但我设计了这个应用程序,让你使用尽可能多的概念,你可以从Android的应用程序(你在课堂上学)。这仅仅是一个简单的应用程序。你可以把我们的SQLite的例子(这是我们在课堂上讨论)进行启动,您可以使用自己的方法来进行这项工作。此应用程序有不同的功能开始创建一个新的学生记录,修改现有的学生记录,等等。创建使用SQLite,用于存储所有的信息的数据库。你必须保持谁的应用程序注册的学生和用户的信息。一旦用户被注册,他的细节应该被保存在数据库中,并同时登录到该应用程序要使用的数据块来验证凭证。
    2022-03-21 05:51:32下载
    积分:1
  • android 异步 执行 任务 例子 附讲解
    Rules::The AsyncTask instance must be created in UI thread. .execute must be invoked on the UI thread.Never call  objMyTask.onPreExecute(), objMyTask.doInBackground(), objMyTask.onProgressUpdate(),  objMyTask.onPostExecute manually.The AsyncTask can be executed only once (an exception will be thrown if a second execution is attempted.)AsyncTask have Four Main Method... onPreExecute()  doInBackground() onProgressUpdate() onPostExecute()  onPreExecute-This method is called first when you start AsyncTask using objAsync.execute().And mostly this method is use for initializing dialog(ProgressDialog,CustomDialog) and showing. doInBackground-The main purpose of AsyncTask is accomplished by this method.Any non-UI thread process is running in this method.Such as Rss Feed Reader,Image and video Uploading and Downloading.You cant handle your View in this method.Because this method is non-UI thread.While any background process is running if you want to handle UI therea are  onProgressUpdate method. after completion of process this method send result to OnPostExecute. onProgressUpdate-While backgrounding task is running ,you can handle your UI using this method .Such as status of downloading or uploading task.and this method is called from  doInBackground.Using publishProgress() you can call onProgressUpdate method to update UI while process is running. onPostExecute -This method is called after the background computation finishes.The result of background process in passed in this method as parameters.And now you can dismiss progress dialog ,to indicate that background task is completed. You can cancel AsyncTask using objAsyncTask.cancel().then you just check in doInBackground, if (isCancelled()) { break; } else {        //continue... } See this Image For more Clear.
    2013-07-05下载
    积分:1
  • C+学习笔记.pdf
    【实例简介】
    2021-07-20 00:32:01下载
    积分:1
  • 支付密码框,类似微信支付
    简单易懂的密码键盘,使用布局写成键盘,用圆点图片代替密码效果,通过接口回调的方式获取密码字符串。通过枚举配合view的点击事件将值存在List集合里面,然后根据长度刷新UI。可以通过修改源码达到你自己要的效果,代码中也做了注释,应该是比较容易看懂的
    2022-06-27 02:46:06下载
    积分:1
  • android 转盘抽奖 实例源码
    android 转盘抽奖 实例源码
    2013-06-16下载
    积分:1
  • [Androidtongxunlu
    android 开发视频教程中的一个通讯录源码。是一个完整的通讯录源码。(video tutorial android development of a source book. Is a complete address book source.)
    2011-07-29 11:55:02下载
    积分:1
  • 类似于按键精灵的脚本录制Android源码
    基于安卓的触摸脚本录制项目,类似于按键精灵,录制脚本支持选择本地截图,方便获取对应的点击坐标。返回键自动生成点击之后的脚本代码。可以手动编辑,并且修改点击间隔时间。默认间隔在0.3秒左右,看手机性能。需要root。注意:本项目是android studio项目eclipse可能无法直接导入。
    2023-01-10 07:35:08下载
    积分:1
  • Android(client)_C#(Server) TCP 通信
    TCP 通信的来源 客户端: Android 版本 4.1.1 服务器: C# Visual studio 2010
    2022-06-22 00:25:10下载
    积分:1
  • 安卓 android 源码
    安卓源码应用版本。适用于学习,。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
    2022-01-25 18:30:39下载
    积分:1
  • Dict
    dictfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
    2022-07-20 09:41:26下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载