Android weather application.
weatherpop is hosted in the following web site
https://github.com/popofibo/weatherpop
If you think the Android project weatherpop 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 weatherpop.
Item | Value |
---|---|
Java File Count | 12 |
Supported screen sizes | [mdpi, ldpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 14 |
Activity Count | 2 |
Fragment Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET |
Asset File Names | assets\fonts\BrookeS8.ttf assets\fonts\Villa.ttf assets\fonts\timeburner_regular.ttf |
There are 3 image files in weatherpop. The names of the image files are listed as follows.
action_search.png ic_drawer.png ic_menu_refresh.png
The following screenshort is generated from the image listed above.
weatherpop has the following Java source files.
com.popofibo.weatherpop.MainActivity.java com.popofibo.weatherpop.WeatherPopDisplayActivity.java com.popofibo.weatherpop.constants.WeatherPopConstants.java com.popofibo.weatherpop.custom.ActionBarDrawerToggle.java com.popofibo.weatherpop.custom.DrawerLayout.java com.popofibo.weatherpop.custom.WeatherPopDrawerLayout.java com.popofibo.weatherpop.model.Location.java com.popofibo.weatherpop.model.Weather.java com.popofibo.weatherpop.util.WeatherPopHttpClient.java com.popofibo.weatherpop.util.WeatherPopJSONParser.java com.popofibo.weatherpop.util.WeatherPopUtil.java