Skip to content

The Blog Reader app will teach me one of the most common and important uses of an Android app: downloading data from the Internet and displaying it in a list. I will investigate the Model-View-Controller design pattern that is essential for all Android apps, learn how to request data from the web, parse and use information in JSON format, and ut…

Notifications You must be signed in to change notification settings

TimB0/BlogReader

Repository files navigation

This Blog Reader app taught me one of the most common uses of an Android app: downloading data from the Internet and displaying it in a list. I investigated the Model-View-Controller design pattern that is essential for all Android apps, learned how to request data from the web, parse and use information in JSON format, and utilize the built-in Android ListActivity and adapter. I also learned how to display a webpage inside an app.

About

The Blog Reader app will teach me one of the most common and important uses of an Android app: downloading data from the Internet and displaying it in a list. I will investigate the Model-View-Controller design pattern that is essential for all Android apps, learn how to request data from the web, parse and use information in JSON format, and ut…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published