[android-developers] Tabs within tabs fragments overlapping

2013-03-12 Thread vani reddy
Hi All, I am using a FragmentActivity(of the compatibility library) and has 3 tabs tab1, tab2, tab3 (all are fragments of compatibility library) tab1 has 3 tabs inside say tab11, tab12, tab13 (all are fragments of compatibility library) i referred this link below to show the tabs

[android-developers] Tabs in Android Tab Host

2012-11-16 Thread Anand
I have an application that uses custom tab layout with 5 tabs. I am having problems displaying these tabs with text appropriately in some smaller devices. Is the Google recommended limit for tabs in a tab host 4 tabs. This is what this post in stackoverflow suggests

[android-developers] Tabs fragments and split view

2012-09-14 Thread Balky
Hi, I know it says clearly if you are new in Android, ask Stack owerflow but, when you do that you get negative votes there and lot of smart heads is giving you hard time :)) Not always, but. What I need to do is get view that looks closest to Google Play app when open on certain

[android-developers] Tabs as IPhone

2012-08-29 Thread chinh quach
Dear all, I want to make a application which will use Tabs. These Tabs will have behaviour as IPhone that means : Tab 1: A - B Tab 2: C - D But when from A to B, we will still have Tabs at the bottom of screen. The B screen will replace the A screen but doesn't replace all screen. Please help

Re: [android-developers] Tabs as IPhone

2012-08-29 Thread Liem.T Vo
Have you tried set invisible for tabs? On 8/29/12 1:54 PM, chinh quach wrote: Dear all, I want to make a application which will use Tabs. These Tabs will have behaviour as IPhone that means : Tab 1: A - B Tab 2: C - D But when from A to B, we will still have Tabs at the bottom of screen.

Re: [android-developers] Tabs as IPhone

2012-08-29 Thread Vedran Rodic
It is definitely possible to have Tabs and and stack fragments with FragmentManager. However, when using the support library, it is buggy on 3.0 devices. (see https://code.google.com/p/android/issues/detail?id=34775). And using FragmentManager to programatically show/hide Fragments is clumsy

[android-developers] Tabs

2012-05-11 Thread Brian Muscat
Hi, I am working on an android application project where I am using the tabs. I would like to connect both the XML and activity class to the tab how can I do this ? Currently I am using this code intent = new Intent().setClass(this, Info.class); spec =

Re: [android-developers] Tabs

2012-05-11 Thread Justin Anderson
I would like to connect both the XML and activity class to the tab how can I do this ? What? You don't. Your activity references the XML layout you want the tab to display. You tell the tab which activity to use... intent = new Intent().setClass(this, Info.class); spec =

[android-developers] tabs pager application crashed with onbackpress button

2012-02-23 Thread Live Happy
I'm using the sample Google provides, FragmentTabsPager to work with tabs in my application. and i add the method onbackpress to return to the first activity but this method crashed my application when i press the back button or also the home button that i didn't override it @Override public

[android-developers] tabs

2012-02-19 Thread Faheem Ansari
hello every one.. i am new to android plz tell me... i make a web browser using webView... and also male tabs in the same project now how can i merge my browser to tab..i want the solution badly...reply... -- You received this message because you are subscribed to the Google

Re: [android-developers] tabs

2012-02-13 Thread TreKing
On Sat, Feb 11, 2012 at 10:31 AM, Faheem Ansari faheemansar...@gmail.comwrote: i am creating a web browser in androidi created a whole browser and now i want to add it in a tabsi am using android version 2.2.how can i do it Write code to do what you want. If you want

[android-developers] Tabs across all ListActivities

2012-02-11 Thread DeucePie
Hi everyone, New to this group and also app development but the past few weeks I have been working on an app which is pretty simple in that it is a lookup table where I have category, subcategory and then the final item which the users are looking for. I have read up on activities, views,

[android-developers] tabs

2012-02-11 Thread Faheem Ansari
hello i am new in android development..i am creating a web browser in androidi created a whole browser and now i want to add it in a tabsi am using android version 2.2.how can i do it...please reply... -- You received this message because you are

[android-developers] Tabs inside fragment problem with changing orientation

2012-02-03 Thread ondrej jurčák
I have a fragment with tabs on left side of my screen in landscape mode. I use tutorial http://developer.android.com/reference/android/app/TabActivity.html to create tabs in this fragment. Everything works fine so far, but when device change orientation, tabs in tabhost and content disapear.

[android-developers] tabs onbackPressed

2012-02-01 Thread vani reddy
Hi friends,, Under tabs when onBackPressed i am showing a dialog box, but its throwing the below exception ERROR/WindowManager(979): Activity com.amplyfyme.android.HomeScreen has leaked window com.android.internal.policy.impl.PhoneWindow$DecorView@40678fb0 that was originally added here

[android-developers] TABS Problem orientation

2011-12-14 Thread ANKUR GOEL
Hi all , i am using tab to my application . in that i want 1 st tab to be in portrait and lanscape both ...and rets of the tabs in portrait only . if i dont give the main tab activity the portrait orientation all the tabs are rotationg to portrait and lanscape .. so can anyone help me

[android-developers] Tabs Host Life cycle

2011-11-18 Thread ANKUR GOEL
Can some body tell the life cycle of tab activity whether the destroy method is called when we switch between the tabs . -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Tabs and Multiple Activities

2011-10-15 Thread Janani Mani
Hi, I'm developing a tab based application. My target device will be Galaxy Tab 10.1. I have problem with loading multiple activities within a single tab. What needs to be done: There are three tabs… a)Has a ListView initially. Onclick of it goes to Detail Page. On clicking back (not the tabs

Re: [android-developers] Tabs and Multiple Activities

2011-10-15 Thread Mark Murphy
Get rid of the tabs and choose another UI metaphor. Or, put the tabs in the action bar, and consider their contents to be fragments that you manage using FragmentManager and FragmentTransactions. On Thu, Oct 13, 2011 at 3:37 PM, Janani Mani jananim...@gmail.com wrote: Hi, I'm developing a tab

[android-developers] Tabs

2011-05-17 Thread suhas
how to delete tabs in android i can add the tabs dynamically but cannot remove them dynamicallly -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] Tabs inside a fragment

