I have added navigation drawer to an activity which contains PagerSlidingStrip.I can see the navigation drawer when I slide from left to right of screen but I can't see navigation drawer icon in action bar.
Below is my code-
activity_main.xml
I'm using this android studio project, but I didn't know how to change content there.For example, I want to have a text "Hello World" in the first tab, the text "Goodbye..." in the second tab and so on... Can you help me?
I am developing an app where I want to update the value of the particular product count.
1.In main menu there are sliding tabs, where I will be having list of products with plus and minus to add that particular product to the cart.I am preserving…
I am new to android development. In my project I want to create a sliding tabs.I did some research on sliding tabs but not clear on how to customize it. My tabs will look like this:
So please can you help me out on how can I achieve this?
I am trying to add View Pager in Fragment Class. I have tried all stuff.
public class MessageFragment extends android.support.v4.app.Fragment{
private ViewPager viewPager;
private TabLayout tabLayout;
public static MessageFragment newInstance() {
…