Small weather application to practice various android functionalities.
choice-weather is hosted in the following web site
https://github.com/flipper-the-priest/choice-weather
If you think the Android project choice-weather 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 choice-weather.
Item | Value |
---|---|
Java File Count | 13 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 13 |
Activity Count | 2 |
jar files used | android-support-v4.jar gson-2.2.3.jar |
Required Permissions | android.permission.INTERNET |
There are 6 image files in choice-weather. The names of the image files are listed as follows.
ic_action_compass.png ic_action_content_new.png ic_action_delete.png ic_action_device_access_location_found.png ic_action_refresh.png ic_action_social_forward.png
The following screenshort is generated from the image listed above.
choice-weather has the following Java source files.
com.example.choiceweather.AddCityDialogFragment.java com.example.choiceweather.CityDetailActivity.java com.example.choiceweather.CityGridAdapter.java com.example.choiceweather.DayListAdapter.java com.example.choiceweather.MainActivity.java com.example.db.CityDatabase.java com.example.json.City.java com.example.json.CurrentCondition.java com.example.json.JsonIo.java com.example.json.ParseCity.java com.example.json.Weather.java com.example.util.GlobalObjects.java com.example.util.Toaster.java