-
android 手机订餐系统
android手机越来越普遍,手机订餐系统能够帮助商家及顾客很方便的进行点菜,结算。源码中分为点菜,结算,菜单展示等几部分进行。
- 2022-03-17 15:53:49下载
- 积分: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
-
嵌入式Linux系统开发实例
嵌入式Linux系统开发实例, 嵌入式Linux系统开发实例, 嵌入式Linux系统开发实例, 嵌入式Linux系统开发实例, 嵌入式Linux系统开发实例,
- 2022-01-23 11:02:42下载
- 积分:1
-
com.baidu.mapapi.overlay
绘制百度地图的自我规划路线图,为百度地图演示(Self-planning road map for drawing Baidu map, demo for Baidu map)
- 2019-03-14 12:18:58下载
- 积分:1
-
android 身份证验证功能 示例源码下载
android 身份证验证功能 示例源码下载
- 2014-09-11下载
- 积分:1
-
Chapter04_UI_WebView
webview的使用,实现在手机上浏览网页(webview used to achieve browsing on mobile phones)
- 2010-12-15 15:09:38下载
- 积分:1
-
android imageview 图片、背景切换效果实例 附源码下载
android imageview 入门实例 主要实现了 图片以及背景的切换效果,详见截图
- 2013-03-12下载
- 积分:1
-
daocrud
android的DAO操作(provider带观察者模式)(
The DAO android operating (provider with observer pattern))
- 2013-12-14 00:57:35下载
- 积分:1
-
Android 色环取色器模块代码
Android 色环风格的取色器,用来拾取颜色,用于在字体颜色选择时,提供方便,在弹出的色环中,鼠标单选任意处,会将此点的颜色赋值给文字,改变文字的颜色。关于色环的定义,请参见以下代码部分:
private Paint mPaint;// 渐变色环画笔
private Paint mCenterPaint;// 中间圆画笔
private Paint mLinePaint;// 分隔线画笔
private Paint mRectPaint;// 渐变方块画笔
private Shader rectShader;// 渐变方块渐变图像
private float rectLeft;// 渐变方块左x坐标
private float rectTop;// 渐变方块右x坐标
private float rectRight;// 渐变方块上y坐标
private float rectBottom;// 渐变方块下y坐标
private final int[] mCircleColors;// 渐变色环颜色
private final int[] mRectColors;// 渐变方块颜色
private int mHeight;// View高
private int mWidth;// View宽
private float r;// 色环半径(paint中部)
private float centerRadius;// 中心圆半径
private boolean downInCircle = true;// 按在渐变环上
private boolean downInRect;// 按在渐变方块上
private boolean highlightCenter;// 高亮
private boolean highlightCenterLittle;// 微亮
更多代码细节请下载本源码。
- 2023-03-16 20:05:04下载
- 积分:1
-
DateException
Button Activity Source Code for Andriod.
- 2013-11-22 15:51:05下载
- 积分:1