[android-developers] Discovery mode doesn't get turned on always

2016-03-06 Thread jimzhangandroid
Hi Everyone, I am developing an app. I have to make the device visible to others. I am using the below snippet code. Intent discoverableIntent = new Intent(BluetoothAdapter.ACTION_REQUEST_DISCOVERABLE); discoverableIntent.putExtra(BluetoothAdapter.EXTRA_DISCOVERABLE_DURATION, 180); contex

[android-developers] [GooglePlayGamesService] Same E-Mail Acount returns difference user id

2016-03-06 Thread GyeonghoGang
i'm using googleplaygamesservice plug-in for unity 0.9.26. my server identify user with this id Social.localUser.id //(like 123456789012345678901) 21character i saw this id is unique, but after release my app some user send difference id(not null or empty, like g1234568901234567890 start 'g' sa

[android-developers] blocking notification panel

2016-03-06 Thread luigi bettelli
Hey there. I need help: I'd like to set up a Tasker/Macrodroid activity for having the notification panel blocked (not expandable) under certain conditions -while expandable under different conditions. The problem is that I don't know which activity I have to launch (I've been told it should be

[android-developers] When should I start a new activity ?

2016-03-06 Thread Draad Ultran
Hello friends, I understand how to start an activity, but I have trouble understand when I should. What I mean is, when should I consider creating a new Activity in my application instead of updating the one I'm currently using? Thanks. -- You received this message because you are subscribed

[android-developers] Ovverride Default Cipher Suites in Android Webview

2016-03-06 Thread Aman K
I am trying to override default cipher suites presented when loading HTTPS pages in Android WebView so that communication takes place over strong ones only. In case of weak cipher suites being negotiated, *onReceivedSSLError* should get triggered in *WebViewClient* so that appropriate warning ca

[android-developers] Re: Regarding push notification....

2016-03-06 Thread deepank dwivedi
Use GCM to notify the android client when there is any updation in table , use broadcast there to generate any notification or operation . On Sunday, 6 March 2016 15:28:14 UTC+5:30, DoN KaRThi wrote: > > Dear friends, > i want to send a push notification only where there is updation >

Re: [android-developers] Regarding push notification....

2016-03-06 Thread sardar khan
when you update the table means when you run the update query simply call the webservice that send json data and on the android side parse the json and then generate the PushNotification. On Sun, Mar 6, 2016 at 2:58 PM, DoN KaRThi wrote: > Dear friends, > i want to send a push notific

[android-developers] How to fix the bootloop on my PadFone?

2016-03-06 Thread radibg2
Hi, Yesterday I've installed Antutu on my Asus The new Padfone Infinity A86, started it and from then it wont load. Here is detailed explanation of the prolem: The boot Asus logo shows, the other Asus logo shows then the ROM background(wallpaper) image shows and immediately restarts*/*my PC rec

Re: [android-developers] Important question

2016-03-06 Thread Nalin Savara
Bro, You need windows or linux or macos x to start developing for android. If you only have Web access you also need a computer with one of the above operating systems. Regards, Nalin On 6 Mar 2016 17:36, "RainbowCatYT" wrote: > Hello, > > > Before I will pay for the Developer console, should I

Re: [android-developers] Important question

2016-03-06 Thread Michael Banzon
You can make programs any way you like. Android Studio is the preferred way - it runs on both Windows, OSX and Linux. I think you'll find it very difficult to write Android apps using only a browser (I'm assuming that is what you meant). I think you should look into the process of actually making

[android-developers] Important question

2016-03-06 Thread RainbowCatYT
Hello, Before I will pay for the Developer console, should I download any program to start developing, or can I develop in the web? Because I have'nt got Windows currently, so I will pay only if I can write my programs in web. Regards, RainbowCat -- You received this message because you a

[android-developers] google drive aplication in python

2016-03-06 Thread Pablo Fernandez Grado
I need to make an application in python. I want to upload and download files at my Google Drive and I already do it. But when i try to upload o download some file, the app redirects me to the web page to authorize the access. I use OAuth 2.0. I want to skip this step. I don't want authorize all

[android-developers] Regarding push notification....

2016-03-06 Thread DoN KaRThi
Dear friends, i want to send a push notification only where there is updation on my table,...my table is located on server using mysql..if there is any update means i should send notification to all users of app...pls help me to send this friendsif you found means send me the code

[android-developers] app hanging

2016-03-06 Thread Alfred Vincent
I recently made an app using Android studio and it's getting hang when I installed it in my phone which is running in Android marshmallow. Any solutions please ? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from thi