Ajuste del número de columnas en vistas de detalle (#63)

* Set variable n. of columns in the detail views depending on screen size
This commit is contained in:
MARMdeveloper
2026-01-18 16:46:51 +01:00
committed by GitHub
parent eb6ebdaa91
commit 754360c4a5
3 changed files with 51 additions and 16 deletions

View File

@@ -100,13 +100,13 @@ Without secrets, the APK is signed with a debug keystore (fine for sideloading,
#### Makefile Targets
| Target | Description |
|--------|-------------|
| `make build` | Build debug APK |
| Target | Description |
|----------------|-------------------------------------------------|
| `make build` | Build debug APK |
| `make install` | Build and install debug APK on connected device |
| `make run` | Build, install, and launch the app |
| `make clean` | Clean build artifacts |
| `make test` | Run unit tests |
| `make run` | Build, install, and launch the app |
| `make clean` | Clean build artifacts |
| `make test` | Run unit tests |
Or use Android Studio:
1. Open the project folder