-
仿网易新闻客户端 ViewPageIndicator
仿网易新闻客户端_ViewPageIndicator 仿网易新闻客户端 ViewPageIndicator
- 2014-04-10下载
- 积分:1
-
asdownloader
自己写的android下载工具,多线程,断点续传,分块下载(Android download tool, write your own multi-threaded HTTP chunked download)
- 2012-11-15 21:40:14下载
- 积分:1
-
Android游戏源码大合集
一些AndEngine和Libgdx的游戏源码,以Eclipse工程的形式配置好环境
- 2022-09-01 08:35:10下载
- 积分:1
-
android 指南针app源码
Android指南针app,可显示方向/海拔/大气压
- 2018-06-23下载
- 积分:1
-
android仿淘宝购物物流时间轴效果
android仿淘宝购物物流时间轴效果,用来显示物流的listview,自定义的物流跟踪状态显示的view,时间轴的定义代码如下:
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
timeLine=(TimeLineView) findViewById(R.id.tv_timelines);
timeLine.setTimelineCount(6);//设置显示多少个时间轴
timeLine.setTimelineRadius(8);//设置下面那些轴的圆点直径
timeLine.setTimelineWidth(3);//设置时间轴的宽度
timeLine.setTimelineRadiusDistance(80);//设置时间轴的高度
}
默认设置时间轴的位置位于view的中间,设置第一个节点的颜色mPaint.setColor(timelineHeadColor);根据时间轴的节点数目,画对应的节点和轴,当j==1,画第一个节点的时候,有点特殊,我们需要在节点的外面再换一个圆环,画时间轴的节点,即画圆形 圆心的x都是一样的,view的中间, 圆心的y的计算是根据节点的位置来计算的,例如:第一个节点的y是根据第一个节点距离上面的距离加上第一个节点的半径
:timelineHeadRadius + marginTop
其余的节点就是在一个节点的y的基础上,加上两倍半径和节点之间的轴的长度*节点数,画其余的轴 left:每个轴距离左边距离都是一样的,时间轴的中心位置-1/2的时间轴的宽度。
- 2023-09-02 02:45:03下载
- 积分:1
-
listview列表
基于安卓的简单的listview列表显示数据
- 2022-10-10 14:15:03下载
- 积分:1
-
二维码扫描
一款简单的二维码扫描例子
- 2015-11-11下载
- 积分:1
-
android 自定义单选、多选对话框及popwindow窗口实例源码
android 自定义单选、多选对话框及popwindow窗口实例源码
- 2014-08-21下载
- 积分:1
-
安卓开发的环境搭建
搭建安卓环境所需要的基本包和文件。
- 2022-01-22 10:53:41下载
- 积分:1
-
qiangtandenglu
《抢滩登陆》属于即时360度全方位射击游戏,相对于同类游戏较为简单,但容量又大于普通的小游戏,玩法非常简单,很容易上手。游戏情节惊心动魄,游戏场景中变化多端的敌军、即时控制的动作都是吸引玩家的亮点。
20世纪60年代,战争的硝烟在整个欧洲大陆上弥漫,盟军在大陆上的作战陷入了胶着状态。为了牵制敌军的行动并最终取得决定性的胜利,玩家的使命就是:尽最大可能消耗敌人的入侵部队,阻止敌人的进攻。面对滩头上潮水一般涌来的敌人,唯一能依靠的就只有身后那门威力无比强大的海防炮台。
android游戏(Landing on a beach belonging to real-time 360-degree shooting game, it has a relatively simple compared to similar games, but the capacity is greater than the ordinary game play is very simple, very easy to use. The game plot thrilling, varied enemy in the game scene, real-time control actions are the highlights to attract players. 1960s, the war on the entire European continent, filled the air, the Allied forces fighting on the mainland into a stalemate. In order to pin down the enemy' s actions and ultimately to achieve a decisive victory, the player' s mission is: to the maximum extent possible consumption of the invading forces of the enemy, to prevent the enemy' s attack. The face of the enemy beachhead came flooding, only able to rely on only behind that door power of powerful coastal defense fort. android game)
- 2012-07-08 08:36:56下载
- 积分:1