0

I am developing application where user capture's photo and moves to next activity with captured image. Now in next activity i have already given another image via XML which i am able to move and set anywhere over captured image now what i want is when i press OK button then this activity should move to next activity with captured image and also other image which i have set.

i have done with this but the problem is, i want to Fix the position of other image, example if i have set that image on captured images Nose then it should show on nose for Next activity. I don't have any idea about this. Can anyone tell me how to fix the absolute position of Image or any sample code that might help me.

Here you can see the photo, When i press OK button next activity looks something like this. http://share.pho.to/3wDYP

mmBs
  • 8,421
  • 6
  • 38
  • 46
InnocentKiller
  • 5,234
  • 7
  • 36
  • 84
  • 1
    Advice: clarify your question. put some come with it or some images or links so that we can understand your problem. Also, put some paragraphs, it is really difficult to read. – Dyna Oct 14 '13 at 11:47
  • Hi Dyna I am not able to post image because of reputation score.. – InnocentKiller Oct 14 '13 at 11:59
  • 1
    you can upload them here: http://share.pho.to/ and share the link with us. – Dyna Oct 14 '13 at 12:02
  • Thanks Dyna, I have added photo and link too. – InnocentKiller Oct 14 '13 at 12:06
  • What makes you think that this is not the right position? I think it is. – hasan Oct 14 '13 at 12:14
  • Besides moving nose and other parts into the next activity its better you replace or pass the whole edited image on the nextscreen and fix its position you capture the edited image and pass into next activity. @user2846106 – GrIsHu Oct 14 '13 at 12:15
  • Hey hasan, This application is developed in iOS and i need to implement same with android. So the screenshots which i have added is for iOS. – InnocentKiller Oct 14 '13 at 12:21

1 Answers1

0

Basically you need to merge these two images into one. Create a bitmap and add both images into one.

Here is an example answer1 and answer2.

Also This is a very useful Tutorial 1 and Tutorial 2 for you.

Community
  • 1
  • 1
Jitender Dev
  • 6,907
  • 2
  • 24
  • 35