[android-developers] Tab Layout not working

2011-04-06 Thread Amir
Hi everybody! I am pretty new to Android programming, but I do know Java (and a bit of XML)... still I can't understand where's the problem in this case. What I want is a Tab Layout that contains, for each tab, a different view. public class MyApp extends TabActivity { public void

Re: [android-developers] Tab Layout not working

2011-04-06 Thread TreKing
On Wed, Apr 6, 2011 at 10:34 AM, Amir tidolamiam...@gmail.com wrote: When it comes to testing,though, the program shows an error and forces to exit. Debug your program and find out what's causing it crash. Then fix it.

[android-developers] Tab Layout not working

2010-09-29 Thread Saied
Hi, I am using the Tab Layout almost copied from the example provided. But it's not working: public class TabHolder extends TabActivity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) {

Re: [android-developers] Tab Layout not working

2010-09-29 Thread Mark Murphy
Use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine LogCat and look at the stack trace associated with your barf. On Wed, Sep 29, 2010 at 8:39 PM, Saied saie...@gmail.com wrote: Hi, I am using the Tab Layout almost copied from the example provided. But it's not working: