33 lines
667 B
Plaintext
33 lines
667 B
Plaintext
---
|
|
description: Recommends a flexible project structure for Android applications, adapting to existing project organization.
|
|
globs: app/**/*
|
|
---
|
|
- Note: This is a reference structure. Adapt to the project's existing organization
|
|
|
|
- Project Structure:
|
|
|
|
app/
|
|
src/
|
|
main/
|
|
java/com/package/
|
|
data/
|
|
repository/
|
|
datasource/
|
|
models/
|
|
domain/
|
|
usecases/
|
|
models/
|
|
repository/
|
|
presentation/
|
|
screens/
|
|
components/
|
|
theme/
|
|
viewmodels/
|
|
di/
|
|
utils/
|
|
res/
|
|
values/
|
|
drawable/
|
|
mipmap/
|
|
test/
|
|
androidTest/ |