Aplicaci?n android para ver noticias recibidas en formato json desde https://ajax.googleapis.com/.
dNews is hosted in the following web site
https://github.com/hag005/dNews
If you think the Android project dNews 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 dNews.
Item | Value |
---|---|
Java File Count | 15 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 21 |
Minimum SDK Version | 14 |
Activity Count | 2 |
jar files used | android-support-v4.jar commons-io-2.4.jar commons-lang3-3.3.2.jar gson-2.3.1.jar guava-18.0.jar javax.annotation-api-1.2.jar jsonschema2pojo-gradle-plugin-0.4.0.jar ocpsoft-pretty-time-1.0.7.jar okhttp-2.1.0.jar okhttp-urlconnection-2.1.0.jar okio-1.0.1.jar picasso-2.4.0.jar retrofit-1.8.0.jar slf4j-android-1.6.1-RC1.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.READ_EXTERNAL_STORAGE android.permission.WRITE_EXTERNAL_STORAGE |
There are 3 image files in dNews. The names of the image files are listed as follows.
api_icon.png icono_no_disponible.png loading_icon.png
The following screenshort is generated from the image listed above.
dNews has the following Java source files.
com.hugoag.dnews.App.java com.hugoag.dnews.GoogleNewsService.java com.hugoag.dnews.Mockup.java com.hugoag.dnews.activities.MainActivity.java com.hugoag.dnews.activities.NoticiaActivity.java com.hugoag.dnews.model.Noticia.java com.hugoag.dnews.model.gnews.Cursor.java com.hugoag.dnews.model.gnews.GoogleNews.java com.hugoag.dnews.model.gnews.Image.java com.hugoag.dnews.model.gnews.Page.java com.hugoag.dnews.model.gnews.RelatedStory.java com.hugoag.dnews.model.gnews.ResponseData.java com.hugoag.dnews.model.gnews.Result.java com.hugoag.dnews.views.NoticiaAdapter.java com.hugoag.dnews.views.ViewHolder.java