-
ANDROID adt24
Android ADT24 基于eclipse,这是最终版本了,以后就是Android studio了
- 2022-01-26 06:28:46下载
- 积分:1
-
android 语音识别例子源码下载
android 语音识别例子源码下载
- 2015-04-30下载
- 积分:1
-
masktextfield源代码
This source code shows how to implement masked edittext on android.
- 2022-08-04 10:44:58下载
- 积分:1
-
Cards-UI-master
卡片式View,支持单个卡片,item为卡片的ListView
使用:
CardListView list = ...
list.setCardTheme(CardTheme.Dark)
CardAdapter adapter = new CardAdapter(this, android.R.color.holo_blue_dark)
list.setAdapter(adapter)
// Alternatively, you can pass a context and string resources in place of strings
// CardHeader has an optional second parameter for a subtitle
CardHeader header = new CardHeader( I m a header )
// You can optionally set an action to the header
// Specifying no action title will default to See More
header.setAction( See More , new CardHeader.ActionListener() {
@Override
public void onHeaderActionClick(CardHeader header) {
// Do whatever you want
}
})
// Add the header to the adapter, automatically notifies the list
adapter.add(header)
// Again, you can pass a context and string resources in place of strings
Card card = new Card( Hello , My name is Aidan )
adapter.add(card) (This library is no longer maintained, as this implementation is generally frowned upon in the new Google Material design guidelines, excluding certain situations (like Google Keep type UI). See the new CardView APIs in the Support Library.)
- 2015-01-24 15:06:35下载
- 积分:1
-
DelphiXE5通过WIFI连接手机调试程序
DelphiXE5通过WIFI连接手机调试程序,获取手机当前IP地址,WIFI相关信息,无须USB线连接手机
- 2023-01-09 21:55:04下载
- 积分:1
-
WebRTC视频源码demo
WebRTC视频源码demo,可以编译运行,要求Android4.0以上版本运行。
- 2022-05-24 08:29:04下载
- 积分:1
-
手机操作蓝牙
手机操作蓝牙,连接其他蓝牙设备,发现其他蓝牙设备,使用蓝牙与其他设备进行通信,
- 2022-07-09 07:03:02下载
- 积分:1
-
snqualifiedvowel
说明: 该程序中包括为一个CDMA和OFDM的信道分配仿真程序,(This program includes a channel assignment emulator for CDMA and OFDM.)
- 2019-03-28 13:55:03下载
- 积分:1
-
超炫瀑布流UI特效
支持双列listview 自动滚动的幕布流UI特效。
- 2022-08-20 19:18:13下载
- 积分:1
-
安卓手机与pc间文件传输
安卓手机与pc间文件传输,简单的小软件,
- 2022-05-07 10:43:44下载
- 积分:1