• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Help with sharing resources

  • Thread starter Thread starter PerK76
  • Start date Start date
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
 
Back
Top Bottom