I'm looking for assets that map ISO country codes to flag images in different resolutions, something like this but for Android. It seems as if the project in this answer provides the necessary assets, but unfortunately the link to the project is broken.
Asked
Active
Viewed 6,450 times
0
-
1have a look this [link](https://github.com/WANGjieJacques/flagkit) The author does mention its a copy of the flagkit you have shown the link to – chirag90 May 25 '17 at 09:30
-
A more robust library can be found [here](https://github.com/blongho/world-country-flags) **Disclaimer:** I am creator of that library. Feel free to make a pull request if something is lacking – blongho Mar 05 '19 at 00:31
1 Answers
2
chirag90's comment providing this link is the resource I was looking for. Please note that when using this library the iso code needs to be passed in lowercase letters, otherwise, the resource is not found, leading to a crash.

Digital Da
- 891
- 1
- 10
- 23