
安卓
学习安卓的笔记
Camilleferros
あきらめるな
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
安卓开发笔记-UI设计的概念
本文是哔哩哔哩上 安卓开发教程 的笔记 UI的概念: 就是用户界面的意思 ① View 下面是官方的翻译 This class represents the basic building block for user interface components. A View occupies a rectangular area on the screen and is responsible for drawing and event handling. View is the base class fo原创 2020-05-11 11:14:44 · 980 阅读 · 0 评论 -
安卓的项目结构
安卓的项目结构 开发工具: AS(android studio) 一般如下: ① 是mainfests 是描述全局管理的文件 ② 是Java的源码文件 ③ 是Java的测试文件,可手动关闭 ④ 是Res一般是一些资源文件存放的地方(比如,图像和视频) ⑤ 是AS构造项目将版本的文件 下面是细分: [外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-cIOM15XG-1...原创 2020-05-08 10:48:14 · 271 阅读 · 0 评论 -
安卓Runnable接口解释
本人才疏学浅,如有错误之处,还请见谅 Runnable接口解释 官方地址如下: https://developer.android.google.cn/reference/java/lang/Runnable?hl=en 官方解释如下 The Runnable interface should be implemented by any class whose instances are inte...翻译 2020-05-04 09:19:38 · 921 阅读 · 0 评论