Retrieve data from ANTARES using Android

Prerequisites

Create Android Application

  1. Download the Antares Library for Android by clicking the button below. Save the .jar library to your computer's local storage. DOWNLOAD

  2. Klik "Mulai Aplikasi Android Studio baru".

  3. Give your app a name.

  4. Define the target SDK.

  5. Define your Activity. We recommend you to choose "Empty Activity".

  6. Name your Activity. We recommend you to choose the default option "MainActivity".

  7. Click on the "Android" section.

  8. Move the layout to "Project".

  9. Copy-Paste the downloaded library jar into app -> libs.

  10. Congratulations! You have inserted the library jar.

Source Code

Data stored in Antares

AndroidManifest.xml

In order to execute the Antares API, we need Internet access and in order to access the Internet on Android, we need to add the following lines to AndroidManifest.xml.

activity_main.xml

Modify ALL the contents of activity_main.xml with the following content:

MainActivity.java

Logcat Results

We can filter the output log results on Android. Please fill in the section as shown below. When the button is clicked, the output results can also be seen in the image below.

Output

Last updated