Skip to content

Commit

Permalink
Replace demo by showcase
Browse files Browse the repository at this point in the history
  • Loading branch information
vgarciabnz committed Oct 8, 2024
1 parent 7d176c3 commit 1b3c138
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/showcase-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ sidebar_position: 3

# Showcase Application

The Mobile UI library includes a **demo application** that showcases all the components available in the library. This application allows you to see the components in action and understand how they can be integrated into your projects.
The Mobile UI library includes an application that showcases all the components available in the library. This application allows you to see the components in action and understand how they can be integrated into your projects.

![](resources/showcase.png)

## Downloading the Showcase application
## Downloading the Showcase Application

Each release of the Mobile UI library provides artifacts for various targets, including Android and desktop platforms. You can download the demo application from the **Assets** section at the bottom of each [release page](https://github.com/dhis2/dhis2-mobile-ui/releases) on GitHub.
Each release of the Mobile UI library provides artifacts for various targets, including Android and desktop platforms. You can download the Showcase application from the **Assets** section at the bottom of each [release page](https://github.com/dhis2/dhis2-mobile-ui/releases) on GitHub.

### Steps to Download:

Expand All @@ -25,7 +25,7 @@ Each release of the Mobile UI library provides artifacts for various targets, in

![](resources/assets.png)

## Installing the Demo Application
## Installing the Showcase Application

### On Android:

Expand All @@ -41,7 +41,7 @@ Each release of the Mobile UI library provides artifacts for various targets, in

1. **Ensure Java is Installed**:

- The demo application requires the Java Runtime Environment (JRE) to run.
- The Showcase application requires the Java Runtime Environment (JRE) to run.
- Download and install Java from the [official website](https://www.java.com/en/download/) if you haven't already.

2. **Extract the ZIP File**:
Expand All @@ -59,13 +59,13 @@ Each release of the Mobile UI library provides artifacts for various targets, in
- Navigate to the directory containing the `.jar` file.
- Run the command:
```
java -jar your-demo-application.jar
java -jar your-showcase-application.jar
```
**Note**: If double-clicking the `.jar` file doesn't work, ensure that the file association for `.jar` files is correctly set to the Java Runtime Environment.
## Using the Demo Application
## Using the Showcase Application
1. **Launch the App**: Open the demo application on your device.
1. **Launch the App**: Open the Showcase application on your device.
2. **Explore Components**: Browse through the various components showcased in the app.
3. **Interactive Examples**: Interact with the components to see how they behave and respond.

0 comments on commit 1b3c138

Please sign in to comment.