Posts

Showing posts from November, 2015

Font Awesome With Android

Image
If your app uses icons then you must be aware of the fact that Android requires you to provide icons for various densities such as HDPI, MDPI, XHDPI etc. Designing icons for these densities is an added effort. To avoid this additional effort, you can take advantage of the libraries available. One such library is Font Awesome . Font Awesome is mainly designed for Web Development because it provides CSS file to use icons. But it can also be used for Android. Let's just jump right in and download the required files.