1

I'm thinking to develop an app that should take a pic overlay over this pic a png image. For iOS I found some interesting on this link: overlay image over another. Now I would do the same for an Android application, there's a way to do this stuff? I need to develop quite the same app for iOS and for Android. You suggest to use this way or you think it's better to implement something for augmented reality?

Community
  • 1
  • 1
lucgian84
  • 833
  • 4
  • 11
  • 29
  • 1
    Here is a Question i asked similar to what u are expecting. http://stackoverflow.com/q/17671558/1567588. and I have got an answer for it. check if this helps. – SKK Oct 24 '13 at 08:33
  • My suggestion is to simply decrease the alpha layer of the top image if that is enough to satisfy your needs. I'll post the code later today. – nstosic Oct 24 '13 at 08:33
  • Multiple surfacviews in the Z direction. You can set the transparency to zero on some of them. Use one for the Camera and others for a canvas to draw images to. Is this what you need? – James Burnstone Nov 20 '13 at 13:11

0 Answers0