Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

czyrux/kata-geo-country

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kata Geo Country for Android

Exercise to practice MVP pattern (Model View Presenter) in Android.

Consumes API: http://restcountries.eu/

Images can be obtained from: http://www.geonames.org/flags/x/ + countryCode + .gif


Task

  • Create Presenter and move all the presentation logic in there.
  • Create UI model.
  • Modify item content
  • Add region as: "region, subregion" or nothing if the fields are empty.
  • Modify population information as: "less than 1 mill" or rounded amount otherwise (10.315 --> ~ 10mill)
  • Handle navigation
  • Add new Activity: CountryDetailActivity following MVP.

Open Source Libraries

Version

1.0.0

About

Exercise to practice MVP pattern (Model View Presenter) in Android.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages