-
Spring及依赖注入 入门级实例(文档)
Spring创始人Rod JohnsonSpring简介什么是IoC,依赖注入使用Spring依赖注入示例创建登录示例,编写dao,biz,action为项目添加Spring支持编写Spring配置文件测试注入编写Spring与Struts集成的配置文件在Struts中配置插件在Sping中配置Action面向接口编程注入的使用总结
- 2014-12-13下载
- 积分: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实现Windows风格的Dialog 实例源码下载
Android实现Windows风格的Dialog 实例源码下载
- 2014-08-21下载
- 积分:1
-
Android 进制数、单位转换器
资源描述
Android Converter 进制数、单位转换器
功能:2进制数,8进制数,10进制数,16进制数 间 转换
也可转换单位
也附有数字拷贝功能
以下是Apps的预览图~
- 2022-06-26 02:47:27下载
- 积分:1
-
android人脸检测
【实例简介】
- 2021-08-21 00:30:59下载
- 积分:1
-
android高仿微信源码
Android高仿微信源码,可以从该份代码中学习安卓App开发技术,喜欢的可以下载来玩。
有问题的话可以一起探讨。
- 2022-06-28 16:22:11下载
- 积分:1
-
android 串口调试工具源码
应用背景
android Serial debug Too1 landroid Serial debug Tool 1
android Serial debug Too landroid Serial debug Tool
android Serial debug Too1 landroid Serial debug Tool
android Serial debug Too landroid Serial debug Tool
android Serial debug Too landroid Serial debug Tool
android Serial debug Too 1 landroid Serial debug Tool
android Serial debug Too1 landroid Serial debug Tool
android Serial debug Too landroid Serial debug Tool
android Serial debug To1o landroid Serial debu
- 2023-01-24 02:25:03下载
- 积分:1
-
统一视频广告
在应用程序或者手游中显示同一的视频广告。统一视频广告在手游中使用的最多
- 2022-10-05 23:15:03下载
- 积分:1
-
android 课表视图 例子源码
android 课表视图 例子源码
- 2014-10-20下载
- 积分:1
-
android 时间轴(listview实现) 例子源码
android 时间轴(listview实现) 例子源码
- 2014-12-04下载
- 积分:1