[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] 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