I'm making an app that take datas from a database and it should take an ImageIcon. How can I use that class in Android and convert it to Drawable to show it in app?
It's not from a resource file. It's from an ImageIcon as variable of an object i receive from database.