Go to file
Nicolás Sánchez 87d0d1ed94 CR between log lines 2024-12-19 07:45:17 -03:00
.idea fab eliminated 2024-12-18 18:20:35 -03:00
app CR between log lines 2024-12-19 07:45:17 -03:00
gradle ... 2024-12-16 19:17:13 -03:00
old_icons Exchange status icons 2024-12-11 10:19:07 -03:00
.gitignore Initial commit 2024-12-09 08:55:35 -03:00
README.md Update README.md 2024-12-10 22:54:13 +00:00
build.gradle Initial commit 2024-12-09 08:55:35 -03:00
gradle.properties Initial commit 2024-12-09 08:55:35 -03:00
gradlew Initial commit 2024-12-09 08:55:35 -03:00
gradlew.bat Initial commit 2024-12-09 08:55:35 -03:00
settings.gradle Initial commit 2024-12-09 08:55:35 -03:00

README.md

DCAv2GUI

DCAv2GUI is a user-friendly graphical user interface (GUI) application designed to use in conjunction with the DCAv2 project.

Features

  • Multiple Exchange Support: Currently supports Binance, Gate.io, Kucoin, and OKX. More exchanges will be added in future updates.
  • Live Data Monitoring: Displays real-time market data and portfolio performance.
  • Settings Management: Provides dedicated menus for managing user credentials and preferences.

Project Structure

The project is structured using the Model-View-ViewModel (MVVM) architecture, leveraging Android's Jetpack components for efficient development and maintenance.

Usage

  1. Clone the Repository:

    git clone https://gitlab.nicosanchez.com.ar/nicolas/dcav2gui.git
    
  2. Open in Android Studio: Import the project into Android Studio for further development or testing.

  3. Build and Run: Use Android Studio to build the application and run it on an emulator or a physical device.

Future Enhancements

  • Configurable Settings: Replace hardcoded sections with user-configurable settings.
  • Additional Exchanges: Integrate support for more cryptocurrency exchanges.

Note: This project is a work in progress, and some features are subject to change.