Weather App for Udacity Android course.
The-Practice is hosted in the following web site
https://github.com/natebass/The-Practice
If you think the Android project The-Practice 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 The-Practice.
Item | Value |
---|---|
Java File Count | 13 |
Activity Count | 2 |
Fragment Count | 3 |
Test Case Count | 1 |
Required Permissions | android.permission.INTERNET |
The-Practice has the following Java source files.
com.natebass.thepractice.ApplicationTest.java com.natebass.thepractice.DetailActivity.java com.natebass.thepractice.FullTestSuite.java com.natebass.thepractice.MainActivity.java com.natebass.thepractice.TestDb.java com.natebass.thepractice.controller.EndDrawerFragment.java com.natebass.thepractice.controller.ForecastFragment.java com.natebass.thepractice.controller.StartDrawerFragment.java com.natebass.thepractice.model.WeatherContract.java com.natebass.thepractice.model.WeatherDbHelper.java com.natebass.thepractice.service.WeatherDataParser.java