Logo Lanfrica

mazyacin/Biladi

Record type:

software
Creator:
maz
Host:
so my country algeria is a the biggest arabic country not just in size but in culture too so i wanna make an app for tourists to give them a path and quest like places to visit but now after i finished it its more like a framework to make tourist guidance apps # Biladi **Biladi is an example of a template i made to make tourist apps** It comes with a **fully working example for Algeria ( only works on android)**, but the template itself is country-agnostic – you can rebrand it for any city, region, or even food tours in 5 minutes by editing a single file. This project started as a tourist app for Algeria, but evolved into a template that anyone can use to create their own tourist guide app. **Key Features:** - Full tourist guide structure (places, descriptions, images) - finish quest button and hear story button with saving when you close the app - Easy to rebrand – change the some code and your done ( even if you dont know how to its explained in the /Explained folder) - Works on Android (APK) (and iOS if built from source in vscode) --- --- The compiled Android APK (Algeria example) is available on the releases page of this repository. --- github.com **To know how to use this template checkout the /Explained folder**. so the code thing is you can make a version off this app for your country really easily even food or anything im going to break this into steps: **Step 1**: idea , get assets which are images and audio ,images you can get them from google and the audio you either make them with your own sound or you can go to voicertool.com which has text to speech for free and you can choose which sound ( the one im using is Brian) **Step 2**: the theme its good to get referance from your countries flag for example if you are french you should use blue, also make a slang word to put in the Biladi Text place **Step 3** : this step explain the code ,firstly we have the QuestCard class which is the thing that makes all of this simple this is a class that lets you call QuestCard()and get parameters to fill in and they are : 1 Id used for identifying this questCard from the other and for the buttons , 2 Title this is what shows up on the …

Licenses