File tree Expand file tree Collapse file tree 1 file changed +9
-36
lines changed Expand file tree Collapse file tree 1 file changed +9
-36
lines changed Original file line number Diff line number Diff line change 1
1
# Switch Android App
2
2
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
+
4
11
5
12
## Features
6
13
@@ -15,20 +22,12 @@ A modern Android application built with Kotlin, featuring neumorphic design elem
15
22
- ** Language** : Kotlin
16
23
- ** Minimum SDK** : 28 (Android 9.0)
17
24
- ** Target SDK** : 35
18
- - ** Architecture** : Clean Architecture
19
25
- ** Dependencies** :
20
26
- Neumorphism UI library
21
27
- AndroidX Core KTX
22
28
- Material Design
23
29
- Gson
24
- - JUnit for testing
25
30
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
32
31
33
32
## Installation
34
33
@@ -43,31 +42,5 @@ A modern Android application built with Kotlin, featuring neumorphic design elem
43
42
44
43
4 . Build and run the application
45
44
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
+
73
46
You can’t perform that action at this time.
0 commit comments