[android-developers] Re: Change the Position for a drawed bitmap on a canvas

2011-04-04 Thread ama10285
yes, exact^^ -- 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

[android-developers] how to change a position of a bitmap on canvas

2011-04-01 Thread ama10285
Hi all^^ I try to show a position on a map (in the position(100,100) of the map). This work fine with this code: options = new BitmapFactory.Options(); options.inTempStorage = new byte[16*1024]; Bitmap bitmapImage = BitmapFactory.decodeResource(getResources(),R.drawable.dasa_map,options); Bitmap

[android-developers] Re: how to change a position of a bitmap on canvas

2011-04-01 Thread ama10285
ah sorry i was not sure if my message is arrived, because I couldn t seen him with the posted messages. On Apr 1, 4:09 pm, lbendlin l...@bendlin.us wrote: please don't double post. https://groups.google.com/forum/?pli=1#!topic/android-developers/T7z5... -- You received this message because

[android-developers] Re: Change the Position for a drawed bitmap on a canvas

2011-04-01 Thread ama10285
ty for the answer Wich bitmap do you mean? myMap or positionIcon? myMap has its own imageview can you more explain pls Thanks in advance -- 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] Change the Position for a drawed bitmap on a canvas

2011-03-31 Thread ama10285
Hi all^^ I try to show a location on a Map in the Position(100,100). This works fine with this code: options = new BitmapFactory.Options(); options.inTempStorage = new byte[16*1024]; bitmapImage = BitmapFactory.decodeResource(getResources(),R.drawable.dasa_map,options);