Re: [android-developers] any idea to get control for setting the default launcher app through programming

2011-02-22 Thread Dev Android
Yes, you're right.I also think so... but i have seen some apps over market which has replaced the native launcher at Google's N1. On Tue, Feb 22, 2011 at 9:00 PM, TreKing treking...@gmail.com wrote: On Tue, Feb 22, 2011 at 12:59 AM, Dev Android devandroid1...@gmail.comwrote: Do you have any

Re: [android-developers] any idea to get control for setting the default launcher app through programming

2011-02-22 Thread Dev Android
, Feb 22, 2011 at 9:07 AM, Dev Android devandroid1...@gmail.comwrote: Yes, you're right.I also think so... but i have seen some apps over market which has replaced the native launcher at Google's N1. On Tue, Feb 22, 2011 at 9:00 PM, TreKing treking...@gmail.com wrote: On Tue, Feb 22, 2011

Re: [android-developers] any idea to get control for setting the default launcher app through programming

2011-02-22 Thread Dev Android
thanks On Tue, Feb 22, 2011 at 9:41 PM, TreKing treking...@gmail.com wrote: On Tue, Feb 22, 2011 at 10:07 AM, Dev Android devandroid1...@gmail.comwrote: Yes, you're right.I also think so... but i have seen some apps over market which has replaced the native launcher at Google's N1

[android-developers] any idea to get control for setting the default launcher app through programming

2011-02-21 Thread Dev Android
Guys, Do you have any idea to get control for setting the default launcher app through programming? Please suggest your views on this problem. -- thanks Dev -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] live wallpaper as background of our application?

2011-02-15 Thread Dev Android
Guys, Can we set live wallpaper as background of our application? Please suggest. Thanks! Dev -- 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

Re: [android-developers] live wallpaper as background of our application?

2011-02-15 Thread Dev Android
to show the wallpaper in your application. On Tue, Feb 15, 2011 at 12:20 AM, Dev Android devandroid1...@gmail.comwrote: Guys, Can we set live wallpaper as background of our application? Please suggest. Thanks! Dev -- You received this message because you are subscribed to the Google

Re: [android-developers] live wallpaper as background of our application?

2011-02-15 Thread Dev Android
yes we can do it. I got the solution. Thanks again! -- Dev On Tue, Feb 15, 2011 at 2:37 PM, Dev Android devandroid1...@gmail.comwrote: thanks for your quick response. I'm more interested in setting live wallpaper in my own Launcher app by calling Native app of selecting the Live wallpaper

Re: [android-developers] live wallpaper as background of our application?

2011-02-15 Thread Dev Android
suggest your answer please. regards, Narendra On Tue, Feb 15, 2011 at 2:40 PM, Dev Android devandroid1...@gmail.comwrote: yes we can do it. I got the solution. Thanks again! -- Dev On Tue, Feb 15, 2011 at 2:37 PM, Dev Android devandroid1...@gmail.comwrote: thanks for your quick

Re: [android-developers] live wallpaper as background of our application?

2011-02-15 Thread Dev Android
@narender use as suggested @Romain On Tue, Feb 15, 2011 at 3:08 PM, Dev Android devandroid1...@gmail.comwrote: @Romain, I got problem when once the static wallpapers is set then no live can be set on it. I think Top layer will have static wallpaper and bottom layer will have live

[android-developers] Patch available for Horizontal scrolling in Grid view ?

2011-02-15 Thread Dev Android
Guys, Is there any patch available for Horizontal scrolling in Grid view ? Please revert me with some suggestions. -- D -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Passing objects to new intents

2010-12-05 Thread Dev Android
can you please paste here code snippet. On Fri, Dec 3, 2010 at 3:50 AM, John C. Bland II johncblan...@gmail.comwrote: Just reporting back. It works perfectly. I had a couple glitches but that was bad coding. :-D Thx guys! --- John C. Bland II Blog: http://www.johncblandii.com Company:

Re: [android-developers] Help Needed on Android Widget

