android - Access Activity in Fragment when clicking on side menu item -


i trying build side menu. how can show activity in fragment when user clicks on side menu item? it's showing fragment when user clicks on side menu item. it's not showing activity.

you can instantiate activities inside fragment using localactivitymanager, deprecated in api 13 (http://developer.android.com/reference/android/app/localactivitymanager.html).

see example if want instead of using fragments intended: http://iamvijayakumar.blogspot.co.uk/2013/01/many-activity-inside-fragment-in-android.html


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -