Good to know you got it working.

Just checking;
You put images in 2 global vars in your application object. Be sure that 
these images are not (Bitmap)Drawables, since Drawables may hold references 
to a Context that could be an Activity. Holding a global (indirect) 
reference to an Activity may cause problems later. If these images are 
Bitmap instances, then it should work fine :-)

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to