Questions tagged [android-scrollable-tabs]

25 questions
0
votes
2 answers

When the ScrollableTabView is nested inside ScrollView, it can not show anything

When I use ScrollableTabView is nested inside ScrollView, it can't show anything in Android althought I updated ScrollableTabView version 0.8.0. react-native-cli: 2.0.1 react-native: 0.44.3 My code like this: render() { return ( …
0
votes
1 answer

react native text box above scrollable-tab-view

New to react native, trying to place text-box above scrollable tab view export default React.createClass({ render() { return
codey modey
  • 983
  • 2
  • 10
  • 23
0
votes
1 answer

How to set the Adapter for the circular Scroll-able tab

I am trying to set infinite view Pager(circular Scroll-able tab) using Infinite ViewPager but when I tried to set the adapter 1.It work only from the end side (last Position). 2.It is not working on the start(position 0) side. 3.It repeat the last…
0
votes
1 answer

Android fragment having problems in passing instance in CustomListAdapter

I have an application that has a scrollable tab view in which each tab is a fragment. Now i want each tab to have a custom list view. But according to code I came up with there is a problem in the fragment in passing its instance as it wants an…
0
votes
1 answer

ApplicationAdapter error when trying to get installed apps

I am have scrollable tabs in my action bar and in one of those tabs I am trying to get a list of user installed apps and used system apps, like Flipoard, youtube, messaging etc. (eventually in alphabetical order) I am trying to follow these, but I…
0
votes
1 answer

how to make navigation drawer + scrollable tabs in a single app?

I first made scrollable tabs in my app and it is working perfectly then I also want to insert navigation drawer in this app .I coded all the thing but navigation drawer is not visible . i think this is because I made scrollable tabs main activity as…
0
votes
0 answers

Scrollable Tabs with adjustable height of the Tabs in android

I am trying to implement scrollable tabs with custom height of the tabs. I have searched a lot and found that even though ActionBar is the latest thing, it somehow doesn't support changing the height of the tab navigation bar. I know this has…
Sunny
  • 7,444
  • 22
  • 63
  • 104
0
votes
2 answers

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 like users to be able to swipe between exactly two tabs. On these smaller screened devices, I don't want to waste an entire row with a scrollable tab widget…
-1
votes
1 answer

send data to second tab on click button(which is on first tab)

i have two Tabs as Tab1 and Tab2. On button click i want send list row data to send Tab , Following is my code. PagerAdapter.java public class PagerAdapter extends FragmentStatePagerAdapter { int mNumOfTabs = 2; public…
Harshad07
  • 608
  • 7
  • 23
-2
votes
1 answer

scrollable tabs custom user Interface

I am working on a Scrollable tabs and came to observe a custom scrollable tabe in a mediaplayer app but don't know what is used in this as per my knowledge it is like scrollable tabs.Any hint how to achieve this while changing from one fragment to…
1
2