[android-developers] Re: TabWidget, TabSpec programmatically and refresh data within the tabs from onResume

2009-10-26 Thread David G.
Hi ! I found the issue here, it is related by issue 2772 (http:// code.google.com/p/android/issues/detail?id=2772) the workaround proposed is working. Nevertheless, for the design problem, I still don't know the best way to solve it. David

[android-developers] TabWidget, TabSpec programmatically and refresh data within the tabs from onResume

2009-10-20 Thread David G.
hi there. I'm a newbie using android sdk. In my first application, I have a TabWidget which is defined into the xml. It can contains several tabs, created programmatically. The number of tabs depends of the data coming from a web service. I want to reload the data each time the application is

[android-developers] Where persist data changes ?

2009-06-08 Thread David G.
Hello, First, apologize for my bad english. I'm new using the android SDK, I read some tutorials and look into some code but I found the answer of this question nowhere for now. I have a View (LinearLayout) which contains a TextView and a CheckBox. This view is used by a ListActivity (see the