# 6. 更多示例

| ![](https://4217506537-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MWj545abP2yK86-qksJ%2Fsync%2F797fb5d227e1396348c525f4bcca623cea9e32b8.gif?generation=1616819388250456\&alt=media) | ![](https://4217506537-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MWj545abP2yK86-qksJ%2Fsync%2F0ce4b4bf465804108d1773ab862c1811d3e952ad.png?generation=1616819393793154\&alt=media) | ![](https://4217506537-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MWj545abP2yK86-qksJ%2Fsync%2F4849ec2d54b70b46c5b718d509f490d6990f6d92.gif?generation=1616819391485916\&alt=media) |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

[RxExample](https://github.com/ReactiveX/RxSwift/tree/master/RxExample/RxExample/Examples) 中包含许多具有代表性的示例。它们都是**很好的学习材料**。这里我们取出其中几个示例来展示如何应用 **RxSwift** ：

* [**ImagePicker**](https://3440217568.gitbook.io/rxswift/more_demo/image_picker) **- 图片选择器**
* [**TableViewSectionedViewController**](https://3440217568.gitbook.io/rxswift/more_demo/tableview_sectioned_viewcontroller) **- 多层级的列表页**
* [**Calculator**](https://3440217568.gitbook.io/rxswift/more_demo/calculator) **- 计算器**

有兴趣的同学还可以研究一下 [RxExample](https://github.com/ReactiveX/RxSwift/tree/master/RxExample/RxExample/Examples) 中其他的示例。


---

# 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://3440217568.gitbook.io/rxswift/more_demo.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.
