World Country Data, flags, currency and more v1.1.0 Release Notes

Release Date: 2019-03-14 // about 5 years ago
  • Get currency for each country

    • In this version, it is now possible to get the list of currencies of the world

      World.init(getApplicationContext()); // initialize data
      List<Currency> currencies = World.getAllCurrencies()
      // Currency [country=NZ, name=New Zealand Dollars, code=NZD, symbol=$]
      
    • Changed library package from countryFlags to country_data. The latter better conveys the information contained in the library. The former had only country flags as extra information apart from the country identifiers. This version and upcoming versions will have more information about a country.

    • Cleaned code base and improve documentation

    The current version have the currency for each country. Subsequent versions will have more country data