This is a simple To-Do app that I use to explore Hotwire Native for Android.
Setup and start Rails:
-* Install ruby with one of the following methods:
asdf install
(withlegacy_version_file = yes
)rbenv install
bin/setup
bin/rails db:fixtures:load
bin/dev
Setup android:
- Open the android folder in android studio.
- Click on the play button to launch it.
- Open build variants (left panel) on Android Studio.
- Select
localServer
. - Click on the play button.