[android-developers] Re: Android application StartUp Internals

2012-04-29 Thread Mansoor
Thanks Nadeem I Understood. When i checked setContentView() API i found that a new instance of Window is getting created so if there is already a default window then why new instance of window getting created on call this method? Regards Mansoor V.M -- You received this message because you

[android-developers] Android application StartUp Internals

2012-04-27 Thread Mansoor
Hi all, I am very much interested to know how an android application starts.After much googling I understood something but not fully. Below some of my observations: 1.When i click an application icon from launcher ,System look for activity with intent action main and category Launcher and starts

[android-developers] Re: Android application StartUp Internals

2012-04-27 Thread Mansoor
behind the scene :) Where can i find exact information regarding this ? Regards Mansoor V.M -- 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

[android-developers] Re: Android application StartUp Internals

2012-04-27 Thread Mansoor
Thanks a lot Mark -- 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

[android-developers] Android application StartUp Initialization

2012-04-26 Thread Mansoor
Hi all, I am very much interested to know how an android application starts.After much googling I understood something but not fully. Below some of my observations: 1.When i click an application icon from launcher ,System look for activity with intent action main and category Launcher and starts

[android-developers] Re: ScrollView resize issue with LinearLayout

2012-03-16 Thread Mansoor
Please give some suggestion i am stuck -- 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] ScrollView resize issue with LinearLayout

2012-03-15 Thread Mansoor
Hi, I have a scrollView with linear layout as child Layout .This child linear layout has two other linear layout in vertical orientation .Layout follows ScrollView/*height=wrap content*/ LinearLayout /*layout 1*/ /*height=wrap content*/ LinearLayout /* inner layout 1 */ //*height=wrap

[android-developers] ExpandableListView How to get bitmap of each item separately

2012-01-31 Thread Mansoor
Hi, I am trying expand/collapse animation in expandable listview but i am stuck :( i have two group each with some dynamic number of items. so when first group expands, second group slides down (along with its child items) smoothly and displays first group child items with some alpha animation.

[android-developers] Re: ExpandableListView How to get bitmap of each item separately

2012-01-31 Thread Mansoor
of corresponding group ? Thanks and regards Mansoor V.M -- 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

[android-developers] activityCloseExitAnimation not working

2011-09-14 Thread Mansoor
=android:activityCloseExitAnimation@anim/ close_right_to_left/item /style /resources When i start my application the main activity is entering with animation but when i press back button its exiting without animation. please help !! Thanks and regards Mansoor -- You received this message

[android-developers] activityCloseExitAnimation not working

2011-09-14 Thread Mansoor
/ close_right_to_left/item /style /resources When i start my application the main activity is entering with animation but when i press back button its exiting without animation. please help !! Thanks and regards Mansoor -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Expandable ListView : A special scenario

2011-08-02 Thread Mansoor
Hi Treking thank you very much for the best solution. It worked :) -- 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 acheive following scenario in Expandable ListView.

2011-08-01 Thread Mansoor
Hi , Consider a expandable listview with two parent item Parent1 and Parent2 . Each item have some child item. -- Parent1 -- 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] Expandable ListView : A special scenario

2011-08-01 Thread Mansoor
Mansoor V.M -- 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] Why seekbar progress background always rounded corner ?

2011-06-16 Thread Mansoor
/clip /item item android:id=@android:id/progress scale android:scaleWidth=100% android:drawable=@drawable/progress / /item /layer-list please help me .. Thanks and regards Mansoor V.M -- You received this message because you are subscribed

[android-developers] FLAG_ACTIVITY_CLEAR_TOP VS singleTask launchMode

2011-06-09 Thread Mansoor
that produces this behavior as of FLAG_ACTIVITY_CLEAR_TOP but I got same behaviour with singleTask launchMode .. Please clear my understanding Thanks and regards Mansoor V.M -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Adding animation to LinearLayout

2011-06-09 Thread Mansoor
given in xml); regards Mansoor V.M -- 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

[android-developers] HoneyComb VolumePanel customization issue

2011-06-02 Thread Mansoor
to bottom but still dialog(contains custom layout) not coming to bottom.it is displaying somewhat middle only ? am missing anything? I also tried to show a toast from volume panel that also not showing in bottom ? Please help ... Thanks and regards Mansoor V.M -- You received this message

[android-developers] How to set width and height of a View in DP through code not in XML ?

2011-01-26 Thread Mansoor
PX and 300 PX but i want to know how to set width and height in dp instead of px programmatically . In xml we can do but i have no idea how to do it in code please help me . Thanks Mansoor V.M -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Re: How to Declare file write permission in framework code

2010-12-14 Thread Mansoor
hi Dianne Hackborn, is there any better way to handle this issue instead of modifying launcher ? -- 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

[android-developers] How to Declare file write permission in framework code

2010-12-13 Thread Mansoor
Mansoor V.M -- 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] Re: How to Declare file write permission in framework code

2010-12-13 Thread Mansoor
hey thanks a lot Kostya Vasilyev and Chris Stratton for your kind reply :) i resolved the issue by adding uses-permission android:name=android.permission.WRITE_EXTERNAL_STORAGE/uses- permission tag to Launcher application manifest . Thanks a lot once again :) -- You received this message

[android-developers] Gestures in custom view?

2010-10-07 Thread Mansoor
hi friends, I am trying to handle fling event in my custom view using gesture detector but onFling() method is not calling .code snippet for handling fling follows public class CustomView extends View { private GestureDetector gestureDetector; public CustomView6(Context context, AttributeSet

[android-developers] Re: Water ripple effect

2010-07-09 Thread Mansoor
Thanks robert green . and all who replied to the post. I acheived the ripple effect by drawing the water background on a 2d mesh and generated ripples by using sine wave function.Ripples are quite realistic and good.once again thank u all :) -- You received this message because you are

[android-developers] Re: Water ripple effect

2010-07-07 Thread Mansoor
hi treking, i am expecting some technical advice to acheive ripple effect ...if anyone know it please share.. Thanks and regards -- 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] Water ripple effect

2010-07-05 Thread Mansoor
hi friends, i am trying to create a ripple effect one similar to water live wallpaper in nexus one.please give me direction to acheive it. Thanks and regards :) Mansoor -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group