Skip to content

Commit c535ff6

Browse files
Merge branch 'pula'
2 parents 802bcbd + d85345c commit c535ff6

19 files changed

+868
-162
lines changed

AGENTS.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,32 @@ You are an experienced Android app developer.
1414
- UI screens reside in `app/src/main/java/com/d4rk/androidtutorials/java/ui`.
1515
- Data and repository classes live in `app/src/main/java/com/d4rk/androidtutorials/java/data`.
1616

17-
## Testing
18-
- Run `./gradlew test` before committing changes.
19-
2017
## Native ads
2118
- Native ad XML layouts should wrap their content in a `MaterialCardView` with the ID `ad_card` using a Material3 card style and appropriate rounded corner overlays.
2219
- Use the shared `@layout/ad_attribution` snippet for displaying the ad attribution text.
2320
- Include the attribution exactly as `<include layout="@layout/ad_attribution" />` with no additional attributes such as padding or margins.
2421
- Position the attribution snippet at the top of the ad card so it appears first in the layout.
22+
23+
## Architecture and principles
24+
@./docs/core/
25+
26+
## UI/UX guidelines
27+
@./docs/ui-ux/
28+
29+
## Coroutines and Flow
30+
@./docs/coroutines-flow/
31+
32+
## Compose rules
33+
@./docs/compose/
34+
35+
## Testing guidelines
36+
@./docs/tests/
37+
38+
## General policies
39+
@./docs/general/
40+
41+
# General app and libraries used documentation
42+
@./docs/screens/
43+
44+
## Testing
45+
- Run `./gradlew test` before committing changes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ operations through a small set of use cases. This pattern was inspired by the
5353
implemented in a simplified form to avoid adding heavy dependencies. The result keeps the UI
5454
simple and ensures a clear separation of concerns across the whole app.
5555

56-
For detailed guidance, see [Recommendations for Android architecture](docs/android-architecture-recommendations.md).
56+
For detailed guidance, see [Recommendations for Android architecture](docs/core/android-architecture-recommendations.md).
5757

5858
## Feedback
5959

docs/android-architecture-recommendations.md

Lines changed: 0 additions & 158 deletions
This file was deleted.

0 commit comments

Comments
 (0)