-
安卓电话本
简单的联系人程序 包含sqlite数据库。可拨号,添加头像获取最近拨号读取系统数据库安装需要给予系统权限,最好是root一下。sqlite数据库在此应用的非常完善
- 2022-09-25 15:40:03下载
- 积分:1
-
微信支付源码分享
自己做的微信支付Demo!!!希望能帮到需要的人!!
- 2022-12-03 01:30:03下载
- 积分:1
-
真实的翻书效果,非常不错!
真实的翻书效果,非常不错!
- 2014-02-07下载
- 积分:1
-
Android 的数字时钟
这一项目定义 anlalog 和数字时钟,你可以模拟和数字时钟通过创建此应用程序。
此应用程序是非常有用的大学生干那里最后课。
- 2023-08-19 00:35:04下载
- 积分:1
-
me.maxwin XListView 刷新下拉 实例源码
me.maxwin XListView 刷新下拉 实例源码
- 2014-07-17下载
- 积分:1
-
Manning.Unlocking-Android.2008
android开发经典书籍,在京东上的书籍要卖232元(Manning.Unlocking Android.2008)
- 2012-03-27 10:13:52下载
- 积分:1
-
Androidtelnetloading
带Loading效果的Android远程登录代码+实例,用于在后台请求服务器是否登录成功,返回[0]登录状态,[1]是否网络错误。代码中可以学习到许多Android编程的小技巧,比如弹出对话框、初始化注册view组件、清空监听按钮、检查注册表单(Loading effect the Android remote login code+ instance, is used to request the server in the background, whether the login is successful, return [0] logged in [1] is a network error. Code can learn many Android programming tips, such as pop-up dialog box, initialize the registration view components, empty the monitoring button, check the registration form)
- 2013-04-18 11:28:15下载
- 积分:1
-
AndroidWeatherForecast
这是一个在Eclipse上开发的Android小软件,可以用于初学者学习。(
ON划词翻译ON实时翻译
This is a development in Eclipse on the Android small software, and can be used for beginners to learn.
)
- 2015-01-15 08:15:24下载
- 积分:1
-
Fragment消息的交互
package com.fragment.demo3;import android.app.Fragment;import android.os.Bundle;import android.view.LayoutInflater;import android.view.View;import android.view.ViewGroup;import android.widget.TextView;public class Fragment2 extends Fragment {private TextView text;@Overridepublic View onCreateView(LayoutInflater inflater, ViewGroup container,Bundle savedInstanceState) {View view = inflater.inflate(R.layout.fragment2, null);text = (TextView) view.findViewById(R.id.textView1);return view;}public void setText(String setText) {text.setText(setText);}}
- 2015-10-25下载
- 积分:1
-
weibo
实现简易微博功能的安卓app,可以发送心情到公众平台并在网页上可以显示读取。(an android app, functioned pretty like weibo,we can twitter in a public platform and read other people s weibo.)
- 2015-11-16 15:13:08下载
- 积分:1