P
PerK76
Guest
Hi,
I am making an app where I want to send a drawable resource in a MMS message. I have have solved it temporarily by using contenresolver, storing the drawable externally and gettings its Uri which is not a nice solution.
I would prefer linking to an internal resource of the application (i.e. its drawables). What it the best approach?
thanks,
Per
I am making an app where I want to send a drawable resource in a MMS message. I have have solved it temporarily by using contenresolver, storing the drawable externally and gettings its Uri which is not a nice solution.
I would prefer linking to an internal resource of the application (i.e. its drawables). What it the best approach?
thanks,
Per