Weather App created following Android Class at Udacity.
attandroid is hosted in the following web site
https://github.com/jtkilleen/attandroid
If you think the Android project attandroid 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 attandroid.
Item | Value |
---|---|
Java File Count | 13 |
Activity Count | 3 |
Fragment Count | 2 |
Test Case Count | 1 |
Required Permissions | android.permission.INTERNET |
attandroid has the following Java source files.
com.example.bdcoe.sunshine.ApplicationTest.java com.example.bdcoe.sunshine.DetailActivity.java com.example.bdcoe.sunshine.FetchWeatherTask.java com.example.bdcoe.sunshine.FullTestSuite.java com.example.bdcoe.sunshine.MainActivity.java com.example.bdcoe.sunshine.SettingsActivity.java com.example.bdcoe.sunshine.TestDb.java com.example.bdcoe.sunshine.TestProvider.java com.example.bdcoe.sunshine.Utility.java com.example.bdcoe.sunshine.data.WeatherContract.java com.example.bdcoe.sunshine.data.WeatherDbHelper.java com.example.bdcoe.sunshine.data.WeatherProvider.java