lucianoGG / tyranobuilder-android

Update Tyrano Builder App Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update Tyrano Builder App Android

About The Project

this project is a recent update of TyranoBuilder for Android

Getting Started

Prerequisites

  • Android Studio
  • TyranoBuilder Studio

Installation

  1. Clone the repo or project download

    git clone https://github.com/lucianoGG/tyranobuilder-android
  2. change app name

    TyranoBuilderAppAndroid\app\src\main\res\values -> strings.xml

    alt text

  3. change pakagename

    alt text

    alt text

  4. updated project with

    • android 12 working
    • access notification to save and read game saves according to android policy
    • notification when leaving the game
    • ads by Google admob
  5. future updates project

    • iOS
    • Flutter
  6. ads by Google admob - edit strings.xml file ( APPLICATION_ID_ADS and BannerAd and InterstitialAd )

    TyranoBuilderAppAndroid\app\src\main\res\values -> strings.xml

    alt text

Edit the AdsConfig.class file if necessary

TyranoBuilderAppAndroid\app\src\main\java\git\lucianogg\tyranobuilder -> AdsConfig.class
  • isShowBannerAd (true/false) - show the banner at the top
  • isShowInterstitialAd (true/false) - show Interstitial ads
  • interstitialAdSeconds - here you configure how many seconds the interstitial ads appear on the screen, default is 40 seconds, if you want to put it in minutes, add the value * 60, for example 1 * 60 (one minute) and avoid putting little because it can be banned from the admob

alt text

buy a coffee on paypal

alt text

https://www.paypal.com/donate/?hosted_button_id=GUK2K67WAB42Q&source=qr

Contributing

  • Fork the Project
  • Create your Feature Branch (git checkout -b feature/AmazingFeature)
  • Commit your Changes (git commit -m 'Add some AmazingFeature')
  • Push to the Branch (git push origin feature/AmazingFeature)
  • Open a Pull Request

Usage

  • open the project in Android Studio
  • run the project on your device or emulator
  • test the game
  • edit the game in TyranoBuilder Studio
  • export the game to Android
  • replace the game in the project
  • run the project on your device or emulator
  • test the game

About

Update Tyrano Builder App Android


Languages

Language:JavaScript 69.2%Language:CSS 27.5%Language:Java 2.0%Language:HTML 1.2%Language:KerboScript 0.0%