Re: [android-developers] Audio streaming application

2012-12-22 Thread Talha Qamar
no right now it does not support it. On Sat, Dec 22, 2012 at 12:03 PM, Asheesh Arya asheesharya...@gmail.comwrote: Please find the enclosed attachment containg source code to play live audio streaming from server -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Audio streaming application

2012-12-22 Thread Asheesh Arya
What? Can You Elaborate? -- 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

Re: [android-developers] Re: How to delete app in new console

2012-12-22 Thread Keith Wiley
On Friday, December 21, 2012 6:02:10 PM UTC-8, TreKing wrote: It's also fantastic because the new app made in the new console doesn't appear in the old console, so you can't delete it that way. Womp womp. YEP! I've noticed that too. It defies rationalization. Sigh. -- You received

Re: [android-developers] Re: OnStop and OnDestroy aren`t invoked after calling finish()

2012-12-22 Thread Jonathan S
onDestroy - The final call you receive before your activity is destroyed. This can happen either because the activity is finishing (someone called * finish()* on it, or because the system is temporarily destroying this instance of the activity to save space. You can distinguish between these

Re: [android-developers] Re: OnStop and OnDestroy aren`t invoked after calling finish()

2012-12-22 Thread Mark Murphy
On Sat, Dec 22, 2012 at 1:59 PM, Jonathan S xfsuno...@gmail.com wrote: onDestroy - The final call you receive before your activity is destroyed. This can happen either because the activity is finishing (someone called finish() on it, or because the system is temporarily destroying this

Re: [android-developers] Re: OnStop and OnDestroy aren`t invoked after calling finish()

2012-12-22 Thread Jonathan S
Did you look in http://developer.android.com/guide/components/tasks-and-back-stack.html when you use singleTop On Friday, December 21, 2012 2:26:25 AM UTC-5, Amit Dwivedi wrote: i also have a similar problem... please have a look on my Detailed

[android-developers] How to make image tiles with white text overlays like Flipboard

2012-12-22 Thread pawpaw17
Hi Guys, Can anyone suggest how do create UI elements like what is there on the Flipboard landing page? Not the animation on the flip, but the tiled layout itself (the tiles with either a solid color or an image with while text that responds to button presses). Thanks so much in advance for

[android-developers] Re: android emulator

2012-12-22 Thread jtoolsdev
Do you mean an emulator that does not require someone to download the whole SDK just to test or review your app? A reviewer used the Bluestacks beta last year to review one of my apps and I provided him a review copy of the app and instructions on how to install it using Bluestacks. On

[android-developers] setting the opacity of an activity

2012-12-22 Thread dashman
i have an activity and would like to set the alpha of the background. LinearLayout xmlns:android=http://schemas.android.com/apk/res/android; android:layout_width=match_parent android:layout_height=match_parent android:background=#20ff android:orientation=vertical i'm setting

[android-developers] Re: setting the opacity of an activity

2012-12-22 Thread Nobu Games
Activity views are not stacked on top of each other. On Saturday, December 22, 2012 6:01:45 PM UTC-6, dashman wrote: i have an activity and would like to set the alpha of the background. LinearLayout xmlns:android=http://schemas.android.com/apk/res/android;

[android-developers] layout problem

2012-12-22 Thread dashman
I've got 3 View elements that i'd like to display at the center of the page - centered vertically and horizontally. for the life of me - i can't get it to work. i've tried layout_gravity set to center_vertical - but it does only one element. maybe i need to group the 3 elements under another

Re: [android-developers] Audio streaming application

2012-12-22 Thread Ali
Thanks Ashish On Saturday, December 22, 2012 10:03:58 AM UTC+3, asheesh arya wrote: Please find the enclosed attachment containg source code to play live audio streaming from server -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] How to create a Android Launcher ?

2012-12-22 Thread mohammed Nuhail
I want to create launcher in android ? Can any one please help me with it ? -- 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

[android-developers] Re: How to create a Android Launcher ?

2012-12-22 Thread skink
mohammed Nuhail wrote: I want to create launcher in android ? Can any one please help me with it ? http://stackoverflow.com/questions/6730982/info-about-action-main-and-category-launcher-in-android-manifest pskink -- You received this message because you are subscribed to the Google Groups

[android-developers] Can two applications that run in the same process have different STATIC object values?

2012-12-22 Thread AndroidCompile
I created two Android applications that share the same user Id (sharedUserId) as well as the same process. In the first app, on startup, I set a static int variable to 1 (it's default is 0). In the second app, I load (using reflection) the same class from the other app and read the static