itself cannot cause program exception, i think.

you need to debug your apk and find out which object access causes np
exception.

On Apr 11, 9:22 pm, "Sasikumar.S" <sasikumar.it1...@gmail.com> wrote:
> Hi Hehe,
>
> I tried it but still it showing Null Pointer Exception.
>
>
>
>
>
> On Sun, Apr 11, 2010 at 7:38 AM, HeHe <cnm...@gmail.com> wrote:
> > in case you still find no way to go, here is mine that you might like
> > to try if you can bear the fly in the ointment -- the thin white bar
> > of tabwidget is below instead of above the tab buttons. hope android
> > team shall give more flexibility in this aspect :-@
>
> > <?xml version="1.0" encoding="utf-8"?>
>
> > <TabHost xmlns:android="http://schemas.android.com/apk/res/android";
> >        android:id="@android:id/tabhost"
> >        android:layout_width="fill_parent"
> >        android:layout_height="fill_parent">
> >         <FrameLayout
> >                android:id="@android:id/tabcontent"
> >                android:layout_width="fill_parent"
> >                android:layout_height="fill_parent"
> >                 android:paddingBottom="60px">
> >                <LinearLayout
> >                        android:id="@+id/calltabs_content"
> >                         android:orientation="vertical"
> >                        android:layout_width="fill_parent"
> >                        android:layout_height="fill_parent">
> >                 </LinearLayout>
> >        </FrameLayout>
> >        <RelativeLayout
> >                 android:layout_width="fill_parent"
> >                android:layout_height="fill_parent">
> >                 <TabWidget
> >                        android:id="@android:id/tabs"
> >                         android:layout_alignParentBottom="true"
> >                         android:layout_width="fill_parent"
> >                         android:layout_height="60px"/>
> >        </RelativeLayout>
> > </TabHost>
>
> > ho da la!!
>
> > On Feb 18, 6:43 am, "Sasikumar.S" <sasikumar.it1...@gmail.com> wrote:
> > > Thanks for ur reply....
>
> > > I will try it
>
> > > On Thu, Feb 18, 2010 at 7:12 PM, Dilli rao <dilliraomca...@gmail.com>
> > wrote:
> > > > implement your own layout with *tabhost, framelayout *and *tabwidget*
> > you
> > > > can arrange the tabs at bottom of the layout
>
> > > > On Thu, Feb 18, 2010 at 11:06 AM, Sasikumar S <
> > sasikumar.it1...@gmail.com>wrote:
>
> > > >> Hi,
>
> > > >> How to show tab bar in down in android like iphone ?
>
> > > >> Any suggestion?
>
> > > >> --
> > > >> 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 to
> > > >> android-developers+unsubscr...@googlegroups.com<android-developers%2Bunsubs
> > > >>  cr...@googlegroups.com><android-developers%2Bunsubs
> > cr...@googlegroups.com>
> > > >> For more options, visit this group at
> > > >>http://groups.google.com/group/android-developers?hl=en
>
> > > > --
> > > > Thank you
> > > > Dilli Rao
>
> > > > --
> > > > 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 to
> > > > android-developers+unsubscr...@googlegroups.com<android-developers%2Bunsubs
> > > >  cr...@googlegroups.com><android-developers%2Bunsubs
> > cr...@googlegroups.com>
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/android-developers?hl=en
>
> > > --
> > > Thanks & Regards
> > > Sasikumar.S
>
> > --
> > 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 to
> > android-developers+unsubscr...@googlegroups.com<android-developers%2Bunsubs 
> > cr...@googlegroups.com>
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en
>
> --
> Thanks & Regards
> Sasikumar.S

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe, reply using "remove me" as the subject.

Reply via email to