-
手机天气预报源码
手机天气预报源码,代码齐全,android客户端
手机天气预报源码,代码齐全,android客户端。学习和参考非常好的例子
- 2022-01-21 03:46:10下载
- 积分:1
-
带标签的简单饼图
翻译 maninwest@Codeforge 作者:User 1234567@CodeProject此库包含创建带有基本交互和标签的饼图的简单方法。实现步骤计算值的百分比使用百分比找到掠角在当前扇形的掠角上添加上一个扇形的结束角。使用起始角度和掠角创建新扇形视图。代码循环访问所有点并计算角度,添加扇形到布局total = 0;
for (int i = 0; i < data.length; i++) {
total += data[i];
}
float startAngle = 0, sweepAngle;
for (int i = 0; i < data.length; i++) {
sweepAngle = data[i] * (360f / total);
PieSlice pieSlice = new PieSlice(getContext(), this);
pieSlice.startAngele = startAngle;
pieSlice.sweepAngle = sweepAngle;
addView(pieSlice);
pieSlices.add(pieSlice);
pieSlice.paint.setColor(palette[i % 6]);
startAngle += s
- 2022-05-18 12:34:33下载
- 积分:1
-
NCI-technical-Specification
NCI协议 最新的安卓NFC手机的NCI协议(NCI protocol )
- 2014-11-12 13:33:24下载
- 积分:1
-
Android 仿关灯游戏(游戏开发-17_166).zip
Android 仿关灯游戏(游戏开发-17_166).zip
- 2019-10-07下载
- 积分:1
-
listview点击刷新
由于最近项目需要,就做了这个listview的刷新功能,一般都只是下拉刷新或者上拉加载更多,这次是点击单个item,刷新所点击的item内容,希望对大家有所帮助。如有好的建议或者意见,也希望大家指教。
- 2023-05-27 04:25:09下载
- 积分:1
-
多个Fragment的切换使用
多个Fragment的切换使用,各种切换,滑动,滑动,滑动,滑动
- 2022-06-12 07:56:52下载
- 积分:1
-
SimpleReader-second
安卓聚合阅读器源码是一套基于安卓的RSS阅读器项目源码。内置三张壁纸,换肤功能。项目已经内置了很多RSS源,并且进行了分类。显示模式有白天、夜间两种显示模式。项目文章显示使用的自定义字体,项目本身内置收藏和分享功能,可以分享到QQ空间、新浪微博、腾讯微博、人人和豆瓣。只是暂时不能自定义添加RSS源,相关功能模块正在开发中。(Android aggregation reader source is a set of Android based RSS reader project source. Three built-in wallpaper, skin function. Project has built a lot of RSS source, and carried out a classification. Display mode has two kinds of display modes during the day and night. Project articles show that the use of custom fonts, the project itself in the collection and sharing functions, you can share to QQ space, micro-blog Sina, Tencent micro-blog, everyone and broad bean. Just temporarily can not be customized to add RSS source, the relevant functional modules are being developed.)
- 2016-07-08 13:17:51下载
- 积分:1
-
ListView下拉刷新,上拉加载更多
ListView下拉刷新,上拉加载更多
- 2018-05-31下载
- 积分:1
-
whg_Syllabus
android 仿超级课程表,实现本地数据库保存课表内容,到了指定时间提示上课(Android super curriculum, for local saving schedule, tips to the specified time for class)
- 2021-01-07 12:38:52下载
- 积分:1
-
蓝牙4.0详解
Android蓝牙4.0操作demo。
最近,随着智能穿戴式设备、智能医疗以及智能家居的普及,蓝牙开发在移动开中显得非常的重要。
android 蓝牙4.0 BLE技术;
扫描设备、连接设备、与设备读写数据,相互通信
- 2022-11-23 22:25:04下载
- 积分:1