-
IfRealCar
写给侄儿玩的小游戏 主页显示车的内饰 有方向盘 刹车 油门 各自有一个触摸域 按下后发出各自的声音(a game for china ,It`s 3 button of a car on the screen, when touch them ,they will play sounds. )
- 2012-03-20 09:55:18下载
- 积分:1
-
健康生活,养身助手
完成了基本的界面,包括主界面,图形化界面等。页面比较人性化,操作简单实用。整体框架实用滑动窗口的设计理念,利用最小的空间实现极大地内容呈现。
- 2022-10-11 04:15:03下载
- 积分:1
-
TopFrame
像"天天动听"软件一样实现最上方的悬浮文本(Suspended above the text to achieve the most like a " nice day" software)
- 2012-10-16 17:55:24下载
- 积分: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
-
安卓音乐播放器
在学习安卓的过程中,需要进行练习,这个简单的音乐播放器能够实现简单的音乐播放,通过编写代码,练习安卓的相关知识,包括service、Contentprovider,activity等重要知识。
- 2023-03-16 10:40:04下载
- 积分:1
-
Android-memory-manage-
非常好,非常棒,非常不错的android内存管理。(android memory manage)
- 2013-10-09 07:41:43下载
- 积分:1
-
WifiApSettings
Displays preferences for Tethering Source Code for Andriod.
- 2013-12-13 14:55:19下载
- 积分:1
-
android 个人助手App源码
安卓开发的个人助手App,使用sqlite轻量级数据库。占用空间小。
- 2022-05-10 18:46:59下载
- 积分:1
-
Android-wirless
android实现的无线点餐系统,包含客户端和主机端(android realized wireless ordering system includes client and host-side)
- 2013-02-19 11:19:13下载
- 积分:1
-
AC108驱动及手册
【实例简介】
AC108驱动及手册
- 2021-08-10 00:31:04下载
- 积分:1