Click here to Skip to main content
15,885,309 members
Home / Discussions / Android
   

Android

 
QuestionRoboMVVM - AN Open Source MVVM framework for Android Pin
Debdatta Basu15-Sep-14 7:21
Debdatta Basu15-Sep-14 7:21 
AnswerRe: RoboMVVM - AN Open Source MVVM framework for Android Pin
Richard MacCutchan15-Sep-14 21:33
mveRichard MacCutchan15-Sep-14 21:33 
GeneralRe: RoboMVVM - AN Open Source MVVM framework for Android Pin
Debdatta Basu15-Sep-14 23:26
Debdatta Basu15-Sep-14 23:26 
GeneralRe: RoboMVVM - AN Open Source MVVM framework for Android Pin
Richard MacCutchan16-Sep-14 2:26
mveRichard MacCutchan16-Sep-14 2:26 
Questionhow to set alarm to repeat monthly Pin
sharath198410-Sep-14 23:55
sharath198410-Sep-14 23:55 
AnswerRe: how to set alarm to repeat monthly Pin
Richard MacCutchan11-Sep-14 0:38
mveRichard MacCutchan11-Sep-14 0:38 
QuestionRe: how to set alarm to repeat monthly Pin
David Crow19-Sep-14 4:33
David Crow19-Sep-14 4:33 
QuestionFragmentTabHost with scrolling tabs Horizontal (xamarin-C#) Pin
jojoba2010-Sep-14 1:29
jojoba2010-Sep-14 1:29 
hi my code is bellow but it doesnt scroll(everything is for TabHost Not FragmentTabHost) and The tabhost is shrinking and the tab text showing in a second link also.

I want to add Horizontal scroll only for my tabhost.

However we can add swipe able tab. but i don't want this. i want to swipe only the tabhost. not the tab content.

Thanks in advance.

C#
<?xml version="1.0" encoding="utf-8"?> <android.support.v4.app.FragmentTabHost android:id="@+id/tabhost" android:layout_width="fill_parent" android:layout_height="fill_parent">

<RelativeLayout
    android:id="@+id/layTab"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:layout_alignParentBottom="true"
    android:layout_centerVertical="true"
    android:gravity="center"
    android:paddingLeft="10dp"
    android:paddingRight="10dp" >

   <HorizontalScrollView
      android:layout_width="fill_parent"
      android:layout_height="wrap_content"
      android:fillViewport="true"
      android:scrollbars="none" > 

  <TabWidget
       android:id="@+id/tabs"
      android:layout_width="wrap_content"
      android:layout_height="wrap_content" >
  </TabWidget>
   </HorizontalScrollView> 
</RelativeLayout>

<FrameLayout
     android:id="@+id/tabContentsHere"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:layout_above="@+id/layTab"
    android:layout_alignParentTop="true" />
</android.support.v4.app.FragmentTabHost>

QuestionAndriod Listview using c# Pin
Vinojegan8-Sep-14 3:21
Vinojegan8-Sep-14 3:21 
AnswerRe: Andriod Listview using c# Pin
Richard MacCutchan8-Sep-14 5:07
mveRichard MacCutchan8-Sep-14 5:07 
AnswerRe: Andriod Listview using c# Pin
Dominic Burford15-Sep-14 2:21
professionalDominic Burford15-Sep-14 2:21 
QuestionFragmentTabHost in VS2013 - xamarin C# Pin
jojoba208-Sep-14 0:17
jojoba208-Sep-14 0:17 
AnswerRe: FragmentTabHost in VS2013 - xamarin C# Pin
Richard MacCutchan8-Sep-14 0:58
mveRichard MacCutchan8-Sep-14 0:58 
QuestionRe: FragmentTabHost in VS2013 - xamarin C# Pin
jojoba208-Sep-14 3:52
jojoba208-Sep-14 3:52 
AnswerRe: FragmentTabHost in VS2013 - xamarin C# Pin
Richard MacCutchan8-Sep-14 4:48
mveRichard MacCutchan8-Sep-14 4:48 
QuestionRe: FragmentTabHost in VS2013 - xamarin C# Pin
jojoba208-Sep-14 4:55
jojoba208-Sep-14 4:55 
AnswerRe: FragmentTabHost in VS2013 - xamarin C# Pin
Richard MacCutchan8-Sep-14 5:03
mveRichard MacCutchan8-Sep-14 5:03 
QuestionRe: FragmentTabHost in VS2013 - xamarin C# Pin
jojoba208-Sep-14 5:16
jojoba208-Sep-14 5:16 
AnswerRe: FragmentTabHost in VS2013 - xamarin C# Pin
Richard MacCutchan8-Sep-14 5:40
mveRichard MacCutchan8-Sep-14 5:40 
QuestionRe: FragmentTabHost in VS2013 - xamarin C# Pin
jojoba208-Sep-14 6:54
jojoba208-Sep-14 6:54 
AnswerRe: FragmentTabHost in VS2013 - xamarin C# Pin
Richard MacCutchan8-Sep-14 7:22
mveRichard MacCutchan8-Sep-14 7:22 
QuestionRe: FragmentTabHost in VS2013 - xamarin C# Pin
jojoba208-Sep-14 10:17
jojoba208-Sep-14 10:17 
AnswerRe: FragmentTabHost in VS2013 - xamarin C# Pin
Richard MacCutchan8-Sep-14 20:33
mveRichard MacCutchan8-Sep-14 20:33 
AnswerRe: FragmentTabHost in VS2013 - xamarin C# Pin
jojoba209-Sep-14 3:33
jojoba209-Sep-14 3:33 
GeneralRe: FragmentTabHost in VS2013 - xamarin C# Pin
Richard MacCutchan9-Sep-14 5:20
mveRichard MacCutchan9-Sep-14 5:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.