- You can try the demo app download demo.apk then install it to your android phone or just go to play store then search for "FABULESS" You can directly download it on Google Play .
- Font Awesome
- Framework7
- Cordova
- Angular
- HTML
- CSS
- JAVASCRIPT
- JQUERY
- PHP / MYSQL -> for server side recipe to email forwarding
-
First Download NodeJs. - after installing Nodejs on your CLI enter to download cordova then you can check Cordova's documentation for other details.
npm install -g cordova -
Download Sublime Text. - This is environment for text editing.
-
Download Android Studio. - We need this inorder to build our android application into .apk file. after installing Android studio make sure you'll update all the possible updates in the SDK MANAGER
-
Download Genymotion Emulator. - Android Studio's emulator is a bit slow. for faster development you can user genymotion. (Note) you also need virtualbox running on your machine please check the site for more information on how to run Genymotion.
-
Download JDK - Android Studio need this so its a must.
-
Set ANDROID_HOME and JAVA_HOME - Here is a step by step guide on how to SET ANDROID_HOME AND JAVA_HOME. stackoverflow is our friend.
-
I know its alot of downloading stuff you have gone through but cheer up youll find it usefull on other programming languages.
-
Next inline on How to run the app - Put the app codes in the Desktop (for the meantime). - On your CLI write
cd desktopthen
cd [folder_name]example
cd fabuless- Now Open Sublime Text then drag the folder of the codes inside Sublime text. now you can see the app codes.
- Open Genymotion Signup then login on it.
- After Logging in create a new virtual device.
- then run the virtual device
- You can read Genymotions documentation here.
- Now lets open our CLI again then follow the commands below
then
cd desktopexamplecd [folder_name]cd fabulessthenthencordova platform add androidthencordova prepare androidcordova run android // you should see your app running on Genymotion Emulator now.- Hooray welcome to your first Cordova App
-
Steps on uploading your app on google play
-
Build your app as release : Source
cd desktop cd fabuless cordova platform add android cordova prepare android cordova run android --release -- --keystore=../my-release-key.keystore --storePassword=password --alias=alias_name --password=password. -
Buy $25 developer account on Google play