I want to use Font Awesome\'s icon set in my android application. I have some TextView to set those icons. I don\'t want to use any png image. My Textview is li
As there was no really comfortable way of including FontAwesome in my Android projects,
I created a Github Repository that helps use FontAwesome with Kotlin rather than Java.
The repository helps you dynamically switch between FontAwesome types (solid, regular and brands). Dynamic example (see code):

I learned a lot through all the answers here, so thank you everybody! I hope this answer is helpful to you too!