AsturCOVID is an Android application developed in late 2020 using Java and Android Views. Its primary goal was to provide up-to-date COVID-19 statistics during the pandemic, focusing on data from Asturias and its health areas, as well as general statistics for Spain.
This project was developed as part of a university assignment, combining learning and practical development during the challenging times of the pandemic.
- Regional COVID-19 statistics: View the latest data for Asturias and its specific health areas.
- National overview: Get a broader look at the COVID-19 situation in Spain.
- User-friendly interface: Built with Android Views for a clean and intuitive experience.
- Data visualization: Presenting numbers in a clear, accessible way.
- Java — Core language for the app logic.
- Android Views — For building the user interface.
- REST APIs — To fetch live COVID-19 data.
- JSON Parsing — For processing the API responses.
Here’s a sneak peek of the app in action:
- Android Studio — Latest version recommended.
- Java 8+ — Make sure your development environment supports Java.
-
Clone the repository:
git clone https://github.com/DJStatikVX/asturcovid.git
-
Open the project in Android Studio.
-
Build & run on your preferred emulator or physical device.
This project was created for educational purposes as part of a university assignment during the COVID-19 pandemic.