2010-11-23 Thread Dev Android
, 2010 at 1:21 PM, Dev Android devandroid1...@gmail.comwrote: Rocky, Thanks for your reply. We don't have method startActivityForResult available in the android widget provider. We have to use pendingIntent only. Hope you can try to understand the problem. -- Eng. On Tue, Nov 23, 2010 at 1

[android-developers] Help Needed on Android Widget

2010-11-22 Thread Dev Android
In android widget, Is there any mechanism available to get the activity result. Scenario: On widget we have button and click of this button will launch the new activity and after destroying of this activity, this will send some results to widget. Is there any callback available to catch the

Re: [android-developers] Help Needed on Android Widget

2010-11-22 Thread Dev Android
for result, and from the next activity use bundle to pass the result to back On Tue, Nov 23, 2010 at 1:05 PM, Dev Android devandroid1...@gmail.comwrote: In android widget, Is there any mechanism available to get the activity result. Scenario: On widget we have button and click of this button

Re: [android-developers] How to use bringchildtofront in List

2010-11-09 Thread Dev Android
this. The ListView class *very* carefully manages its children itself. Trying to do things to them will break it. On Sat, Nov 6, 2010 at 1:30 AM, Dev Android devandroid1...@gmail.comwrote: i've list view and i'm trying to change the order using bringchildtofront function. But i don't know whether

Re: [android-developers] How to use bringchildtofront in List

2010-11-06 Thread Dev Android
, 2010 at 11:55 AM, Dev Android devandroid1...@gmail.comwrote: Please suggest me how to use bringchildtofront in the listview of an activity. Please explain what you're trying to do. - TreKing

[android-developers] How to use bringchildtofront in List

2010-10-30 Thread Dev Android
Hi All, Please suggest me how to use bringchildtofront in the listview of an activity. Please suggest any example of it or something. -- D -- 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: Animation List View Help!!!!

2010-10-26 Thread Dev Android
ping? On Mon, Oct 25, 2010 at 9:47 AM, Dev Android devandroid1...@gmail.comwrote: Hi all, Anyone has idea how to create animation from top to bottom for List View with increasing the height of each list item view ? Any Idea please share with us. Cheers! Dev -- You received

[android-developers] Animation List View Help!!!!

2010-10-24 Thread Dev Android
Hi all, Anyone has idea how to create animation from top to bottom for List View with increasing the height of each list item view ? Any Idea please share with us. Cheers! Dev -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] Re: Flickering.

2010-08-31 Thread Dev Android
Can you please elaborate more and i think you don't require any delay. Its does n't sounds logical. If you are using any delay that should be a hack in the solution. -- Dev On Tue, Aug 31, 2010 at 11:37 AM, tina lincon tina.theresalin...@wipro.comwrote: any idea???:(plz do help me out.. On Aug

[android-developers] Re: Please help me on Android.

2010-08-30 Thread Dev Android
On Mon, Aug 30, 2010 at 4:53 PM, Dev Android devandroid1...@gmail.comwrote: Hi, I have written an application and i want to measure the performance of each module. Can you please suggest me the good approach to do this. Currently, i'm following traditional approach by calculating system's

[android-developers] Can anybody tell me how read the source code of Android sdk. not class files

2010-08-26 Thread Dev Android
-- 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, visit

Re: [android-developers] Can anybody tell me how read the source code of Android sdk. not class files

2010-08-26 Thread Dev Android
Thanks Frank ! On Thu, Aug 26, 2010 at 9:37 PM, Frank Weiss fewe...@gmail.com wrote: code.android.com -- 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: Help in creating the customize theme for android devices.

2010-08-26 Thread Dev Android
Ping? On Wed, Aug 18, 2010 at 11:09 PM, Dev Android devandroid1...@gmail.comwrote: Hi All, Can anybody help to create customize device level theme? I want to create customize themes for my android device.. Please suggestion some approach to do this... Thanks in advance. -- D

[android-developers] Help in creating the customize theme for android devices.

2010-08-18 Thread Dev Android
Hi All, Can anybody help to create customize device level theme? I want to create customize themes for my android device.. Please suggestion some approach to do this... Thanks in advance. -- D -- You received this message because you are subscribed to the Google Groups Android