This is the Android native app built with Hotwire Native, serving as a client for our existing Conference App.
- Powered by Hotwire Native for seamless hybrid navigation
- Lightweight, fast, and easy to maintain
- Simple setup with minimal code changes
Update the base URL of your web application so that the native client knows where to load content from.
Find this line:
const val baseURL = "http://localhost:5000/"Replace it with your actual URL:
const val baseURL = "https://your-app.com"Select a simulator or a physical device in Android Studio and press Ctrl + R to run the app.
- hotwire-native-android
- Android Studio Ladybug or Later
Built with ❤️ using Turbo Native