This folder is the a complete DinoDeals Titanium Project. Just import it into Titanium and fill out the Resources/config.js file with your Geoloqi clientId and clientSecret.
Now build the project and thats it!
Geoloqi Titanium Documentation : https://developers.geoloqi.com/titanium
Rename Resources/config-template.js to config.js and add your geoloqi API Key to clientId and your Geoloqi API Secret to clientSecret.
pushAccount is the email you used to register for Google Cloud Messaging.
You will need to edit your application before you can recive push notifications. - https://developers.geoloqi.com/account/applications
- Android Push Documentation - https://developers.geoloqi.com/android/push-notifications
- iOS Push Documentation -
You will also need to deploy th DinoDeals server. Follow the direction in the readme at https://github.com/geoloqi/DinoDeals/tree/master/web to deploy the server to Heroku for free.
Once you have deployed the server add the url of the server to config.js as baseURL (trailing slash required).
You can compile and run this program from within the Titanium IDE or by using the Titanium command-line tools. For the latter, simply run the following command from your terminal:
$ titanium run --dir=~/path/to/project --platform=android --android=/path/to/android-sdk
Using the command-line tools should force Titanium to launch the built application on a running emulator, instead of creating and launching a new AVD.