How to add controls to a Tab Layout in Andriod?
        Posted  
        
            by chobo2
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by chobo2
        
        
        
        Published on 2010-04-05T02:32:37Z
        Indexed on 
            2010/04/05
            2:43 UTC
        
        
        Read the original article
        Hit count: 404
        
android
|android-widget
Hi
I am following this tutorial http://developer.android.com/intl/de/guide/tutorials/views/hello-tabwidget.html and have completed it. Now I would actually like to add you know some controls to these tabs like textboxes(text edit).
How do I do this? I go to my mail.xml using eclipse as my ide and go to layout view and I now get a NullPointerException so I can't even drag stuff onto the layout anymore.
Thanks
© Stack Overflow or respective owner