Skip to content Skip to sidebar Skip to footer
Showing posts with the label Android Tabs

Pass Data From One Design Tab To Another Tab

I am using material design tabs as follows : Following is my MainActivity.class : public class Mai… Read more Pass Data From One Design Tab To Another Tab

Line Coming Between Toolbar And Tabs

How to remove the deep line between the toolbar and tablayout, I searched on the google someone sai… Read more Line Coming Between Toolbar And Tabs

Align-center Slidingtablayout

After I moved my app to 5.0, I had to move from the basic tabs to the slidingTabLayout that a googl… Read more Align-center Slidingtablayout

Nullpointer Exception In Setting Up A Tabhost At Calling Addtab( Tabhost.tabspec Spec) Method

this question is really wierd and driving me crazy. i can't get rid of the nullPointerException… Read more Nullpointer Exception In Setting Up A Tabhost At Calling Addtab( Tabhost.tabspec Spec) Method

Activities Vs Fragments

I'm trying to design an application where the main mode of navigation through the application&#… Read more Activities Vs Fragments

Can I Embed Scrollable Tabs Inside The Action Bar?

I'd like to have a layout where screen real estate is important on smaller screens, but I'd… Read more Can I Embed Scrollable Tabs Inside The Action Bar?

Keep All Values Intact When Changing Activity

When I enter anything under Current Trip tab and switch to the Display Result tab and come back to … Read more Keep All Values Intact When Changing Activity

Remove Swipe Action From Fixed Tab

I created an Android Project with ADT for Android 4+ versions and created a main Activity with '… Read more Remove Swipe Action From Fixed Tab

Create A Datepicker And Timepicker In The Tab Fragment Error

I am trying to create date picker and number picker inside a tab fragment, but its getting error. I… Read more Create A Datepicker And Timepicker In The Tab Fragment Error

Space Between Icon And Text In Tab Control - Android

I am using compact tab for my app. TabHelper tabHelper = getTabHelper(); CompatTab menuTab… Read more Space Between Icon And Text In Tab Control - Android

Access Parent Fragment Method From Child Fragment

I'm trying to access from Map Fragment to myfunction() situed in the Parent Fragment Tabs. I tr… Read more Access Parent Fragment Method From Child Fragment

Android How To Highlight Drawable Of Selected Action Bar Tab

I am looking to add action bar tabs with icons. I have achieved the following. In this, how do I … Read more Android How To Highlight Drawable Of Selected Action Bar Tab

Tab With Icon Using Tablayout In Android Design Library

I'm trying to use the new TabLayout in the android design library to create app bar with icons … Read more Tab With Icon Using Tablayout In Android Design Library

How To Add Swipe In Tabs

I am using support library to create action bar in my app. I have added actions in action bar thats… Read more How To Add Swipe In Tabs

Using Sliding Tabs With Toolbar

I've started to change from using ActionBarActivity to AppCompatActivity, but I've also sta… Read more Using Sliding Tabs With Toolbar