[android-developers] change child relativelayout content in a fragment

2013-02-12 Thread Summer
This is what i need: in one fragment, i have two buttons, by toggling those two buttons, the page will show different contents(both will be from layout files). My layout file: ?xml version=1.0 encoding=utf-8? LinearLayout xmlns:android=http://schemas.android.com/apk/res/android;

[android-developers] ListView and SimpleAdapter: how to set different background image.

2013-02-11 Thread Summer
Here is the part of the code: I am trying to set different background image based on another text view field. How to access another text view content in *setViewValue*? Many thanks! protected void onPostExecute(Voucher result) { final ListAdapter adapter = new SimpleAdapter(list.getContext(),

Re: [android-developers] using anctionbar to implement tab, how to jump to another tab programmly?

2013-01-22 Thread Summer Xia Jiang
Yes, this works. Thanks! On Mon, Jan 21, 2013 at 5:08 PM, Michael Leung michaelchi...@gmail.comwrote: actionBar.setSelectedNavigationItem(x)? On Tue, Jan 22, 2013 at 4:17 AM, Summer novelt...@gmail.com wrote: Could you give me an example of how to set the fragment to be active? Thanks

Re: [android-developers] using anctionbar to implement tab, how to jump to another tab programmly?

2013-01-22 Thread Summer
yeah, it works. thx 在 2013年1月21日星期一UTC-8上午10时17分32秒,Summer写道: Could you give me an example of how to set the fragment to be active? Thanks 在 2013年1月20日星期日UTC-8下午9时15分22秒,Michael Leung写道: Can you set the tab with B Fragment to be active? On Mon, Jan 21, 2013 at 9:25 AM, Summer nove

Re: [android-developers] using anctionbar to implement tab, how to jump to another tab programmly?

2013-01-21 Thread Summer Xia Jiang
Could you give me an example of how to set the fragment to be active? Thanks On Sun, Jan 20, 2013 at 9:15 PM, Michael Leung michaelchi...@gmail.comwrote: Can you set the tab with B Fragment to be active? On Mon, Jan 21, 2013 at 9:25 AM, Summer novelt...@gmail.com wrote: https://github.com

Re: [android-developers] using anctionbar to implement tab, how to jump to another tab programmly?

2013-01-21 Thread Summer
Could you give me an example of how to set the fragment to be active? Thanks 在 2013年1月20日星期日UTC-8下午9时15分22秒,Michael Leung写道: Can you set the tab with B Fragment to be active? On Mon, Jan 21, 2013 at 9:25 AM, Summer nove...@gmail.com javascript:wrote: https://github.com/Leandros

[android-developers] using anctionbar to implement tab, how to jump to another tab programmly?

2013-01-20 Thread Summer
https://github.com/Leandros/ActionBar-with-Tabs say I am in A fragment, i have a button, after I click this button, how can I jump to B fragment, as B tab is clicked? Thanks --S -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Is that possible to group items in gridlayout and make them invisible?

2013-01-16 Thread Summer
either group them together? or make the whole gridlayout invisible? -- 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] How to use actionbar to generate tabs at bottom?

2013-01-14 Thread Summer
Hi, I am trying to use actionbar to generate tabs at bottom of the page. It works fine to show the tabs at the top. but how to put it at bottom? I tried android:uiOptions=splitActionBarWhenNarrow at Manifest file. Also in the main Acitivity, I have

Re: [android-developers] How to use actionbar to generate tabs at bottom?

2013-01-14 Thread Summer
~~~ in mainAcitivity: public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); Anything else I might miss here? Thanks Summer On Mon, Jan 14, 2013 at 6:39 PM, Summer nove...@gmail.com javascript: wrote: Hi, I am trying

Re: [android-developers] How to use actionbar to generate tabs at bottom?

2013-01-14 Thread Summer
); Anything else I might miss here? Thanks Summer On Mon, Jan 14, 2013 at 6:39 PM, Summer nove...@gmail.com wrote: Hi, I am trying to use actionbar to generate tabs at bottom of the page. It works fine to show the tabs at the top. but how to put it at bottom? Use android:uiOptions

Re: [android-developers] Re: ListFragment and actionbar

2013-01-11 Thread Summer Xia Jiang
Thanks, that worked for me! On Fri, Jan 11, 2013 at 5:18 AM, Fisiu fisi...@gmail.com wrote: W dniu piątek, 11 stycznia 2013 08:44:42 UTC+1 użytkownik Summer napisał: Hi, I am developing an application which I will have multiple tabs and in one of the tab I will have listview. --So if I

[android-developers] ListFragment and actionbar

2013-01-10 Thread Summer
Hi, I am developing an application which I will have multiple tabs and in one of the tab I will have listview. --So if I use actionBar and Fragment, setListAdapter() in the Fragment won't work. --if I use actionBar and ListFragment, ActionBar.TabListener can't accept listFragment. Any

[android-developers] [Android Monkey] How to pass a continual 25 hrs' Monkey testing

2012-03-09 Thread wang summer
that the android devices have to pass some hours' Monkey testing, like 25 hours? 3. If we indeed have to pass a continual 25 hours' Monkey testing, which parameters should I use, for example, do we need to use throttle, ignore crash, and so on. Thanks in advance. BR, Summer -- You received

[android-developers] How to set an android sdk that I built with eclipse adt plugins

2009-06-11 Thread Nathan Summer
Hi, I download android source and build a sdk from it (via make sdk). I have also installed ADT on my eclipse. My question is how can I setup ADT to point to the SDK that i built (it keeps saying it can't find the 'tool' directory and then it can't find the 'adb' under tool). Thank you for any

[android-developers] How can I start an Intent to launch the IM applicaiotn

2009-06-08 Thread Nathan Summer
Hi, Can you please tell me how can I start an intent to launcher the IM application on android? Thank you. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: How can I start an Intent to launch the IM applicaiotn

2009-06-08 Thread Nathan Summer
are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Jun 8, 8:27 pm, Nathan Summer nathan.charles.sum...@gmail.com wrote: Hi, Can you please tell me how can I start an intent to launcher the IM application on android? Thank

[android-developers] How can I listen for WebView for a page load complete event?

2009-06-01 Thread Nathan Summer
Hi, Can you please tell me how can I listen for WebView for a page load complete event? Thank you. --~--~-~--~~~---~--~~ 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] I can't get into developer.android.com site

2009-05-19 Thread show summer
as title --~--~-~--~~~---~--~~ 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] can't access http://developer.android.com/

2009-05-19 Thread show summer
hi, why i can't access http://developer.android.com/ recently?? Please check it thanks Ning --~--~-~--~~~---~--~~ 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] Re: I can't get into developer.android.com site.

2009-05-19 Thread show summer
yeah, i also can't access developer.android.com On Tue, May 19, 2009 at 4:04 PM, daehoon jeondaeh...@gmail.com wrote: When we Run as android application with nothing, Eclipse launch an Emulator. And we can see Alarm Clock in Home Sample, there are several alarms in Alarm Clock. I want to

[android-developers] Fwd: can't access http://developer.android.com/

2009-05-19 Thread show summer
Please give me response! -- Forwarded message -- From: show summer showshowsum...@gmail.com Date: Tue, May 19, 2009 at 6:11 AM Subject: can't access http://developer.android.com/ To: android-developers@googlegroups.com hi, why i can't access http://developer.android.com