Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 784 Bytes

File metadata and controls

20 lines (15 loc) · 784 Bytes

TravelWeatherAlertSystem

Travel Weather Alert System is an android application which notifies the drivers about the adverse weather conditions. This project uses the GoogleMapsAndroidAPIV2 and the Yahoo Weather APIs.

Configuring the project

  1. Just fork the repository.
  2. Import it to eclipse for android SDK.
  3. Add the library google-play-services to the project.
  4. Generate your own Google API key with Google Maps Android API V2 and GeoCoding API enabled and replace it with the "PUT_YOUR_GOOGLE-API-KEY_HERE" in the AndroidMainfest.xml
  5. Build and run you project.
  6. You are good to go.

Note

You have to test the project on a real device. Emulator dosen't work for google APIs.

HAVE FUN...!!!