Hae there, this is probably one of the simplest things i get to do while running a project that requires location.
By default, a running genymotion virtual device location is disabled and it's usually preset at latitude =65.9667 and longitude = -18.5333
How to enable the location service and adding a custom location.
1. Open Genymotion,
2. Run a virtual device...
Thursday, 30 June 2016
Saturday, 25 June 2016
Android Google Maps: Show current Location
Today im gonna show you how to create an android app that shows your current location on the map
Project Structure:
Procedure:
1. To start with, Create an new android project,
Go to start 'start a new project' from the welcome screen > Name it 'CurrentLocation' > Choose 'Google maps activity' *This is the main point* and finish to create the project.
2. After...
Thursday, 23 June 2016
Android login: using volley, php, mysql, pdo
Today you gonna learn how to create a login activity that uses volley for request. Click here If you want more information about volley library.
To begin with, will first create a back-end using PHP and my SQL. I'm using wamp server to host the php scripts.
1. Backend - PHP, MYSQL, PDO
Project Structure:
i) fire up the server (wampserver for my case), open...