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
Post a Comment