Re: [android-developers] ImmersiveFocusNotifcation

2016-05-21 Thread TreKing
On Fri, May 20, 2016 at 2:20 PM, dsavereide . wrote: > We are not trying to run an android app. Our program is Windows program > that utilizes some .NET controls. The glitch we have only occurs on Surface > Pros which does have some limited android app support built in,

Re: [android-developers] Android table of contents navigation style

2016-05-21 Thread Mark Phillips
Take a look at the Amazon Kindle app. It seems to work well. I don't think you will get anyone to design your app for you. You will be the best judge of what works best for your use case. Mark On Sat, May 21, 2016 at 1:53 PM, Amitai Rosenberg wrote: > Anyone? > > -- > You

[android-developers] Android table of contents navigation style

2016-05-21 Thread Amitai Rosenberg
Anyone? -- 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+unsubscr...@googlegroups.com. To post to this group, send email to

[android-developers] Re: webview shouldInterceptRequest does not work on Android 5.0

2016-05-21 Thread Carlos Farrington
I found my problem. Apparently in Android 5.0 shouldInterceptRequest will not be run if their is a problem with the url being loaded. I was using loadDataWithBaseURL("foobar://, data, encoding, null) to load first page. Since foobar:// is not a known prefix to a url or file the request was

[android-developers] Re: Linking SDK Manager to Android Studio

2016-05-21 Thread Jonathan S
I don't see anything on the Android SDK Locations textbox. On Saturday, May 21, 2016 at 6:48:15 AM UTC-4, Karthik wrote: > > This is the error I get > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and

[android-developers] Forgot Unlock Pattern

2016-05-21 Thread rash hopi
Hello, I really need help.I have not much knowledge regarding this. I won't be able to unlock it using ADB because I had not enabled USB debugging before the phone got locked. I have downloaded Aroma File Manager and moved it to SD card and placed the card in my phone. I don't know what to do

[android-developers] Forgot Unlock Pattern

2016-05-21 Thread rash hopi
Hello, I really need help.I have not much knowledge regarding this. I won't be able to unlock it using ADB because I had not enabled USB debugging before the phone got locked. I have downloaded Aroma File Manager and moved it to SD card and placed the card in my phone. I don't know what to do

[android-developers] Android Lockscreen replacement

2016-05-21 Thread Jonathan Pethő
Hi all, I am developing a lock screen application, which is an alternative for the factory lock. There are some similar applications on the Play Store, so it doesn’t seem to be impossible to solve my issue. I successfully created a view with layoutinflater that covers the full screen,

[android-developers] Re: Linking SDK Manager to Android Studio

2016-05-21 Thread Karthik
This is the error I get -- 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+unsubscr...@googlegroups.com. To post to this group, send email

[android-developers] Linking SDK Manager to Android Studio

2016-05-21 Thread Karthik
Hey, I'm new to creating apps and all... since i have a slow internet i downloaded the .zip files of both android studio and sdk *separately*. i have installed jdk too. i have android studio up and running but i'm not able to link it with the sdk manager. I did go to "Configure>Project

Re: [android-developers] Re: HTTPS access to PlayStore is very very very bad idea!

2016-05-21 Thread Tourism SecondGuide
Well, well, in fact we currently use some kind of MITM attack with our cachebox, the only problem is that it needs for the user to first download the cachebox's certificate before downloading the cached android package. And the cachebox download the application once a day From Google Play. So the

[android-developers] Re: How to Update Gradle manually?

2016-05-21 Thread yash . 2209 . jain
The error it is showing is Error:Could not find com.android.tools.build:gradle:2.10. Searched in the following locations: file:/Users/shishir/Desktop/Android Studio.app/Contents/gradle/m2repository/com/android/tools/build/gradle/2.10/gradle-2.10.pom file:/Users/shishir/Desktop/Android

[android-developers] How to Update Gradle manually?

2016-05-21 Thread yash . 2209 . jain
I am developing a App using Cordova and want to use firebase cloud messaging (FCB). FCB is asking for updating gradle to version 2.10. I changed the build.gradle but it ain't working. The sample code from FCB however is working. Please help -- You received this message because you are