Adones Pitogo

Results 87 comments of Adones Pitogo

Use the actual IP of your server, not `localhost`. I hope you realize that `localhost` translates to `127.0.0.1` (android's loopback address) and not the IP of your server.

Try using android studio debugger

Have you set the address of your server in the android app?

The database is managed using Sequelize.js v3. Read about sequelize.js and how to configure it with postgres.

Hello, please feel free to implement this feature and send a PR.

Take a look at SetupActivity.java

Yes, `activities/SetupActivity.java`

Random wake ups is perhaps determined by android's `JobScheduler` implementation, since that is what we use in this app.

I think you need to use your personal keys for googlemaps in order for the map to work.

We don't have such feature.