of course and i know that JPanel doesn't exists in Android, but when i was developing with java Swing i made some panels in one frame and as user make his choice the equivalent panel is shown by setting visible the one and unsetting the other.Do you have any idea about how to do this in android?
ANSWERED:
What i was looking for was the FrameLayout that exists as attribute in layout xml file and also as class so at the java file i created an instance using FindViewById and then set visibility to INVISIBLE