XML string ressource to use weather icons in an Android app
Convert Weather icons to a XML file of strings ressource for Android
Usage : 1 - Download the XML file in this repo
2 - Drop it in your android string ressource project
3 - Download Weather Icons TTF file here : https://github.com/erikflowers/weather-icons (Download only the ttf file in fonts)
4 - Drop the TTF file in the folder assets/fonts on your Android projet
5 - You can now use Weather Icons icons in your projet
(If you don't know how to use a custom typeface on Android there is good tutorial).