The project is about sending a get request to the server and parsing the response as JSON format to show in the application with details.
- Features
- Architecture
- Getting Started
- Usage
- Contributing
- License
- Nodes: this feature includes sending the request to the server and showing responses with moving and deleting.
- Details: while the user clicks on items in the LazyList of Nodes page, it will redirect to the details feature(page) to gather details of relevant nodes from the server.
This project follows the Clean Architecture principles. It separates concerns into layers:
-
Presentation Layer:
- Android UI components (Compose based Screens)
- Dependency on the Domain layer
- Responsible for user interactions
-
Domain Layer:
- Business logic and use cases
- Independent of other layers
- Defines interfaces for data access
-
Data Layer:
- Implements data sources (remote) (in this app I did not use offline mechanisms like Room.
- Communicates with external services (APIs)
- Depends on the Domain layer
- Clone this repository.
- Open the project in Android Studio.
- Build and run the app on an emulator or device.
Contributions are welcome! If you'd like to contribute, follow these steps:
- Fork the repository.
- Create a new branch.
- Make your changes.
- Submit a pull request.
This project is licensed under the Apache License.