Icaro Temponi
10/11/2019, 6:38 PMfun imageFromResource(res: Resources, resId: Int): Image
to create one from a resource and noticed that it uses an AndroidImage
class that does exactly what I need, but it's internal. Is there a way to do this right now? Or should we copy paste the class or create our implementation of Image what uses a Bitmap?Adam Powell
10/11/2019, 9:30 PM+
like +state
and friendsResources
kioba
10/12/2019, 9:06 AM