[android-developers] Android Google Maps API, limitations to amount of inner boundaries in Polygon when using KML

2016-02-25 Thread Barry Jacobs
I'm developing an android application that plots a kml layer onto Google maps. I can for some reason not have more than 9 inner boundaries, anything more than that it doesn't draw the polygon at all. Any workarounds? See below sample snippet from the kml file, this is purely to show that I'm

[android-developers] Android Studio and Library Projects

2015-10-09 Thread Barry Fawthrop
Hi All, I have an App, which is being made up of Multiple Library Projects > App > res >normal >large >x-large > Library1 > res >normal >large >x-large > Library2 > res >normal >large

Re: [android-developers] off center alignment when saving PNG

2014-05-20 Thread Barry Fawthrop
Images did not show BEFORE https://www.dropbox.com/s/kghrovmm1bcw61g/Screenshot_2014-05-20-08-26-07.jpg SAVED https://www.dropbox.com/s/h8nudprv85b0sy3/SKELETON-Jacqui%20Fedor-DJ-2014-05-20%2008%3A26%3A15.png?m= On May 20, 2014, at 8:29 AM, Barry Fawthrop secur...@isscp.com wrote

[android-developers] Stuck with Own Adapter

2014-01-06 Thread Barry Fawthrop
public class InvoiceAdapter extends ArrayAdapterInvoiceHeader { @Override public View getDropDownView(int position, View convertView, ViewGroup parent) { TextView label = new TextView(context); label.setWidth(700);

[android-developers]

2012-12-24 Thread Barry Drinkwater
http://bf-svendborg.dk/images/google.html -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] Re: Renderscript Deprecated

2012-07-10 Thread Barry O'Rourke
So how likely is it that RS compute vs. OpenCL will go same way ? Many of the platform and IP vendors (ARM, ZiiLabs, Intel, nvidia, Qualcomm, imgtec etc) are pushing OpenCL for mobile. Is this not the same situation ? Barry On Saturday, June 30, 2012 11:08:15 PM UTC+1, Dave Burke wrote

Re: [android-developers] Re: Android unit testing with ContentProviders and databases

2012-01-08 Thread Barry Drinkwater
Hi, I'm having strange problems with my RenamingDelegatingContext. It successfully creates a test database when I run the tests in debug mode, but only *sometimes* in 'run' mode (I'm using eclipse). I can't figure this out. Any ideas? Barry On 2 January 2012 06:18, Diego Torres Milano dtmil

[android-developers] Re: Android unit testing with ContentProviders and databases

2012-01-08 Thread barry
To expand on my last message, in run mode, the database created is a 'live' one. I.e. without a test. prefix. This means it is not deleted in my tear down and tests fail. Thanks, Bary On Jan 8, 8:31 pm, Barry Drinkwater barry.drinkwa...@gmail.com wrote: Hi, I'm having strange problems with my

Re: [android-developers] Re: Android unit testing with ContentProviders and databases

2012-01-02 Thread Barry Drinkwater
Thanks Diego. I have that book on order - still waiting for it to arrive! Barry On 2 January 2012 06:18, Diego Torres Milano dtmil...@gmail.com wrote: The best solution is probably a RenamingDelegatingContext, that will allow your tests to use a different database than your 'live' one

[android-developers] Re: Database not created after insert, causing test to fail

2011-12-31 Thread barry
the difference is between run and debug when unit testing, I'd be interested to learn more. Thanks, Barry On Dec 31, 3:28 am, James Black planiturth...@gmail.com wrote: Where is the database table created? On Dec 30, 2011 6:54 PM, barry barry.drinkwa...@gmail.com wrote: I have an app which uses

[android-developers] Database not created after insert, causing test to fail

2011-12-30 Thread barry
I have an app which uses a sqlite database and a ContentProvider to serve up data. The eclipse project has a unit test which adds a record to a database, retrieves it and asserts against the retrieved data: public void testAddNewVehicle() { Vehicle vehicle1 = new Vehicle(xyz, my car, 111f); long

[android-developers] Re: Database not created after insert, causing test to fail

2011-12-30 Thread barry
My apologies for the formatting in the original message! On Dec 30, 11:54 pm, barry barry.drinkwa...@gmail.com wrote: I have an app which uses a sqlite database and a ContentProvider to serve up data. The eclipse project has a unit test which adds a record to a database, retrieves

[android-developers] Android unit testing with ContentProviders and databases

2011-12-30 Thread barry
I have an app that uses a ContentProvider to serve data instead of directly accessing the database. The application is working as expected but I have a problem with unit tests: how can I force the ContentProvider to use a test database rather than a 'live' one? If I wasn't using a ContentProvider

[android-developers] HTTP Authentication

2011-05-16 Thread Barry
Hi. Ive have search the web without any luck to find some sample code and explanation of how to set up simple Android HTTP authentication for connecting to a REST service. Can anyone point me in the direction of some sample code and an explanation. Thanks. Barry. -- You received

[android-developers] how to test your apk?

2011-04-28 Thread Barry Wey
if you developed some kind of app using emulator, is it time for test on a real device? how to do that? there are a lot of different devices, they might have the same sdk version, but alter all there is some different. have to buy all kind of devices? HTC,Motorala?Sumsung? just wordless

[android-developers] how to use https connection

2010-08-23 Thread Barry Wei
hi all i have tested for some time that i found a problem. i used a https connection and it's perfectly work in my swing app,but it's can not connect to server while i use it on emulator. i also try to use TrustManager and HostnameVerifier that returns always true,but it still don't work.

[android-developers] china government blocks google groups,what should we do ?

2010-01-17 Thread Barry Wei
as you've known all, it's hard for us(here in china) go online via this network. we have to use a proxy or change url to visit android groups. is there any way to get this easier? or you have provide ultimate way to ? -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Version Control

2010-01-11 Thread barry
Thanks. What about the gen folder? Barry On Jan 11, 8:50 am, Kumar Bibek coomar@gmail.com wrote: Hi Barry, You can ignore these files/folders. bin directory. .classpath file All the other files/folder are required. Thanks and Regards, Kumar Bibekhttp://tech-droid.blogspot.com

[android-developers] Version Control

2010-01-10 Thread barry
When using Eclipse as an IDE, which files/folders can I safely ignore for version control purposes? Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] how to set layout .xml file to a new Activity ?

2009-08-18 Thread Barry Wei
hi,all. i created a new Activity. and created a new layout file under res/ layout . after this,i also want to add a options menu file under res/menu. but how could i bind all these layout file with this Activity ? i can't find any info in manifest file. or i missed it? please,help. thinks a

[android-developers] Re: how to set layout .xml file to a new Activity ?

2009-08-18 Thread Barry Wei
yeah,thanks for that. i really did it via onCreate and onCreateOptionsMenu ,and they both work fine. On Aug 18, 4:07 pm, String sterling.ud...@googlemail.com wrote: On Aug 18, 6:27 am, Barry Wei barat...@gmail.com wrote: i created a new Activity. and created a new layout file under res

[android-developers] Re: Does Android support detection of clicking on right/left button of a mouse

2009-08-17 Thread Barry Wei
it's call a Long Click i think you could search about this via net. also, there's something about this at android dev guide. On Aug 17, 4:13 pm, dinh minh nguyen nguyendinhm...@gmail.com wrote: Hi guys, I want to write an Android application using a mouse (like the way that Windows

[android-developers] Re: How do I use FileObservor ?

2009-08-16 Thread Barry Wei
maybe this FileObservor class is empty. i found many of these class empty in Android sdk. my advice is ,my friend,u should download android source and javac them for urself. that may helps. On Aug 17, 8:50 am, Mapara,Harshit Nitinkumar hnmap...@gmail.com wrote: Hi All, I want to observ file

[android-developers] any development book for new guy?

2009-08-14 Thread Barry Wei
could anyone send me some e-book about develop android application? thanks a lot. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to