Re: [mono-android] TabActivity/TabHost crash

2011-10-05 Thread ndelic
Not intrtested at all. I'm interested in buying m4a and if all my tests go well I'll be swiping my credit card next week. It would be nice to put a warning into your tab view tutorial for creative newbies like me not to mess with "@android:id/..." tags. Such a warning is probably buried deep insid

[mono-android] Talking to a Google Maps activity

2011-10-05 Thread Tomasz Cielecki
Hello, I think I have asked this before, but now I am getting to a point where the whole business logic from our WP7 app works on Monodroid. Now I need a lot of this displayed on a map, hence I need a way to communicate with the the Google Maps activity. The data in the data model we have is updat

[mono-android] msbuild tasks with 1.9.0

2011-10-05 Thread Andrew Sinclair
Hello, I know that the build process was revamped for 1.9. I'm seeing a problem that I didn't see before when building from the command line: Prior to 1.9 - build project (with clean) to create PackageA.apk - build same project (with clean) using slightly different parameters to create PackageB

Re: [mono-android] Webservice Deserialization Error

2011-10-05 Thread Glen Hassell
Suggestion: http://www.soapui.org/ - very useful for inspecting web services during the SDLC. Wireshark is very useful filtering on any value of a HTTP request / response to capture all the requests to a particular host, like your mobile device, of course attached within your local network. Have

[mono-android] Bound Services

2011-10-05 Thread dgoughnour
Any one have an example of a bound service in Mono for Android. I am by no means an expert at services but this looks pretty straightforward. My BindService call always returns false and the OnBind method of the service never gets called. Ultimately what I am trying to do is use a Messenger to all

Re: [mono-android] Bound Services

2011-10-05 Thread dgoughnour
OK, my first problem was apparently an Android issue/feature that causes BindService to fail in a TabActivity. The work around is to call this.ApplicationContext.BindService which appears to work. I can now bind to and send/receive messages between two C# activities. Now I will try and get my Java

Re: [mono-android] msbuild tasks with 1.9.0

2011-10-05 Thread Jonathan Pobst
I'll need to fix it to remove assets no longer listed in the project file during each build. A workaround would be to delete the $(MonoAndroidIntermediateAssetsDir) between builds. Jonathan On 10/5/2011 5:07 AM, Andrew Sinclair wrote: > Hello, > > I know that the build process was revamped for

Re: [mono-android] Talking to a Google Maps activity

2011-10-05 Thread Jonathan Pryor
On Oct 5, 2011, at 4:53 AM, Tomasz Cielecki wrote: > I want it to react to such an event and get the location > data somehow and update the overlays with the new data. There are two bits involved here: 1. Getting the Java code to run when the event occurs. 2. Getting new data to the Java code.

Re: [mono-android] Bound Services

2011-10-05 Thread Jonathan Pryor
On Oct 5, 2011, at 8:41 AM, dgoughnour wrote: > Any one have an example of a bound service in Mono for Android. https://github.com/xamarin/monodroid-samples/blob/master/ApiDemo/App/LocalServiceActivities.cs#L64 > I am by no > means an expert at services but this looks pretty straightforward. My >

[mono-android] Antwort: Re: Webservice Deserialization Error

2011-10-05 Thread BernhardGessler
Hi, i already tried release and debug, each with and without linking. As the services work from my other clients on iOS (monotouch), wp7, winCe and windows i dont think its a problem with the services. And According to WireShark there is no single packet transfered... Bernhard Glen Hassel

[mono-android] Mono for Android 1.9.1 Preview Released

2011-10-05 Thread Jonathan Pryor
Good News Everyone! We are happy to announce a new 1.9.1 preview release of Mono for Android 2.0. Notable changes include: - Sending the linker to community college, resulting in smaller application packages - Update notifications within Visual Studio for future releases - Fixes to the bui