Android Open Source - Weather application choice-weather






Project Summary

Small weather application to practice various android functionalities.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of choice-weather.

ItemValue
Java File Count13
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version18
Minimum SDK Version13
Activity Count2
jar files usedandroid-support-v4.jar
gson-2.2.3.jar
Required Permissionsandroid.permission.INTERNET




Resource Files

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.

null




Java Source Files

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