Problem Statement: Deciding which icon to use for my ABMaterial apps components was getting a little tedious. With over 1500 icons to choose from, doing to and fro was starting to be out of the question.
Solution: Would be nice to have an icon picker like what B4J has, so MashIconPicker came about, to use on my Pen & Paper project and thus speed up some development time. What I needed was just the font icon name, but then the number is also returned, which can be passed to ..
for one to get their icons. A map of all the icons for FA and MDI are saved on a map file. I didnt want to use a db for this. I have attached here the library itself and its source code. Its using a customlistview.
Known Issues: Some of the MDI icons for some reason show squares on the buttons.
Solution: Would be nice to have an icon picker like what B4J has, so MashIconPicker came about, to use on my Pen & Paper project and thus speed up some development time. What I needed was just the font icon name, but then the number is also returned, which can be passed to ..
B4X:
Return Bit.ParseInt(strValue, 16)
for one to get their icons. A map of all the icons for FA and MDI are saved on a map file. I didnt want to use a db for this. I have attached here the library itself and its source code. Its using a customlistview.
Known Issues: Some of the MDI icons for some reason show squares on the buttons.
Attachments
Last edited: