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

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

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -