how to make user sceens in android and how to navigate between different screens -


i new in android development.i want know how can make user screens , how navigate between them.

yes can make user screen xml layout...

and navigate..

intent intent = new intent(currentclass.this, destinationclass.class); startactivity(intent); 

Comments

Popular posts from this blog

razor - Is this a bug in WebMatrix PageData? -

c# - How to set Z index when using WPF DrawingContext? -

c# - Cloning WPF controls and object hierarchies -