[android-developers] How to change title/menu bar background colour in Android Studio 2.2

2016-11-25 Thread Simon Nixon
Hi, How do I change the colour of the title/menu bar background. Simnix -- 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...@

[android-developers] Android Nougat / 7.0 issues with utilizing IIS https web services

2016-11-09 Thread Simon Marcinkowski
Hello there, I have an app which connects perfectly with our IIS services on all SDK versions <24. When installed on Pixel phone, it doesn't want to connect with same services. I checked changes to Android N related with network security and it looks that those changes affects network behavior.

[android-developers] How to move an image between an activity to another

2016-06-14 Thread Simon Usardi
I refer only to the java code... Thank you in advance for your time. -- 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...@g

[android-developers] Re: where am I wrong?

2016-06-13 Thread Simon Usardi
sardan Khan tnks for your time Il giorno domenica 12 giugno 2016 17:14:52 UTC+2, Simon Usardi ha scritto: > > package com.example.non.inizializzareunaltraactivity; > > import android.content.Intent; > > import android.support.v7.app.AppCompatActivity; > import androi

[android-developers] where am I wrong?

2016-06-12 Thread Simon Usardi
package com.example.non.inizializzareunaltraactivity; import android.content.Intent; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.EditText; public class MainActivity extends AppCompatActivity { public final stat

[android-developers] ScrollView not erasing all of top line

2016-06-01 Thread Simon Giddings
I have a custom view embedded within a ScrollView which displays music scores. When I scroll the view, after a time, parts of the top row are not erased. Here is an example which illustrates the problem -

[android-developers] Screen on event

2016-04-24 Thread chen Simon
How can I know if the screen is turned on due to user's pressing power button or other event like incoming call? Thanks for your help. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving em

[android-developers] Re: App uninstall doesn't remove SQL database

2016-04-03 Thread &#x27;Simon Ho' via Android Developers
This is getting stranger. This only seems to happen on Windows. This is the process I tried: 1. Delete/uninstall the app from the phone 2. Run app from android studio on Windows. Problem: database still exists and app sees all old data (even though I uninstalled the app) 3. Uninstall app 4. Run

[android-developers] Re: App uninstall doesn't remove SQL database

2016-04-03 Thread &#x27;Simon Ho' via Android Developers
id of it So I really am at a loss now. Why would running on a Mac be OK? And why would, after running on a Mac and cleaning out the database, then bring the old Windows database again? Should this not all be OS independent? On Sunday, 3 April 2016 03:55:29 UTC-7, Simon Ho wrote: > > I pos

[android-developers] App uninstall doesn't remove SQL database

2016-04-03 Thread &#x27;Simon Ho' via Android Developers
I posted this on stackoverflow, but I thought maybe I'd have more luck here... I have a strange problem where my SQL database doesn't remove itself when I uninstall the app I'm not creating the database in any external storage directories, and the database is confirmed to be in its default loc

[android-developers] Emulators for WebView versions

2016-03-24 Thread simon
We make an Android wallet app called Jaxx. We have had recurring issues with some of our Javascript middleware in different versions of Android, and it's relating to the user's version of the WebView component that is installed. We are looking to obtain emulators of the different versions of th

[android-developers] Re: Google Maps Android GPS App

2016-03-02 Thread Simon Leen
Hi gjs, Thanks for the reply but without trying to sound rude that doesn't really help much in answering my question. I've been looking up way points, the Directions API and more but the problem is I can't anything that will get me on the right track. Regards On Thursday, March 3, 2016 at 6:40:

[android-developers] Google Maps Android GPS App

2016-03-02 Thread Simon Leen
I am working on an Android Running App and currently trying to implement a user chosen distance route. I have been looking with a few weeks and cant seem to find anything that can help. I have user location and updates working but the problem is I don't want to set a defined destination. I wo

[android-developers] Why does NdsManager not work on Android Wear?

2016-02-17 Thread Simon East
ode:0 Error code 0 apparently means Internal Error which does not help much. The phone the watch is paired to is off, and the watch is connected to the WiFi network and in fact in other tests I can open a socket to the server fine - so I think the networking side of things is all working - it is just

[android-developers] Re: ZipInputStream getNextEntry does not return file header info

2015-12-10 Thread Simon Giddings
utStream-file-size-reading> Le samedi 5 décembre 2015 18:16:28 UTC+1, Simon Giddings a écrit : > > This would appear to be a bug. > > I create a zip file using ZipOutputStream with success. > I can then transfer it from the tablet to my PC and look at it with WinZip. > All file

[android-developers] ZipInputStream getNextEntry does not return file header info

2015-12-05 Thread Simon Giddings
This would appear to be a bug. I create a zip file using ZipOutputStream with success. I can then transfer it from the tablet to my PC and look at it with WinZip. All files have the corresponding size, compressed size, and CRC values. Now, if I open the zip with ZipInputStream and call getNextEnt

[android-developers] Getting the list of supported devices - encoding problems

2015-09-23 Thread Simon Giddings
I wanted to obtain the list of supported devices and then automatically process them. I found this page : https://support.google.com/googleplay/android-developer/answer/6154891?hl=en However, the file is encoded as UCS2 Little endian. Is there a UTF-8 or unicode version available ? It is impor

[android-developers] Re: How to change actionbar text case

2015-07-29 Thread Simon Giddings
If anyone is needing to do the same thing, here is my working solution. Note that I am targeting API 14 and above. @style/myActionBarMenuText false