Skip to content

Commit 40eb683

Browse files
Update README.md
1 parent 205f067 commit 40eb683

File tree

1 file changed

+9
-36
lines changed

1 file changed

+9
-36
lines changed

README.md

Lines changed: 9 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Switch Android App
22

3-
A modern Android application built with Kotlin, featuring neumorphic design elements and a clean architecture.
3+
A application built with Kotlin, featuring neumorphic design elements and a clean architecture.
4+
5+
6+
7+
https://github.com/user-attachments/assets/19f9a014-4367-4381-8283-9b20a9983fc3
8+
9+
10+
411

512
## Features
613

@@ -15,20 +22,12 @@ A modern Android application built with Kotlin, featuring neumorphic design elem
1522
- **Language**: Kotlin
1623
- **Minimum SDK**: 28 (Android 9.0)
1724
- **Target SDK**: 35
18-
- **Architecture**: Clean Architecture
1925
- **Dependencies**:
2026
- Neumorphism UI library
2127
- AndroidX Core KTX
2228
- Material Design
2329
- Gson
24-
- JUnit for testing
2530

26-
## Prerequisites
27-
28-
- Android Studio (latest version recommended)
29-
- JDK 11 or higher
30-
- Android SDK with API level 28 or higher
31-
- Gradle
3231

3332
## Installation
3433

@@ -43,31 +42,5 @@ A modern Android application built with Kotlin, featuring neumorphic design elem
4342

4443
4. Build and run the application
4544

46-
## Project Structure
47-
48-
```
49-
app/
50-
├── src/
51-
│ ├── main/
52-
│ │ ├── java/
53-
│ │ └── res/
54-
│ └── test/
55-
├── build.gradle.kts
56-
└── proguard-rules.pro
57-
```
58-
59-
## Testing
60-
61-
The project includes:
62-
- Unit tests using JUnit
63-
- Android instrumentation tests
64-
- UI tests using Espresso
65-
66-
## Contributing
67-
68-
1. Fork the project
69-
2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
70-
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
71-
4. Push to the branch (`git push origin feature/AmazingFeature`)
72-
5. Open a Pull Request
45+
7346

0 commit comments

Comments
 (0)