自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 收藏
  • 关注

原创 android复杂首页布局

示例图 分析: 通过分析原型图,分为4个模块 1.轮播图 2.公告 3.指示器 4.内容列表 实现: 轮播图使用BGABanner-Android库 公告使用ViewFlipper控件 指示器切换使用MagicIndicator库 内容列表使用ViewPager+Fragment(RecyclerView) ![实现图] (https://coding.net/u/tea9/p/image/g...

2018-11-27 17:33:28 1954

原创 1.android布局-ConstraintLayout-约束布局

ConstraintLayout 是什么? ConstraintLayout ConstraintLayout 怎么用? 基本用法 layout_constraint[当前控件位置]_[目标控件位置]="[目标控件ID]" 1.上下排列 a b b: app:layout_constraintTop_toBottomOf="a" 实例: <android.support.con...

2018-11-27 17:32:14 210

原创 android获取控件的几种方法

layout <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:background="@color/colorPrimary" android:layout_height="wra...

2018-11-27 17:28:59 10879

原创 android No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android

主要是缺少这个问题 mips64el-linux-android 1.打开项目local.properties文件 2.打开ndk.dir文件夹 ndk下载 3.下载对应的ndk 4.toolchains/mips64el-linux-android-4.9 复制到 项目ndk目录 5.make project LINKS 完美解决 No toolchains found in the NDK t...

2018-11-27 17:27:26 242

原创 adb常用命令

http://adbshell.com/ adb常用命令 1.模拟点击 adb shell input tap 100 100 2.滑动 adb shell input swipe x1 y1 x2 y2 adb input touchscreen swipe x1 y1 x2 y2 100 adb shell input swipe 100 100 400 100 300 #左往右 ad...

2018-11-27 17:25:50 421

原创 2.Markdown使用指南

一、Markdown是什么? Markdown是一种轻量级标记语言(标记语言是用一系列规则描述简单格式的文本语言。) 二、Markdown的语法 1.标题 # 一级标题 ## 二级标题 还可以下面这种写法 一级标题 \==== 二级标题 —- 2.图片 ![图片文字](图片链接) ![Foo](http://i.weather.com.cn...

2018-07-29 11:21:09 232

原创 1.使用jekyll搭建个人博客

一、GitHub Pages的配置 1.申请github账号 首先要注册github账户 访问下面的网址 https://github.com/ 点击Sign up for GitHub 按钮注册 注册成功后点击Sign in 按钮 登录 登录成功后验证下邮箱 2.创建项目 选择Start a project 按钮 开始一个项目 填写 用户名.git...

2018-07-29 11:19:25 192

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除