Setting up your new app
Last updated
Last updated
Begin by forking .
All of the UI (including the app itself) can be found in PlutoFramework folder.
Take a look at PlutoFramework/Platforms/Android/AndroidManifest.xml
.
Notably change these properties:
package (Must be changed to be released on Google Play store)
android:versionName
android:versionCode
android:label (Application name)
Guide to be added
You can customise the colors in PlutoFramework/Resources/Styles/Colors.xaml
.
You can change the backgrounds for both light/dark modes in PlutoFramework/Resources/Images
.
Change the app icon in PlutoFramework/Resources/AppIcon/AppIcon.png
.
Change the app splash screen in PlutoFramework/Resources/Splash/plutowalleticonwhite.png
.