[android-developers] Re: Static Layout for whole app that must be in all Activity

2010-11-29 Thread Ganapathy.C
Thank you for allGiving me great suggestions . On Nov 24, 3:32 am, TreKing treking...@gmail.com wrote: On Tue, Nov 23, 2010 at 4:12 PM, bruce palant...@gmail.com wrote: Probably the best way to achieve this is to create a base activity class and extend it for all your other

[android-developers] Re: Static Layout for whole app that must be in all Activity

2010-11-23 Thread Ganapathy.C
Styles-Themes Concept in Android to acheive this. Regards Ajay kakumanu On Nov 20, 11:33 am, Ganapathy.C cganapa...@gmail.com wrote: hi, i want a ticker that must marquee for whole application. for all activity... what to do. -- You received this message because you are subscribed

[android-developers] Re: Static Layout for whole app that must be in all Activity

2010-11-19 Thread Ganapathy.C
hi, i want a ticker that must marquee for whole application. for all activity... what to do. -- 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

[android-developers] Static Layout for whole app that must be in all Activity

2010-11-17 Thread Ganapathy.C
Hi, -- 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,

[android-developers] Static Layout for whole app that must be in all Activity

2010-11-17 Thread Ganapathy.C
Hi, I want one static Layout for whole app that must be in all Activity ? Is anybody have any idea about this? Share some Idea about this task.. Thank you, Ganapathy -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: Finish multiple tasks (stacks)

2010-11-10 Thread Ganapathy.C
Use onActivityResult() method in stack of activity then pass unique result code to finish that activity.. On Nov 11, 7:08 am, Dianne Hackborn hack...@android.com wrote: You can't do this without programmatically getting all of your activities to call finish() (possible using CLEAR_TOP to

[android-developers] Re: Scrollable Menu Bar like Fox news app

2010-11-03 Thread Ganapathy.C
I found one way by that we can have scroll menu for our app.. we can add scrollmenu above the tab widget we can also remove tabwidget by set its visiblity to gone. HorizontalScrollView android:id=@+id/scroll_tab android:layout_width=fill_parent

[android-developers] Re: Gallery Control Fling operation

2010-10-27 Thread Ganapathy.C
Did you find any thing... -- 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] Re: Droid 2: Cannot download to this device.

2010-10-21 Thread Ganapathy.C
May be your app have minimum SDK ver like android:minSdkVersion=7 so only it is showing like that... try this to change to 3 ( ver 1.5) -- 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: Play VideoView in LandScape Mode

2010-10-15 Thread Ganapathy.C
When use click on some button Streaming video must play only in landscape mode. Even though user is in normal mode(portrait). Also some application disabled landscape mode. how to do that .. Plz..Give some tips for this two questions... Thank You. -- You received this message because you are

[android-developers] Re: Play VideoView in LandScape Mode

2010-10-15 Thread Ganapathy.C
Thank youKumar Bibek -- 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] Play VideoView in LandScape Mode

2010-10-14 Thread Ganapathy.C
Hi , How to play video in Default landscape mode? give some example? -- 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] Re: How to Create ListView within ListView

2010-10-07 Thread Ganapathy.C
Even though its not working,,, -- 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] Re: How to Create ListView within ListView

2010-10-06 Thread Ganapathy.C
Hai I had implemented your Expandable List but Its not Clickable. Tell Me the way to implement onChildClick Listener.I Tried it but its not working... give some ideas. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: How to Create ListView within ListView

2010-10-06 Thread Ganapathy.C
OnChildClick event this event is not working? -- 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] Re: How to Create ListView within ListView

2010-10-06 Thread Ganapathy.C
onGroupClicked is working but onChildClicked and onItemClicked are not working.. -- 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

[android-developers] Re: How to Create ListView within ListView

2010-10-06 Thread Ganapathy.C
No in that when i try to expand the group in fire onGroupClicked but its child's are not clickable. so i cant fire onChildClick event -- 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: How to Create ListView within ListView

2010-10-06 Thread Ganapathy.C
This is my code but onChildClick only not working... listView.setOnChildClickListener(new ExpandableListView.OnChildClickListener() { @Override public boolean onChildClick(ExpandableListView parent, View v,

[android-developers] Re: Scrollable Menu Bar like Fox news app

2010-10-05 Thread Ganapathy.C
ya i use for display image gallery.. k i will try that but it may not look good to view so only i m asking.. ok 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] Re: Scrollable Menu Bar like Fox news app

2010-10-04 Thread Ganapathy.C
I Want to use Scrolling Menu same as UIScrollView in iPhone.. The below link for that scroll view ... http://picasaweb.google.co.in/cganapathi/Android# On Oct 3, 11:23 am, TreKing treking...@gmail.com wrote: On Sat, Oct 2, 2010 at 12:14 PM, Ganapathy.C cganapa...@gmail.com wrote

[android-developers] Re: Scrollable Menu Bar like Fox news app

2010-10-04 Thread Ganapathy.C
But many app using that kind of menus... -- 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] Scrollable Menu Bar like Fox news app

2010-10-02 Thread Ganapathy.C
If anybody know the code for create scrollable menubar in app.. Insted of tab i want that scrollable menu thankyou. -- 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

[android-developers] Re: How to Create ListView within ListView

2010-10-01 Thread Ganapathy.C
Same as your List bith its not clickable...? i need detailed explaination about ur Expandable List... -- 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

[android-developers] Re: How to Create ListView within ListView

2010-10-01 Thread Ganapathy.C
ok thank you...I will try this again.. On Oct 1, 9:06 pm, Bret Foreman bret.fore...@gmail.com wrote: It's not clear from the OP how many levels of data he has but XML files are often more than two levels. From the ExpandableListView docs: ExpandableListActivity hosts a ExpandableListView

[android-developers] Re: How to Create ListView within ListView

2010-09-30 Thread Ganapathy.C
-on-android.html -Kumar Bibekhttp://techdroid.kbeanie.com On Sep 28, 9:28 pm, Ganapathy.C cganapa...@gmail.com wrote: Thank U i got it... Now i want to Seperate my list into five part with Heading for each part.. On Sep 9, 9:36 pm, Mark Murphy mmur...@commonsware.com wrote: AFAIK

[android-developers] Re: How to Create ListView within ListView

2010-09-30 Thread Ganapathy.C
I Need List with three titles . each title must contain different data. when we click the item in list it must forward the ctrl to new Activity thank you help me.. On Sep 30, 2:47 pm, Kumar Bibek coomar@gmail.com wrote: What exactly do you need? On Sep 30, 1:37 pm, Ganapathy.C cganapa

[android-developers] Re: How to Create ListView within ListView

2010-09-28 Thread Ganapathy.C
Thank U i got it... Now i want to Seperate my list into five part with Heading for each part.. On Sep 9, 9:36 pm, Mark Murphy mmur...@commonsware.com wrote: AFAIK, you cannot have a ListView inside of a ListView. On Thu, Sep 9, 2010 at 6:30 AM, Ganapathy.C cganapa...@gmail.com wrote: In my

[android-developers] How to Create ListView within ListView

2010-09-09 Thread Ganapathy.C
In my project i m parsing xml and i want to put it in xml list with in list each list must have different data -- 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