Well, simply do the saving when the user is finished moving the text or using the feature compose the image. The bitmap canvas supports basic things like drawing text. This doesn't complicate things.
On Fri, May 6, 2011 at 1:29 PM, Hans-Erik <[email protected]> wrote: > I forgot to say i need to save the image with the added text, like > merge into a new image. > I guess that complicates things. > > Im investigating and can see that the Canvas class has the "drawText" > method. > drawText will write the text solid on the image. > So i guess using Canvas is the way to go. > > @Miguel Morales thanks and sorry i forgot to say the text and image > must be merged together and two ImageView cannot do that i think. > > @ThreKing Thanks for taking your time. Since I dont know back from > front in this project i cannot ask for specific if i don't know if the > Egg came before the chicken or wise verse. > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- ~ Jeremiah:9:23-24 Android 2D MMORPG: http://solrpg.com/, http://www.youtube.com/user/revoltingx -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

