Re: [android-developers] Navigation Fragment Switching

2016-06-09 Thread Cross Stitch
just so everyone knows..mykyru Wolf, and me are the same person, however from here on out i will be using this account i am also reposting this issue with the proper links and all.. so look for it under this name On Thursday, June 9, 2016 at 3:03:48 AM UTC-7, Mykyru Wolf wrote: > > So first,

Re: [android-developers] Navigation Fragment Switching

2016-06-09 Thread Mykyru Wolf
So first, I'm sorry for the confusion. As I explained in a previous reply, I'm an intermediate programmer, so I'm not aware of all useful links and lingo. Second, my intent is to do an OnMenuItemSelect, open a fragment layout as an activity in the main activity screen.. so when I click a menu

Re: [android-developers] Navigation Fragment Switching

2016-05-26 Thread TreKing
On Sat, Mar 12, 2016 at 2:55 PM, Mykyru Wolf wrote: > I'm trying to set up my nav drawer so when an item gets clicked in the > menu, it opens a new fragment for that specified activity inside of my home > layout. My code I currently have is attached, and any help would be

[android-developers] Navigation Fragment Switching

2016-03-12 Thread Mykyru Wolf
Hey everyone, having some trouble trying to call upon a fragment to add a new activity to my nav drawer layout. I'm trying to set up my nav drawer so when an item gets clicked in the menu, it opens a new fragment for that specified activity inside of my home layout. My code I currently have is