[android-developers] HandlerThread the right way ?

2015-12-31 Thread Grunk
Hello, I'm using HandlerThread like below in my app. Is it correct ? public class MyThread extends HandlerThread implements Callback { public ThreadDP(Handler uiHandler) { super(MyThread.class.getSimpleName(), Process. THREAD_PRIORITY_DISPLAY); mUiHandler = uiHandler;

[android-developers] Re: Code for NFC tag to turn bluetooth-tethering on/off

2015-12-31 Thread Vijay Gurumukhi
Hi Daniel, How to read NFC tag in android i can give solution for that, but bt tethering need check, pleas let me know if u need any help. Thanks Vijay Guru. On Wednesday, 30 December 2015 21:09:41 UTC+5:30, Daniel Kußmaul wrote: > > Hello > > I want to use a NFC tag for turning

Re: [android-developers] Intercept all HTTP Connect request from webview

2015-12-31 Thread Samiksha Saxena
i used fiddler to monitor the traffic, but I want to intercept the Connect method to add my custom header programmatically in android. On Thursday, December 31, 2015 at 2:29:33 AM UTC-5, Vipin wrote: > > You can use fiddler tool which is used for request monitoring. > > Thanks!! > On 31-Dec-2015

[android-developers] Re: Code for NFC tag to turn bluetooth-tethering on/off

2015-12-31 Thread Daniel Kußmaul
Hi Vijay, yes I need help. Would be great if you can help me. Thanks in advance Best regards Am Donnerstag, 31. Dezember 2015 11:45:24 UTC+1 schrieb Vijay Gurumukhi: > > Hi Daniel, > How to read NFC tag in android i can give solution for that, but bt > tethering need check, pleas let me

[android-developers] Disable home button

2015-12-31 Thread Ankush Jain
Is there any way to disable home button as done by Mx Palyer(kids pugin required) https://play.google.com/store/apps/details?id=com.mxtech.videoplayer.ad=en or Picturesque(works without any plugin) https://play.google.com/store/apps/details?id=com.microsoft.androidapps.picturesque=en I have

[android-developers] How to replace FloatingActionButton icon with my own icon in Android Studio 1.5.1?

2015-12-31 Thread Clint William Theron
Hi super beings:-) Can you tell me how to change the icon of a

[android-developers] Re: App unfortunately closed in Android emulator. Help me

2015-12-31 Thread Vijay Gurumukhi
Agree with Davi comment, please check your xml file those load in Activity also check id for listview Thanks Vijay Guru. On Tuesday, 22 December 2015 13:30:40 UTC+5:30, Chithra Sarathy wrote: > > Hai to everybody, > > I try to call web service in android >

[android-developers] Re: How to store videos with similar naming scheme as stock camera, but in custom camera app

2015-12-31 Thread David Karr
A negative confirmation is better than nothing, so thanks for that. At least I don't have to try any more variations of the scanner code. On Tuesday, December 29, 2015 at 12:17:23 AM UTC-8, gjs wrote: > > Hi, > > I don't think you'll get the confirmation you are seeking, but here's what > I

[android-developers] Re: Replacing the settings menu(...) with button items.

2015-12-31 Thread Clint William Theron
The menu I'm talking about is contained in the following markup: -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[android-developers] Replacing the settings menu(...) with button items.

2015-12-31 Thread Clint William Theron
Hi power code writers:-) I chose one of your templates (I think it's the blank or empty one) and I really like the top-right menu, it's the one with the three dots vertically on top of each other. Anyway, when we tap this button a popup container appears with the word settings in it. I hope you

[android-developers] help on setting Android Studio in a pc with SDK installed

2015-12-31 Thread Angelo Giammarresi
Hello, I have already installed in my PC Android SDK till v 20 because previously used with Eclipse 3.7.2 I want to install Android studio now. If I download the bundle will it erase previoslu SDK version or only update the folders adding new missing version? Is better download only Android

[android-developers] Re: Building user interfaces at runtime with layouts from server

2015-12-31 Thread Luis Carlos Ramírez Rodríguez
It's been six years and I'm also looking for a solution to bind User Interface with layouts stored on a remote server and i was wondering if you ever managed to solve this issue Thanks. -Carlos El lunes, 23 de marzo de 2009, 1:10:22 (UTC-6), Daniel escribió: > > Hi all, > > Q: What is the