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 - MvcUriComponentsBuilder and inccorect binding in Spring MVC -

java - Static nested class instance -

c# - LINQ IQueryable returning same rows with skip and take -