底部导航条,在iOS中叫tabbar,在android中叫bottombar或bottom navigation,是一个常用的切换页面的导航条。
分类:
移动开发 时间:
2019-01-28 01:29:24
阅读次数:
262
android studio,简称AS,是集成开发环境,所谓集成,就是集编辑、编译、调试、打包等于一体。简单来说,通过AS,就可以开发出在android系统上运行的APP。
分类:
移动开发 时间:
2019-01-28 00:47:39
阅读次数:
282
底部导航条,在iOS中叫tabbar,在android中叫bottombar或bottom navigation,是一个常用的切换页面的导航条。 ...
分类:
移动开发 时间:
2019-01-27 16:29:22
阅读次数:
647
一、全局获取Context的技巧 前面我们很多地方都使用到了Context,弹出Toast的时候、启动活动的时候、发送广播的时候、操作数据库的时候、使用通知的时候等等。或许目前来说我们并没有为得不到Context而发愁,因为我们很多地方都是在活动中进行的,而活动本身就是一个Context对象,但是, ...
分类:
移动开发 时间:
2019-01-27 00:21:04
阅读次数:
265
1、Dialog的使用 【1】AlertDialog的使用 1)新建一个AlertDialog.Builder对象 2)设置标题 3)设内容 4)加按钮 5)设可取消(可以不设置) 6)show展示 【2】特殊的输入Dialog 1)DatePickerDialog 可以让用户选择一个日期 更加详细 ...
分类:
移动开发 时间:
2019-01-26 23:05:27
阅读次数:
180
1、 先按照http://blog.csdn.net/fengbingchun/article/details/10439281中操作搭建好基本的Android开发环境; 2、 打开Eclipse,-->Window-->AndroidVirtual Device Manager-->New-->A ...
分类:
移动开发 时间:
2019-01-25 16:01:38
阅读次数:
211
第1章 课程介绍与项目准备如果你从事Android开发,那你一定要学习一些开发技巧和掌握一些开发逻辑,而很不巧,我这里全部都有,最开始我们介绍一下我们这个应用的整体组织架构,通过对各个平台的api进行一个简单的分析,以及说明一下我们的RxVolley的网络框架使用教程,在本章中,我们将分析整个项目的 ...
分类:
移动开发 时间:
2019-01-23 23:28:50
阅读次数:
365
Android 自定义View前传 View的三大流程 Layout 参考 《Android开发艺术探索》 https://github.com/hongyangAndroid/FlowLayout 写在前头 "在之前的文章中" , 我们学习了Android View的 Measure的流程, 本篇 ...
分类:
移动开发 时间:
2019-01-22 16:25:59
阅读次数:
235
app:layout_constraintHorizontal_chainStyle app:layout_constraintDimensionRatio app:layout_constraintHorizontal_bias constraintlayout.widget.Barrier co ...
分类:
移动开发 时间:
2019-01-22 12:23:24
阅读次数:
625
class AttendanceTimer extends Timer { private static final int LOCATION = 0x01; private static final int WAIT = 0x02; private static final int START =... ...
分类:
移动开发 时间:
2019-01-21 21:40:12
阅读次数:
194