-
CarPlateandroid
- 2022-03-16 01:43:48下载
- 积分:1
-
Sound-detection-size-Android
Android检测声音大小代码及其解释说明,很多吹气球的游戏就是基于此类。(Size Android code and detecting sound explanation, a lot of blowing the game is based on the type of balloon.)
- 2011-06-29 15:38:58下载
- 积分:1
-
android 自定义Switch控件 例子源码下载(兼容低版本)
兼容android低版本
- 2015-04-15下载
- 积分:1
-
倒计时
倒数计时器示例主要示例。试着把它看作一个起点。这是非常基本的例子,我希望它能帮助
- 2022-02-06 07:55:58下载
- 积分:1
-
斗地主源码实现,简单牌桌实现
斗地主源码实现,简单牌桌实现,为了节约内存资源,每张扑克牌都是剪切形成的。当然这也是当前编程的主流方法。PS:斗地主还是可以做成很复杂的
- 2022-01-31 19:21:19下载
- 积分:1
-
android 获取联系人信息 例子源码下载
android手机的通讯录联系人全部都存在系统的数据库中,如果须要获得通讯里联系人的信息就须要访问系统的数据库,才能将信息拿出来。 这一篇文章我主要带领同学们熟悉Android的通讯录机制。
- 2015-04-14下载
- 积分:1
-
Android Sensor检测程序
可以检测系统内所有的sensor(例:重力,光感等),并读出数值
- 2022-04-18 21:31:20下载
- 积分:1
-
vgprznb3
多载波以及扩频通信系统相关的书,主要内容有OFDM以及多载波CDMA,偏重于工程感念,理论性不是很强(Multicarrier and spread spectrum communication system related books, including OFDM and multicarrier CDMA, focus on engineering perception, the theory is not very strong)
- 2019-03-27 22:27:57下载
- 积分:1
-
android 音量控制 实例源码,效果不错
android 音量控制 实例源码,效果不错
- 2014-06-03下载
- 积分: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