I am a new one in Android so please sorry for stupidity.
Well my problem is in multiple layers –
I would like to combine two transparent ImageViews one above the other. This is similar to photoshops layers, what is the sample layers activity in android?
Already answered Overlapping Views in Android ? That should be all you need, using RelativeLayout:
would be an example code for you.