-
高仿愤怒的小鸟
高仿愤怒的小鸟 分为两种闯关模式 有趣 有意思 界面酷炫 非常有趣 非常有趣 非常有趣 非常有趣 非常有趣
- 2022-03-14 00:25:20下载
- 积分:1
-
android二维码生成与扫描demo
android二维码生成与扫描demo,android二维码生成与扫描demoandroid二维码生成与扫描demo,android二维码生成与扫描demo,android二维码生成与扫描demo,android二维码生成与扫描demo,android二维码生成与扫描demo,android二维码生成与扫描demo
- 2022-10-24 01:55:04下载
- 积分:1
-
阿里vlayout的示例
使用最近阿里巴巴开源的vlayout的框架,仿照某大神写的示例代码,具体的文档可以参考阿里的官方文档,文档解释的很清楚,这里附上阿里vlayout的github的地址(https://github.com/alibaba/vlayout)
- 2022-04-27 04:53:39下载
- 积分:1
-
android 音乐播放器
很好的代码。 欢迎下载。定能帮助你很快的学以只用,拿来练手。简单而健全。
- 2022-02-10 05:49:12下载
- 积分:1
-
坦克大战
TankWar坦克大战源码实现。其中包含类Wall、TankClient、Tank、Shot、Item、HitPoint、Bomb
- 2022-01-26 05:38:35下载
- 积分:1
-
android SeeJoPlay播放器 实例源码下载
android SeeJoPlay播放器 实例源码下载
- 2014-04-02下载
- 积分:1
-
Hello
关于流水灯在android系统上的驱动和porting方法,仅供参考(LED driver porting on android)
- 2014-07-02 10:09:26下载
- 积分:1
-
android SDCard存储 示例源码
android SDCard存储 示例源码
- 2014-03-14下载
- 积分: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
-
src
利用安卓中的MediaRecorder进行录音的源代码(Andrews in use MediaRecorder for recording the source code)
- 2013-08-08 12:40:30下载
- 积分:1