-
红包软件(附有源代码)
简单的后台手机抢红包软件,附有源代码。感兴趣的可以下下来玩玩,当然也可以提点建议!(Simple mobile phone grab red envelopes software, with source code.)
- 2017-08-01 12:39:52下载
- 积分:1
-
android java udp 打洞穿透内网
java编写的测试,通过udp打洞技术穿透内网,实现不同NAT客户端通信
- 2022-02-03 08:58:27下载
- 积分:1
-
DeskClockApp
详细介绍 - [ Android 闹钟源码 ]
在android平台上开发的一个闹钟,本站有多个闹钟源码,可对比学习一下。(Detailed introduction- [Android alarm clock source]
Android platform in the development of an alarm clock, the station has a number of alarm clock source, can be compared to learn about.)
- 2016-06-04 22:28:02下载
- 积分:1
-
android下Intent传递实例 附完整源码
Intent传递实例
- 2013-03-30下载
- 积分:1
-
游戏引擎jar包
游戏引擎jar包
- 2013-12-24下载
- 积分:1
-
SyncML协议的实现
它的一个Android应用程序同步联系人在客户端和服务器系统,不会干扰用户。
- 2022-03-18 20:52:26下载
- 积分:1
-
雷达操作界面(c++源码)
雷达操作界面(c++源码)
- 2021-05-06下载
- 积分: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
-
android 手机订餐系统
android手机越来越普遍,手机订餐系统能够帮助商家及顾客很方便的进行点菜,结算。源码中分为点菜,结算,菜单展示等几部分进行。
- 2022-03-17 15:53:49下载
- 积分:1
-
Android拍照并保存到本地的代码
这是一个自制简易相机的范例,本程序以Activity为基底,在Layout配置1个”拍照”按钮和一个预览取景框。当单击“拍照”按钮,程序将画面截取下来,存储在SD存储卡临时盘中,最后将拍下来的图片文件显示在Activity里的ImageView中。保存代码public static Stri
- 2022-04-16 21:21:09下载
- 积分:1