Here will be present all my projects related with Android topic in particular and mobile development in general
EarthquakeReport application is about the latest earthquakes around the world with the given amplitude and so on. Using another thread (that differs from UI, or main, thread) and earthquake.usgs.gov API to receive related data, parse the response and pull it to ListView with the adapter, I provide this application.