-
Android4.0 Settings
Android4.0 的Setting.apk源码,可以查看学习一下,但是,有个问题,导入到Eclipse的时候有错误,因为需要调用系统下的包,而系统下的包都是以一种@hide隐藏着,只允许系统下的类调用,所以,这个外项目是无法调用到的。
- 2022-04-09 19:41: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
-
安卓项目源码
资源描述自己做的身材测评系统,完整的安卓源码,仅供初学者参考
- 2022-04-16 21:05:49下载
- 积分:1
-
安卓课程表
安卓的课程表,简单的课程设置,包括课程的增删改查,使得日常查询更为方便。同时提供备忘录功能,能够添加备忘事件 。软件使用图片软件进行美化。
- 2023-02-26 17:35:05下载
- 积分:1
-
android Preference
android Preference挺不错的例子 与入门的同学们共勉
- 2022-03-24 19:31:02下载
- 积分:1
-
android 自定义时间段选择dialog 实例源码下载
android 自定义时间段选择dialog 实例源码下载
- 2015-05-15下载
- 积分:1
-
AvdCreationDialog
AVD creator dialog Source Code for Andriod.
- 2013-10-24 10:33:40下载
- 积分:1
-
封装okhttp请求
1.封装了ok http框架,okhttp 是专门用来请求网络的框架。目前是比较好用的框架,但是 使用的时候也要封装一下。封装后方便直接拿来用,无需考虑一些其他bug什么的
- 2022-07-20 23:10:14下载
- 积分:1
-
Mars安卓教程源代码
Marschen老师第一季到第五季的源代码,部分源代码缺少,由于是早期的安卓开,安卓sdk的版本不一样,比如部分能在安卓2.3系统的源代码,在安卓4.0系统后的源代码不能运行,所以缺失部分课程的源代码,希望各位网友,能补充缺失的课程。
- 2022-12-26 10:35:10下载
- 积分:1
-
FakeLocation
说明: 基于Xposed平台的位置伪装模块,可以hookAndroid手机的GPS模块,使得手机定位软件显示的位置是自己设置的位置(The location camouflage module based on Xposed platform can hook the GPS module of Android mobile phone, so that the location displayed by mobile phone positioning software is the location set by itself.)
- 2020-06-19 09:40:01下载
- 积分:1