-
control
android常用的系统控件源码集,包括一些常用的界面控件的源码,比如菜单,单选按钮、按钮文字和背景的设置、带动画的按钮、按钮事件监听的实现、checkbox进行监听、EditText编辑框、单项选择、多项选择、Menu菜单、WebView使用等。(
android common set of source code control systems, including some commonly used interface controls the source, such as menus, radio buttons, buttons, text and background settings, with animated buttons, the button event listener implementation, checkbox for monitoring, EditText edit box, single choice, multiple choice, Menu menu, WebView and so on.
)
- 2012-01-06 00:35:56下载
- 积分:1
-
RPC RMI 分布式系统
该项目是一个实现使用RMI和测试一个RPC的动作。客户端和服务器都在不同的项目都包括在内。也相应
的接口和实现方式进行部署。请记住,在我们建立我们的政策运行Java JRE我们使用。在我的情况下,JRE7,
我们必须寻找java.policy文件,并添加在本月底:
grant {
java.security.AllPermission permission; 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-05-22 09:20:03下载
- 积分:1
-
shiro 项目集成demo
应用背景
shiro的项目集成demo,
入门级案例
关键技术
shiro 权限控制
包括角色、权限等
- 2022-06-15 04:30:20下载
- 积分:1
-
第天自动打开百度文库任务
每天自动打开百度文库任务,可以自动积分这样都不会忘了,每一周积3分。
- 2022-03-11 08:17:28下载
- 积分:1
-
MainActivityBypassed
Xigncode android from unity android games.
- 2018-10-12 23:48:17下载
- 积分:1
-
图书馆管理系统
本代码是java课程设计,有不错的界面,使用的是GUI编写,数据库使用的是微软sql2000,详情可见压缩包内的word文档。
- 2022-02-11 14:00:12下载
- 积分:1
-
Flex嵌入到jsp案例
此包源码可以用来实现flex嵌入到html和jsp .下载解压后包含webtier.war 和readme.txt两个文件,解压webtier.war后把里面的东西放到web项目的WEB-INF目录下。
如果有配置问题,具体可以看readme.txt这个里面的配置说明
- 2023-04-05 06:30:07下载
- 积分:1
-
android 用Http请求网页源代码(get/post形式均已实现)【有截图附完整源码】
android 用Http请求网页源代码(get/post形式均已实现)【有截图附完整源码】
- 2013-03-02下载
- 积分:1
-
Dom Proj Web Project
Dom Proj Web项目
- 2023-07-29 13:50:05下载
- 积分: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