# Android Project结构

* src
  * 各个功能模块的package（业务代码，包括activity）
  * utils（工具类）
  * view（自定义可重用view）
  * model（各个功能模块的公用基础代码，业务相关，不包括activity，主要是各种manager）
* res
  * layout（以前缀区分）
  * activity\_xxx
  * include\_xxx
  * item\_xxx
  * fragment\_xxx


---

# 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://blog.cweihang.io/android/androidproject-jie-gou.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.
