Fake GPS Location – Android App Source Code

Overview

Want to pretend to be somewhere?
Send fake location to your friends on Whatsapp, Facebook?
Debug any application that needs a location where you are not?

With the ‘Fake GPS Location’ application, you can change your GPS location to anywhere in the world.

Your friend does not believe that you are in North Korea or Cuba? Send a fake location to him!

All source code included!

Features

  • Admob.
  • Google Maps API
  • Google Analytics
  • SQLite database to register your location history
  • Wanna reskin? Well documented.

Requirements

  • Android Studio and SDK

Instructions

  1. Change the app icon
  2. Change the app name and title on the string.xml
  3. Create google admob id on your Admob account and put on the string.xml
  4. Create Google Maps API Key and put on the google_maps_api.xml
  5. (optional) Create Google Analytics ID and put on the app_tracker.xml
  6. Done!

All process to reskin are documented (with images) on the PDF.

Related