android - Start MapFragment from fragment? -


is there way start mapfragment inside fragment, way can start activity inside activity? i'm trying using code below doesn't work. doing wrong or not possible do?

intent mymapintent = new intent(this, mymapfragment.class); startmymapfragment(mymapintent); 


Comments

Popular posts from this blog

php - render data via PDO::FETCH_FUNC vs loop -

c# - Avoiding duplicate methods for Task and Task<T> -

javascript - Which segment of a polyline was clicked? -