登录

最新会员 最新下载

成为了本站VIP会员

01月05日 00:38

成为了本站VIP会员

2024-12-25 15:38

成为了本站VIP会员

2024-12-25 12:28

成为了本站VIP会员

2024-12-25 12:10

成为了本站VIP会员

2024-12-24 23:54

成为了本站VIP会员

2024-12-24 23:29
已选条件
  1. 编程语言:Java
  2. 代码类别:android
  3. 发布时间:今天
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

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.)

10
下载
73
浏览
2015-01-24发布

4. 欢迎页

一个简单的引导页面实现

0
下载
151
浏览
2015-01-22发布

5. TestJdbc

  Android 测试连接 SqlServer Oracle MySql例子(Android connect SqlServer Oracle MySql)

28
下载
83
浏览
2015-01-21发布

6. 读书类的APP,简单的DEMO

简单的txt浏览器,感觉还算好用吧。喜欢的下载吧

0
下载
113
浏览
2015-01-21发布

7. AndroidThread

  this project use to implementation threadh in android.

3
下载
138
浏览
2015-01-20发布

8. Android快速开发框架Afinal

Android快速开发框架AfinalAfinal是一个orm、ioc框架,遵循约定大于配置原则,无需任何配置即可完成所有工作,但也可以通过配置达到个人的个性化需求。Afinal提倡代码快速简洁,尽量一行代码完成的事情不会用两行。

0
下载
123
浏览
2015-01-20发布

19. LockscreenActivity

  安卓开发,锁屏模块,用于程序员开发锁屏模块(FOR Android)

4
下载
120
浏览
2015-01-15发布

20. AndroidWeatherForecast

  这是一个在Eclipse上开发的Android小软件,可以用于初学者学习。( ON划词翻译ON实时翻译 This is a development in Eclipse on the Android small software, and can be used for beginners to learn. )

5
下载
81
浏览
2015-01-15发布