2011-05-02 Thread Stephen
Having read the post here: http://goo.gl/6xYBD (Android 3.0-Tabhost) and based on the lack of a TabFragment it appears that the way to do things in 3.0 (and I guess above) is to use tabs in the action bar. My issue is that I'm writing an app that has the fairly standard 'listview on left, content

Re: [android-developers] Tabs inside a fragment

2011-05-02 Thread Dianne Hackborn
You can certainly use a TabHost inside of a fragment. TabHost is just a view; it doesn't know anything about whatever is outside the view hierarchy it is running in. You haven't give the stack crawl of the exception, so it is hard to help further. On Mon, May 2, 2011 at 7:30 AM, Stephen

[android-developers] tabs and maps

2011-03-09 Thread alok upadhyay
hi, i am working from i week on map view based tutorial and finally got this done.What approach i have followed is that: 1. i have used the single activity in which user enters a location name in text box. 2.as soon as the search button is clicked location name is converted into lat and lan using

[android-developers] Tabs at bottom of Activity

2011-03-07 Thread chetan
Hi All, I want to make an Activity which would have tabs at bottom of screen not at top. I have tried many thing even i have set the paddingTop parameter of tabwidget to fix . i.e 220px. But this would not work for different screen sizes. If somebody have any solution, let me know.

Re: [android-developers] Tabs at bottom of Activity

2011-03-07 Thread lalit poptani
Hi, I think u might go for menu items if u want tabs. Menu items work same as tabs and more than that they are at the bottom of the page Lalit Poptani T. Saltriver InfoSystem pvt. ltd. -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Tabs at bottom of Activity

2011-03-07 Thread Justin Anderson
Try these: http://www.anddev.org/viewtopic.php?p=21932 http://stackoverflow.com/questions/2395661/android-tabs-at-the-bottom/2710404#2710404 On Mon, Mar 7, 2011 at 8:43 AM, lalit poptani lalit.popt...@gmail.comwrote: Hi, I think u might go for menu items if u want tabs. Menu items work

[android-developers] Tabs On Sense Devices

2010-12-11 Thread JimmyHoffa
Hi all, Has anyone found themselves with the same problem I do when using a TabWidget on Sense Devices. It appears that the text colour for selected/unselected tabs are reversed. I.e. instead of the selected tab being white text and unselected gray, it's the other way around so the selected tab

Re: [android-developers] Tabs in android

2010-09-08 Thread TreKing
On Wed, Sep 8, 2010 at 9:19 AM, Ajmer singh ajmer.si...@evontech.comwrote: I need to use Tabs in my application,I want to use tabs shown in the image attached with email. Those aren't tabs, they're buttons. Could anybody please let me know how this can be done A Linear or Relative layout

[android-developers] Tabs- Each calling a different activity

2010-06-29 Thread Abhyudai Shanker
Hey guys, I am trying to build a GUI for my application using tabs. I have been able to get tabs up and running, and each tab runs a separate activity, i.e. when i switch tabs, i switch activities also. But presently I am only printing text in each of my tabs using the following code: package

[android-developers] Tabs

2010-03-03 Thread ls02
How do I create tabs inside container with no child views attached to them? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email

[android-developers] tabs iphone style

2009-09-15 Thread Wouter
Hey, How can i make something like this: http://www.appsstore.nl/apps/fml/fmlscreen1.jpg So i mean the tabs at the bottom of the screen. It has to be present on every activity and every tab shows and other activity (listactivity). How can i do this? Wouter

[android-developers] Tabs

2009-07-29 Thread Begining Android
I want to display the footer text to the tabs and i want to create tabs with images . please help me i am the android beginer. Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Tabs and intents

2009-07-26 Thread jouke
Hello all, I'm trying to use a tabhost and populate tabs using intents and activities. I've search all the examples I could find and I have something that gives the right layout but crashes as soon as I open a dialog. To reproduce it I made a small test program with 2 tabs, one filled using an

[android-developers] Tabs: Error while using TabHost

2009-07-06 Thread Avtar Singh
Hi, I am trying to write a simple application that creates a new tab. The view structure is: FrameLayout -- TabHost ---TabWidget ---FrameLayout The code is shown below: public class P4Main extends Activity { @Override public void onCreate(Bundle savedInstanceState) {

[android-developers] Tabs Control Code

2009-05-05 Thread Anitha
Hi , This is anitha. I am new to android. I want the application for the creating tabs. while i was using the code in the following link http://developer.android.com/guide/tutorials/views/hello-tabwidget.html it shows that null pointer exception in our design means main.xml page

[android-developers] Tabs at bottom of screen

2008-10-31 Thread Al_R
Hi all, I'm looking for a way to make the tabs appear at the bottom of the screen. I've had a look at the xml attributes for Tabs in the android doc, but nothing there seems to have the option and the section for Tabs is blank. I've also had a look at the SDK examples for tabs but they all appear