Android
JiKaTogether
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Android 中 上下文Context理解
Context 1.Context的继承关系和源码分析 /** * Interface to global information about an application environment. This is * an abstract class whose implementation is provided by * the Android system. It * ...原创 2019-06-05 21:37:26 · 1664 阅读 · 1 评论 -
RN-环境搭建和HelloWorld
RN-环境搭建和HelloWorld 1.开发环境 开发所需要的软件 Node.js 1.Node.js的安装 官网:https://nodejs.org/en/download/ 2.安装React Native 命令行工具 npm install -g react-native-cli 3. 安装AndroidStudio 注意配置环境变量 2.HelloWorld react-nati...原创 2019-07-22 18:09:15 · 330 阅读 · 0 评论
分享