how to create android app / android studio create new or multiple activity
cómo crear la aplicación de Android
comment créer une application android
STEP 1
on Main Activity Create Button and onClick as ShwDay1
STEP2
Create Blank Activity as Day1Page
STEP 2
open Mainactivity.java and ADD
public void ShwDay1(View view){
Intent intent = new Intent (this , Day1Page.class) ;
startActivity(intent) ;
}
STEP3
amend androidmanifest.xml
***cant write angle bracket ***
android txt file
https://drive.google.com/open?id=1sKlMksBSvJGj05EWGITQ6Trc4NQax8s3
download sample file
https://drive.google.com/open?id=1Wf5SK5UCmPpsSXtqQU8VsF3r-HlsXkaB
how to create android app - official page
https://developer.android.com/training/basics/firstapp/starting-activity.html#run
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.