A simple Android application for demonstrating API connectivity with Pepper robot.
- Single view Android application
- Connects to a specified health endpoint (http://10.22.9.224:3000/health)
- Displays the API response in a clean interface
- Shows loading indicator during API calls
- Clone the repository
- Open the project in Android Studio
- Build and run the application on your Pepper robot or Android device
- Kotlin
- OkHttp for network requests
- AndroidX components
- Material Design components
The application follows a standard Android project structure with a simple MainActivity that handles the API request and displays the response.