搜索资源列表
MyAddressBook2.3
- 基于安卓的通讯录源码实现,增加联系人 删除联系人 查询 -Based on the result of the source address book realize, increase contacts deleted contact inquires the
ksoap2
- android连接webService的时候很有用的一个包,这个包是经过修改过的,超时时间可以自己设定,以前版本的包超时时间是定好的,大概有3分多钟-android connection webService useful when a package, this package is the result of modified, the timeout can be set, the previous version of the packet timeout is set right, a
TnentA
- androi下实现用Intent进行数据交换,两个Activity进行数据交互,实现从另一个Activity中得返回结果的值。-androi with Intent to achieve data exchange, data exchange two Activity, Activity in the other was from a result return value.
FileSelector
- private void ShowSelectFiles(){ String actionName = "SelectFiles" // 动作名 Intent i=new Intent(actionName) // 以下参数都不是必须的,参数名区分大小写 i.putExtra("Single", true) // 是否只能选择一个文件 i.putExtra("Path", "/mnt/") // 起始目录 i.putExtra("Type", "File") //
MobileGuess
- MobileGuess Android手机上的猜数字小游戏源码,部分代码注释: public abstract int getGuessTimeLeft() //返回剩余猜测次数 public abstract String getNewNumber() //返回待猜数字 public abstract int getGuessTime() //返回可猜测总次数 public abstract int getGuessedTime() //返回已猜测次
android-wifi-tether
- 非常有名的安卓下的一个应用,可以把安卓手机当成无线路由器用,给别的电脑共享上网的的程序。备注手机需要root,方可使用,一些国产手机已内置了这个功能。-Very famous andros one under the application, the mobile phone can result in a wireless router, to share Internet other computer of program. Note cell phone needs to root, ca
compass
- 一个安卓上的指南针小软件,内附指南针罗盘的图片-A result of small software on the compass, enclosed compass pictures of a compass
AndroidPMenuaListView
- 有关安卓的菜单以及图形界面布局的一些源码。-The result of the graphical interface menus, and the layout of the some the source code.
studentresult
- android student result application-android student result application
TestRecognizerBackground
- 不断地监听语音,并输出语音识别的结果。因为用到谷歌的voice search api,所以需要联网-Continuously monitor voice, and outputs the result of voice recognition. So they need to use Google' s voice search api networking
ZXing
- 二维码扫描,扫描二维码,并将结果分享,通过短信,email等形式-barcode scan,share the result by short message and email etc..
Auto-Quiz-for-students
- 用安卓系统编写的一个简单小学生四则运算出题软件。满足自动出题,自动计时,统计正确/错误/留空等数据。自动计时5分钟,时间到则自动统计结果。-Use android to develop a operator quiz app. It can automatically form a question and the result will be shown at the end. A timer is also used.
LaunchActivityForResult
- android kernel linux system,this example learn Launch Activity For Result in Android 4.0
ActivityLife
- 每一个android应用程序里的activity的生命周期,不同的操作会造成不同的生命周期变化-Activity each Android application life cycle, different operations will result in different life cycle changes
JieCalc
- 随心计算器是一个颠覆原始计算器使用方式的一款创意小产品,能够快速对已添加的运算数编辑表达式组合,并且可以快速修改,方便快捷; 界面选用卡通布局、效果可爱、美观,这款计算器定位为普通生活工具类,故仅支持加、减、乘、除及括号处理;很多细节功能,值得尝试. 特点: 1.可以实现对无限多的运算数一键求和、求积等,智能快捷; 2.可以快速回看以前所得结果的运算过程; 3.可以使以前的运算结果快速参与新的运算; 4.可以方便的对结果进行核查,发现运
pinyin
- 从android 中提取的汉字转拼音类,有将汉字转换为拼音功能。如中国转换为zhong guo,调用方法如下: String result = PinYin.getPinYin("中国") -Android extracted from Chinese characters to Pinyin class, there will be Chinese characters into phonetic features. If China is converted to zhong guo,
SuperApplication
- 安卓平台下麻将记录,可记录场次信息及参加人员的战绩,并按不同的周期进行统计-Application on Android phone.It can record game information of majiang,a Chine game,include game time,player result,and so on.Your can sum the player results by week,month,season,year,and so on.
Gpstest9
- 手机获取GPS经纬度,解决网络上常见的Location为null,如果在室内得不到结果,室外一定可以-Mobile access to GPS latitude and longitude, solve common network Location is null, if not result in the indoor and outdoor will be able to
bodycollision
- (Body碰撞监听),碰撞筛选器比监听器更加的具有扩展性,可以在筛选器中实现监听器的功能;但是由于自由度太大,一般不推荐使用final float RATE = 30 // 屏幕到现实世界的比例 30px:1m World world // 声明一个物理世界对象 AABB aabb // 声明一个物理世界的范围对象 Vec2 gravity // 声明一个重力向量对象 float timeStep = 1f / 60f // 物理世界模拟的的频率
GPSrecorder
- 每秒记录一次当前位置的经纬度,并以txt格式保存在手机内部存储的根目录。-record the GPS info ,write the result to your phone card with txt