I am new to android development so I don’t have much experience.
I want to develop an app for children in which I want display images (png or bitmap) of a sky, mountain, river in a combined manner and children can change the color of the sky ( that means only the sky bitmap will change ).
I want to display all bitmaps one over another like a Photoshop layer so children can add a tree or a small mountain to the view by clicking a button.
Please guide me on how I can work on such image manipulation. Which techniques do I have to use for this?
Just a starting point:
marginto position bitmaps where you want in your RelativeLayoutEDIT
Here is a simple layout with 2 bitmaps (image1 and image2 both have a transparent background) overlapping each other.