No description
Find a file
2024-12-30 20:46:54 +01:00
app make android app with 2 activies 2024-12-30 20:46:54 +01:00
.gitignore make android app with 2 activies 2024-12-30 20:46:54 +01:00
build-android-app.sh make android app with 2 activies 2024-12-30 20:46:54 +01:00
README.md make android app with 2 activies 2024-12-30 20:46:54 +01:00

Android App with 2 Activities

Goal is to have an Android Application with "more than 1 activiy" and thus to allow enable to start those Activities The app package is named app.twoactivities

usage

  1. clone this repo
  2. run
./build-android-app.sh
  1. upon success the apk file created is in app/result/app.apk and can be installed via adb
adb install -r app/result/app.apk