April Down

Android Development

  • 首页
  • 依赖
  • 资源
  • 分类
  • 归档
  • 搜索
  • 文章目录
  • 站点概览
Dewey Reed

Dewey Reed

Hang in there, hang in there.
81 日志
8 分类
0%

使用json-server模拟后台

发表于 2019-10-02 分类于 Android , Notes

笔记。

json-server

  1. yarn global add json-server

  2. json-server --watch db.json --port 80 --host $ip --routes routes.json

    db.json: 数据文件

    $ip: 本地IP,好让手机连接。一般是机器的IP。

    routes.json: 似乎默认只能单路径,使用这个支持子路径

Android AppCompat 1.1.0渐隐式切换夜间模式
巧用Android CoordinatorLayout实现复杂布局 + 滚动内容
© 2018 – 2025 Dewey Reed
由 Hexo & NexT.Pisces 强力驱动