1

I'm putting together an app that lets users create tags (cooking, tv, shopping, etc.) and I want to allow them to pick an icon to attach to the tag.

I haven't been able to find anything online, I think mostly because I can't word it in a way that is distinct enough from everyone that seems to be having problems with their apps actual icon. But I've seen it in plenty of apps in my day.

Is there any way to implement an in-app icon picker? Preferably a method that doesn't involve me having to individually add 100+ icons as resources in my project?

Air
  • 498
  • 1
  • 4
  • 18

1 Answers1

2

Look at this "icon picker dialog" at:

https://github.com/maltaisn/icondialoglib

Ahmed Hammad
  • 622
  • 8
  • 17
  • First, thank you for understanding my question! My other responses here and elsewhere really made me question whether or not I was explaining it properly. Second, yes this looks like exactly what I was looking for. Unfortunately, I had already abandoned android studio, and haven't looked back! Thanks for the resource though :) – Air Jul 27 '19 at 15:50