-
Android应用源码随手记安卓记账项目
Android应用源码随手记安卓记账项目
- 2015-03-09下载
- 积分:1
-
Swipe Screen for Android
此应用程序显示刷卡屏幕。谁希望在你的应用程序中使用此方法。
- 2022-01-31 10:34:33下载
- 积分: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
-
FlashAndroid
Flash senior tutorial to create Android mobile development
- 2013-03-14 11:30:49下载
- 积分:1
-
CH06
android开发的一些例子很好用的非常好用真的好用哦(Some examples of good android developer with a very handy and easy to use Oh really)
- 2013-08-27 09:25:35下载
- 积分:1
-
android仿 芝麻信用仪表盘
android仿 芝麻信用仪表盘
- 2020-05-08下载
- 积分:1
-
Android 引导页 启动页 主页 底部导航
基于Android平台的软件引导页启动页和主页面的开发 应用LinearLayout,ViewPager等空间设计,界面布局和功能也,很适合学过理论知识的Android初学者拿过来来学习和模仿,可以根据本项目源码学习一下Android开发中一些基本的知识,
- 2023-01-04 15:15:04下载
- 积分:1
-
安卓日历源码下载
android 日历
- 2014-12-24下载
- 积分:1
-
利用WIFI做的室内定位
利用WIFI做的室内定位利用 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-02-04 22:05:03下载
- 积分:1
-
booksource-master
此源码为《第二行代码》一书中所有例子对应的源码,用Android studio可以正常打开运行,十分完备(This source code for the second line of code, a book corresponding to all the examples of the source, with Android studio can be normal to run, very complete)
- 2020-06-30 13:40:02下载
- 积分:1