[android-developers] kSOAP XmlPullParserException

2013-01-15 Thread Tonez
oblem is perhaps the URL I've specified in the SOAP_ACTION but, as far as I know, that's the correct way to invoke a ColdFusion SOAP web service method. Executing that URL in the browser returns the expected results. I've tried excluding the manual method call in the query string

[android-developers] Re: Socket sharing between activities

2012-04-19 Thread Tonez
used to communicate with activity B. But I most certainly do populate the global callback instance the worker thread is trying to access before it tries to use it. I've used the following project as a guide: https://github.com/commonsguy/cw-andtutorials/tree/master/18-LocalService/ Many thanks for t

[android-developers] Socket sharing between activities

2012-04-16 Thread Tonez
ionality in every activity would be greatly appreciated. Many thanks, Tonez -- 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 gro

[android-developers] Re: TCP Socket communication between C# and Android

2011-11-04 Thread Tonez
Nov 2, 5:50 am, serene wrote: > From the .net socket , canu try to send the message with a new line > character at the end of message. ?? > > On Nov 1, 1:39 pm, Tonez wrote: > > > > > > > > > Hi Everyone, > > > I have a .net c# application acting as

[android-developers] TCP Socket communication between C# and Android

2011-11-01 Thread Tonez
Hi Everyone, I have a .net c# application acting as a server listening on a particular port, and an Android app that I'm building acting as the client which will connect and send / receive tcp messages to / from the .net server application. I have it working at the moment but am faced with a chal

[android-developers] Re: InflateException: Error inflating class issue

2011-10-03 Thread Tonez
that sorted out the error, app seems to be working fine now. I presume the ldpi/mdpi/hdpi named drawable folders weren't used in in Android os versions prior to and including 2.0? Anyway hope this helps someone. Cheers. - T On Oct 3, 12:46 pm, Tonez wrote: > Hi Everyone, > > I have

[android-developers] InflateException: Error inflating class issue

2011-10-03 Thread Tonez
2.0.1 and above, and all my images are pngs. Any suggestions would be very much appreciated. Thanks! - Tonez -- 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 u

[android-developers] Re: map does not displaying in device

2011-08-05 Thread Tonez
ng a users location. On Aug 5, 2:33 pm, Nick Risaro wrote: > On Fri, Aug 5, 2011 at 6:59 AM, Tonez wrote: > > Hi Ratheesh, > > > I've been having the same problem, up until a few minutes ago when I > > sorted it out.  The way in which I resolved this issue was by mak

[android-developers] Re: map does not displaying in device

2011-08-05 Thread Tonez
Hi Ratheesh, I've been having the same problem, up until a few minutes ago when I sorted it out. The way in which I resolved this issue was by making sure the debuggable property of my application tag in AndroidManifest.xml is set to true - you can also do this by going to the Application tab in

[android-developers] Re: MapView Tiles not loading on my device, they are in my emulator

2011-08-05 Thread Tonez
Ok I got it sorted. All that was needed was rebooting my device. I never really turn it off, whenever I make changes to my .apk i uninstall it using the settings of my device - evidentally in this case that wasn't enough. Cheers for the help :). On Aug 5, 10:15 am, Tonez wrote: > Hi

[android-developers] Re: MapView Tiles not loading on my device, they are in my emulator

2011-08-05 Thread Tonez
d to use a release key to load map tiles on a device. Just so I understand your last comment about release mode: in order to switch to release mode, is taking out the "debuggable=true" all that is needed? Thanks, any help is greatly appreciated. On Aug 5, 12:36 am, TreKing wrote:

[android-developers] MapView Tiles not loading on my device, they are in my emulator

2011-08-04 Thread Tonez
Hi Everyone, I'm currently building an app which utilizes the mapView component - I've gotten to the point where I need to test on an actual device but unfortunately the mapView tiles won't load. Steps I took to get to this point are as follows: I followed the instruction on the 'Obtaining a Map