Tagged Questions
0
votes
0answers
9 views
Snippet to autohide tabs in actionBarSherlock
Can anyone provide a snippet on how to allow the title tabs from fragments to autohide?
I would like the tabs to hide after a certain delay(2 secs) then when the upper area of the screen is tapped, ...
0
votes
0answers
20 views
Stop refreshing data everytime in gridview on tab changed using fragment
Hi i am making tab using fragment. Here is my code to generate the tabing:
private static void addTab(QatarAuctionHomeTabActivity activity, TabHost tabHost, TabHost.TabSpec tabSpec, TabInfo ...
0
votes
1answer
36 views
ABS + tabs + Fragments issue
I have an app with ABS and navigation type tabs.
In one of the tabs I have 3 fragments (different arrangement portrait/landscape) : one has a list , one has a coverflow and the last has some search ...
0
votes
1answer
24 views
Android tab scrolling lag
I'm making an app that uses scrollable tabs and I noticed when I have just text within a tab swiping from one to another works seamless, however when I have a page, with 8 buttons that when pressed ...
0
votes
1answer
40 views
Android tabs adapter shows nulled out fragments depending on which tab I'm in
I implemented a ActionBarSherlock with a ViewPager and a TabsAdapter. It works fine until I try to communicate between fragments.
I've 3 Tabs in my Application, and I can click on each of the tabs no ...
1
vote
0answers
9 views
save sherlockfragment view when switching between tabs ( buttons and textviews )
I need your help again. I added Tabs in my app using SherlockFragments but I don't know how to save the views. One of the Fragments has buttons and textviews and when I switch back and forth between ...
0
votes
0answers
37 views
actionbar sherlock with multi fragments under single tab
I am new in android sherlock action bar and fragments. i create my sherlock fragment activity and implement the tabs. here is the code for that..
public class Home extends SherlockFragmentActivity
{
...
0
votes
0answers
33 views
What is the best solution to get two Fragments (List & Detail) in a Fragmented Tab Layout?
For now I realise three Tabs which are ListFragments. But now I want a Tab with the ListFragments on the left and a DetailFragment on the right. Simple the same as in Google Dev. Documentation here.
...
0
votes
2answers
58 views
Using multiple tab fragments
this is my first time using tabs in an app and I feel like this will be a simple fix but I can not find the correct solution. I have 5 tab fragments right now but when I run it all of them contain the ...
1
vote
1answer
95 views
Fragment disappear when change orientation
2 days ago I posted a question: (SOLVED) New layouts in tabHost Android. So I decided to create tabs with fragments instead of tabActivity. So now I have 3 tabs: tab_clients, tab_settings, tab_logut. ...
0
votes
0answers
98 views
Apply custom colors to android tab swipe fragments
I am making a small application using android fragments (tabs + swipe).
I simply followed this tutorial
http://www.lucazanini.eu/2012/android/tabs-and-swipe-views/?lang=en
and it's working fine.
...
0
votes
1answer
169 views
Tab host and fragments
I working with a project In this project my requirements are based on tabs and fragments but im not getting how to deal with fragments in this..
My problem is..
1.In first screen I need to show ...
0
votes
0answers
34 views
selectTab() selects the correct fragment but underlines the wrong(?) tab
I have 4 tabs in the ActionBar (tab 0, tab 1, tab 2, tab 3). Each tab has its own fragment.
At some point in the application life I need to disable tabs 1,2 and 3.
Since there is no method to disable ...
0
votes
1answer
163 views
Call Fragments onCreateView in context with Tabs
I have 2 Tabs and 2 Corresponding Fragments. On calling the LAUNCH Activity both Tabs were added and then the first one added will be shown. Thus the first Fragments onCreateView is called the second ...
0
votes
1answer
177 views
How update a fragment in viewpager tab?
I have created a FragmentActivity whith Eclipse that show an ActionBar with Tabs.
In first tab i show a fragment with a list, and in the next tab a fragment with text. Then I want that, when i ...
0
votes
1answer
82 views
Add a mapview in Tab based app
I have a tab based app and in on of the tabs you can navigate to the map screen like this:
select a category > select a company > click on 'contact us' button.
'Contact us' is the screen where I want ...
0
votes
1answer
43 views
How to an activity from a
I have created an app with four tabs each tab has multiple functionalities, but I could not call another fragment when I press the button.
my code is below:
@Override
public View ...
1
vote
1answer
115 views
How to use a different layout in each ActionBar tab (Android)
I have an application which uses the Android ActionBar and has three tabs. I am using a fragment container to switch in my different ListFragments, but for one of the tab's I'd also like a button at ...
2
votes
2answers
551 views
Android; fragments overlap when switching tabs
First off, thank you all for this great community.
I am attempting to following the support demos sample code for implementing a tabbed-fragment interface.
Top level, I am trying to implement two ...
0
votes
1answer
86 views
Android GoogleMap (API V2) and Tabs
I want a program that should contain a view with 4 tabs and each one has a different things (Example: 1° tab = map, 2° tab = text etc etc). I'm a bit newb about those projects, and I'm on a position ...
0
votes
0answers
32 views
Tabs dissappear on orientation change
I am currently working on an application where a user would come to a screen with 2 tabs. One tab has a calendar fragment which shows a calendar, the other tab contains fragement that contains a list ...
0
votes
0answers
34 views
Error in tabfragment with google maps
My problem is with the tabs, I use three TabFragments in my application and for example. If i change to tab2( the google maps tab) and then i change to tab1 and then return to tab2 my aplication ...
0
votes
0answers
70 views
Actionbarsherlock tab with View pager not clickable when hardware keyboard is open
I have an activity with ActionBarSherlock Tabs with ViewPager, for that specific activity I have configured following
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
...
0
votes
1answer
154 views
Restore data in tab view after tab change
I have an Android application where I need to switch between two tabs. I am using Fragments. The problem is that when I type something in an editText box on one tab and switch to another tab, the ...
1
vote
0answers
192 views
Android Action bar Tab with Fragments views get overlapped
My tabs :
private void tabSherlock() {
actionBar.setNavigationMode(ActionBar.NAVIGATION_MODE_TABS);
ActionBar.Tab tab1 = actionBar.newTab();
tab1.setText("Home");
...
0
votes
2answers
360 views
onCreateView not called for tabs in actionbar TabsAdapter for second time tab selected?
I have a tabbed application built with fragments and ActionBarSherlock. I have 3 tabs, with 3 ListFragment's Here's what's happening.
When I select any tab, the onCreate method for the associated ...
0
votes
1answer
294 views
TabsFragment and MapFragment
I have a question and a problem. First of all I don't know is this possible:
I have a fragment activity with tabs. On one tab (which is a fragment) I have a map with a hidden list of items. Map is ...
0
votes
1answer
250 views
FragmentActivity crashing on orientation change (MainActivity seen as Fragment)
I am using a SherlockFragmentActivity with tabs. It loads fine the first time, but when the orientation gets changed, the following error occurs:
java.lang.RuntimeException: Unable to start activity ...
1
vote
2answers
465 views
multiple fragments in single tab (right now its fragment) in fragmentactivity
I'm working with fragmentactivity which has 5 tabs (fragments).. what I need is that first tab1 has Enter button and clicking that would switch to another fragment within tab1 without getting any ...
0
votes
0answers
89 views
ActionBar with Navigation Tabs and Search
I'm building an App with an Activity and a TabListener with 2 tabs to show 2 differents Fragments. I'm using ActionBarShelock.
Each fragment contains a listview and I have a menu item to show an ...
0
votes
3answers
669 views
FragmentTabHost shows fragments overlapped
I am using one FragmentTabHost inside one FragmentActivity, that has 3 tabs.
If i change tab from first page of each tab it works fine, but if i navigate throw fragments inside one tab and then change ...
0
votes
3answers
413 views
How to add content to a tab in Action Bar
I have some tabs in the Action Bar as in the code below. But I want to add contents like a few buttons and an EditText to each tab. I am not sure how to do this. Can anybody tell me where should I ...
1
vote
2answers
860 views
Android ActionBarSherlock Fragment Tabs
I'm trying some ActionBarSherlock Fragment Tabs. I'm currently having some problems in my codes. I'm using individual Tablisteners in my fragments. Please correct my codes if possible.
import ...
0
votes
1answer
115 views
Host 3 fragments with a Tab Widget and retain each fragment instance?
How can I create a tabbed navigation in an activity, with 3 tabs, where each tab loads a different fragment, and those 3 fragment instances are retained, especially on rotation?
Of all the tabbed ...
0
votes
0answers
99 views
Use Android fixed tabs with only 1 view in a fragment?
I'm wondering if I can use an Android TabWidget inside a fragment,but only use 1 view. There should be 3 tabs.
The single view is a ListView, and when clicking the different tabs, I would like the ...
1
vote
1answer
427 views
Tab Switching using Horizontal Swipe
I am currently working on an android project and have created a little test project to test the use of the Tab and changing tab by using a horizontal swipe gesture.
The code is pretty much working ...
0
votes
2answers
535 views
Fragments state not saved after screen rotation (using ActionBar with tabs)
I use this listener for tabs but when the screen is rotated all fragments move to initial state:
public static class TabListener implements ActionBar.TabListener {
private final Activity ...
0
votes
2answers
96 views
Cross-fragment communication
I am working on an app that has an "artist list", a list of a good chunk of music bands, performers and/or composers. They are sorted by genre and relative popularity.
From the main activity you go to ...
0
votes
1answer
687 views
Facebook SDK integration with Fragments in Android?
I'm using the default tab+swipe template for an Android app, and am trying to include Facebook integration. My app looks like this: MainActivity has two tabs - the tab contents of one of them includes ...
0
votes
0answers
55 views
ActionBar Tab Navigation
I have searched but haven't found a good example of the ActionBar with Tab Navigation using Fragments. I am new to Android and had an app started w/ TabHost setup, since it's depricated I'm now ...
-3
votes
1answer
62 views
ActionBarSherlock third tab not called on time [closed]
I started to develop an open source android app using ActionBarSherlock. The app has three tabs the first two tabs onCreate method is called as soon as the app is loaded but the third tabs method is ...
0
votes
1answer
237 views
Action Bar Tab change with tablet orientation
I have a activity with some fragment inside this activity.
My problem happens when change the orientation the tablet horizontal to vertical.
The action bar tab change, and not stay equals when change ...
1
vote
0answers
140 views
How would I change the selected tab in onBackStackChanged?
When the back button is clicked, the screen displays the previous fragment, but the selected tab in the action bar doesn't change, so I would probably have to set the selected fragment in ...
0
votes
1answer
57 views
Project for tabs using fragments not working
I am trying to make tabs using fragments. At the moment on clicking each tab the content that is displayed is "Content for tab with tag: (tag) ". Here's my project:
...
1
vote
1answer
1k views
How to make tabs using fragments (using content by factory)?
I am trying to make tabs using fragments (using content by factory). At the moment on clicking each tab the content that is displayed is "Content for tab with tag: (tag) " . Please guide me here.
...
1
vote
2answers
1k views
Different menu for different tabs in tab+swipe application for android project
I am a beginner to android applications and java, basically I am a PHP developer.
I've a project for a tab+swipe application,
Reseller.java
package com.idevoc.onsitereseller;
import ...
0
votes
2answers
284 views
Android Tab inside fragment containing simple views
I have read some examples, tutorials, question on stackoverflow, but till now I don't think
it's quite clear if what I want to do should be simpler or done anyway!
I will post a draft design for ...
0
votes
1answer
246 views
Fragments inside swipe views rather than just views Android
I have been using this link to implement my two screen tabbed view,
http://developer.android.com/training/implementing-navigation/lateral.html
but my problem currently is that this demo only shows ...
3
votes
2answers
3k views
How to refresh fragment tab content on button click - Android Eclipse
I'm really new in android and I'm implementing a small project in which I have news from one drupal website. Thiss app is with 3 tabs and every tab have a list of articles with specific content. The ...
0
votes
2answers
127 views
How to run fragment inside Android screen with tabs?
I have a screen with two tabs and for each tab I'm trying to run different fragment with different layout.
I currently have the following:
MainFragmentActivity - activitiy which extends ...
