An Android based application for finding weather either by entering a city name or directly through the phone's GPS.
WeatherNowApp is hosted in the following web site
https://github.com/rohitiyengar/WeatherNowApp
If you think the Android project WeatherNowApp listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of WeatherNowApp.
Item | Value |
---|---|
Java File Count | 8 |
Supported screen sizes | [hdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 14 |
Activity Count | 3 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_FINE_LOCATION android.permission.INTERNET |
There are 2 image files in WeatherNowApp. The names of the image files are listed as follows.
location.png search_location.png
The following screenshort is generated from the image listed above.
WeatherNowApp has the following Java source files.
com.example.weathernowapp.GPSLocationProvider.java com.example.weathernowapp.HomeActivity.java com.example.weathernowapp.HttpClientForWeather.java com.example.weathernowapp.JSONParserForWeather.java com.example.weathernowapp.LocationEntry.java com.example.weathernowapp.WeatherDetailsPage.java com.example.weathernowapp.model.LocationModel.java com.example.weathernowapp.model.WeatherModel.java