-
找茬游戏
一个很完整的找茬游戏源码,ui为自己设计
- 2014-09-15下载
- 积分:1
-
仿饿了么源码
用apicloud模仿饿了么做的,这个APP页面比较简单,更多的是试用了APICloud的模块化开发,
滑动式的页面很容易就可以调用,还有定位时的baidulocation,都很方便,
其中有俩页面调用的是外链,所以确保联网了哈~
- 2023-03-30 22:50:04下载
- 积分:1
-
android 可折叠列表
资源描述 安卓(android)源码,安卓手机开发,可以做自定义的可以分级的列表控件,可以设置分级数,列表可以折叠,包含多选框,用户可以自定义数据,整个源码可运行。
- 2022-02-14 03:47:40下载
- 积分:1
-
Bluetooth Client
Bluetooth Client is an android test apk for bluetooth feature.
It can be used to test android smartphone solution.
Testcase includes:
Cancel While Searching
SendFile
MatchAndCancel
Auto receiving
Cancel While Receiving
Call while transfering
Tune Volume While Calling
Receive While Playing Music
Open/Close Air Mode
Open/Close Bluetooth
Incoming Call while transfering
Set bluetooth name
Searching bluetooth devices
Timeout Detecting
- 2022-06-11 22:38:22下载
- 积分:1
-
listview三种添加方法
ListView是Android软件开发中非常重要组件之一,基本上是个软件基本都会使用ListView ,今天我通过一个demo来教大家怎么样使用ListView组件 绘制出漂亮的列表,说道ListView就不得不说Adapter适配器,因为只有通过Adapter才可以把列表中的数据映射到ListView中。在android的开发中最Adapter 一共可以分为ArrayAdapter,BaseAdapter, CursorAdapter,HeaderViewListAdapter, ResourceCursorAdapter,SimpleAdapter,SimpleCursorAdapter,WrapperListAdapter软件开发中最常用的有ArrayAdapter, BaseAdapter, SimpleAdapter,今天我用一段代码向大家诠释如何使用ListView控件。
- 2022-03-24 20:54:27下载
- 积分:1
-
ANDROID LISTVIEW 开发例程
ANDROID listview的教程,也是从网上DOWN的,可以为新手增加点经验,不是很复杂。
新手可以认真学习,老手就不用看了。
- 2023-02-17 15:50:03下载
- 积分:1
-
android 版本升级实例源码下载
android 版本升级实例源码下载
- 2013-10-23下载
- 积分:1
-
股票分析
获取当前的股票价格,节省日常的股票价格和汇率等于数据库
- 2022-03-14 23:53:24下载
- 积分:1
-
Android 得到文字将其显示到TextView中
Android 设置EditText事件监听,得到文字,将其显示到TextView中,设置当m_EditText中为空时提示的内容。在XML中同样可以实现:android:hint="请输入账号",m_EditText.setHint("请输入账号");
- 2022-09-14 08:55:03下载
- 积分:1
-
微信抢红包源码
关于AccessibilityService
先看看官网的介绍Accessibility
Many Android users have different abilities that require them to interact with their Android devices in different ways. These include users who have visual, physical or age-related limitations that prevent them from fully seeing or using a touchscreen, and users with hearing loss who may not be able to perceive audible information and alerts...
Android官网详解accessibility
上面大概的意思就是Accessibility是一个辅助服务,主要是面向一些使用Android手机的用户有相关障碍(年龄、视觉、听力、身体等),这个功能可以更容
- 2022-10-15 20:15:04下载
- 积分:1