# Mobile

- [Modularization](https://www.doruby.com/mobile/modularization.md)
- [再谈移动端跨平台框架 Flutter 与 React Native](https://www.doruby.com/mobile/modularization/zai-tan-yi-dong-duan-kua-ping-tai-kuang-jia-flutter-yu-react-native.md): 现如今，在跨平台方案上仍活跃于市场的，仅剩 RN 与 Flutter。让我们通过框架的设计初衷，架构，开发环境，代码风格，等多个层面看看它们的差异。看看哪一个更适合你。
- [打造工业级 App 开发流程 (JIRA+CI/CD)](https://www.doruby.com/mobile/modularization/da-zao-gong-ye-ji-app-kai-fa-liu-cheng-jira+cicd.md)
- [模块化设计-iOS团队协作开发](https://www.doruby.com/mobile/modularization/mo-kuai-hua-she-ji-ios-tuan-dui-xie-zuo-kai-fa.md)
- [剖析几种流行的 iOS 设计模式--MVC;MVVM;VIPER](https://www.doruby.com/mobile/modularization/pou-xi-ji-zhong-liu-hang-de-ios-she-ji-mo-shi-mvcmvvmviper.md): Arch, iOS, MVP, MVVM, VIPER
- [iOS Foundation](https://www.doruby.com/mobile/fundamental.md)
- [ARC 与内存管理](https://www.doruby.com/mobile/fundamental/arc-yu-nei-cun-guan-li.md)
- [从头梳理内存与内存管理](https://www.doruby.com/mobile/fundamental/cong-tou-shu-li-nei-cun-yu-nei-cun-guan-li.md)
- [事件交付: 响应链](https://www.doruby.com/mobile/fundamental/shi-jian-jiao-fu-xiang-ying-lian.md)
- [iOS 手势识别](https://www.doruby.com/mobile/fundamental/ios-shou-shi-shi-bie.md)
- [iOS 手势操作详解](https://www.doruby.com/mobile/fundamental/ios-shou-shi-cao-zuo-xiang-jie.md)
- [UIKit Class Hierarchy](https://www.doruby.com/mobile/fundamental/uikit-class-hierarchy.md)
- [iOS 13 兼容性适配检查](https://www.doruby.com/mobile/fundamental/ios-13-jian-rong-xing-kuo-pei-jian-cha.md)
- [iOS 上的蓝牙框架 Bluetooth](https://www.doruby.com/mobile/fundamental/ios-shang-de-lan-ya-kuang-jia-core-bluetooth-for-ios-yi.md)
- [Performance](https://www.doruby.com/mobile/performance.md)
- [App 启动优化之一：main.m 方法之前的优化](https://www.doruby.com/mobile/performance/app-qi-dong-you-hua-zhi-yi-main.m-fang-fa-zhi-qian-de-you-hua.md)
- [Debug](https://www.doruby.com/mobile/debug.md)
- [在Xcode里,为项目定义不同的环境配置](https://www.doruby.com/mobile/debug/zai-xcode-li-wei-xiang-mu-ding-yi-bu-tong-de-huan-jing-pei-zhi.md)
- [调试我们的 APP (iOS)](https://www.doruby.com/mobile/debug/tiao-shi-wo-men-de-app-ios.md)
- [URLCache 设置不当引起的 App 故障](https://www.doruby.com/mobile/debug/urlcache-she-zhi-bu-dang-ying-qi-de-app-gu-zhang.md)
- [ASDebugger -- 超简单的 App 网络监控调试工具](https://www.doruby.com/mobile/debug/asdebugger-chao-jian-dan-de-app-wang-luo-jian-kong-tiao-shi-gong-ju.md): ASDebugger
- [Tips](https://www.doruby.com/mobile/tips-1.md)
- [Xcode 自动生成 Objective C SDK 文档](https://www.doruby.com/mobile/tips-1/xcode-zi-dong-sheng-cheng-objectivecsdk-wen-dang.md)
- [无线分发应用--通过 Safari 安装 App](https://www.doruby.com/mobile/tips-1/wu-xian-fen-fa-ying-yong-tong-guo-safari-an-zhuang-app.md)
- [智能的 App Banner - Smart App Banners](https://www.doruby.com/mobile/tips-1/zhi-neng-de-app-banner-smart-app-banners.md)
- [点阴影区关闭 Modal View Controller](https://www.doruby.com/mobile/tips-1/dian-yin-ying-qu-guan-bi-modal-view-controller.md)
- [3rd Party](https://www.doruby.com/mobile/3rd-party.md)
- [MKNetworkKit Auto Caching](https://www.doruby.com/mobile/3rd-party/mknetworkkit-auto-caching.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.doruby.com/mobile.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
