[android-developers] Re: how to add URL button

2014-11-01 Thread Sheharyar Naseer
From what I understand, you want to add a Button that when tapped, would open a specific URL in the browser, right? Place a button in your Layout, give it an ID and in your Java Code, use this: Button button = (Button) findViewById(R.id.button_id); button.setOnClickListener(new

[android-developers] Re: How to develop openvpn.

2014-11-01 Thread Sheharyar Naseer
Hey @sree, Have you tried taking a look at ICS-OpenVPN https://code.google.com/p/ics-openvpn/? Maybe that's what you're looking for. -- 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: Android Wear: Disable wakeup gesture?

2014-11-01 Thread Sheharyar Naseer
Bump for potential -- 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

[android-developers] Re: Is it possible to make an Android device appear as a Bluetooth speaker?

2014-11-01 Thread Sheharyar Naseer
Here are some links that you might find useful: - Bluetooth audio streaming between Android devices http://stackoverflow.com/questions/20159457/bluetooth-audio-streaming-between-android-devices - How to stream audio from PC to Android device over Bluetooth

[android-developers] Re: Android Studio Editor feature

2014-11-01 Thread Sheharyar Naseer
Hi @Doug, This is an awesome feature and I don't know why you would want to disable that, but if you would still want to, you can do this: 1. Open Android Studio 2. Navigate to *Settings ** Editor ** Code Folding* 3. Uncheck the *Android String References *option If you would like to

[android-developers] Re: Run custom android without rooting device

2014-11-01 Thread Sheharyar Naseer
Hi @pedr0, Yes, this isn't possible without root. You need to unlock your bootloader to be able to install custom ROMs. -- 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: Emnulator window issue

2014-09-06 Thread Sheharyar Naseer
I'm not sure I understand your problem, can you post screenshots? On Monday, September 1, 2014 10:20:47 PM UTC+5, dashman wrote: I created a new emulator. Defined it as a standard phone - nexus 4. When the Window is displayed - it's in portrait orientation (i.e. the frame) But the

[android-developers] Re: Buttons Not Displayed on Copy/Paste Action Bar Associated With A TextView in Dialog

2014-09-06 Thread Sheharyar Naseer
Are you using ActionbarSherlock by any chance? It seems to be a bug in the framework, the workaround for which is to manually set the theme again, preferably in the onCreateDialog method. See Solution on Stackoverflow

[android-developers] Re: Screen rotation and ProgressDialog

2012-08-27 Thread Sheharyar Naseer
I'm still unable to do it. I'm fairly new to Android Dev. Could you please write me a snippet on how to do this in AsyncTasks. Thankyou for your help. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to