Basic Activity Template in Android Studio without menu -


when create new project basic activity template, have menu in resources , methods in activity class. if create second activity same template basic activity, don't have menu in resources , methods in activity's class. why? how create new activity menu automatically?

if right click while in file tree can select new activity, , select basic activity. should make new activity toolbar , fab.


Comments

Popular posts from this blog

java - Static nested class instance -

Python Pandas join aggregated tables -

process - Python What is the difference between a Pool of worker processes and just running multiple Processes? -