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

php - Using grpc in Laravel, "Class 'Grpc\ChannelCredentials' not found." -

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

scikit learn - python sklearn KDTree with haversine distance -