On Jul 26, 2011, at 5:46 PM, BarryJohnston wrote:
> I'm trying to add an account using the Dev Tool / Account Tester. I can
> select my Account Type but when I choose the Add button, I get the following
> errors (warnings actually, but my account activity never displays):
>
>
OK, next problem in this never ending saga:
I managed to solve my resource issue and then the next issue that came up
after that, but now I'm stuck again.
I'm trying to add an account using the Dev Tool / Account Tester. I can
select my Account Type but when I choose the Add button, I get the fo
Thanks for the info. I was able to get into some debug logs and the logs
seem to be hinting that there are problems with my resources, probably in my
AuthenticationActivity. I'm going to chase that for a bit.
My SyncAdapter service appears to starting properly and the Authenticator
service is ba
On Jul 22, 2011, at 4:28 PM, BarryJohnston wrote:
> I've been a software developer for 15yrs but I'm new to MonoDroid
> development. Could you explain about the IParcel?
What's currently missing from mandroid is the support to properly implement the
IParcelable interface; a related one is java.i
I've been a software developer for 15yrs but I'm new to MonoDroid
development. Could you explain about the IParcel? I don't think I'm using
that, however I do pass an Intent to Bundle.PutParcelable. I would think
that if Bundle has that function it would be supported. Is there a way
around this
Inline.
On Jul 22, 2011, at 9:27 AM, BarryJohnston wrote:
> I'm attempting to create a SyncAdapter service which requires an
> AccountAuthenticator service but so far I have only been able to crash the
> Android OS.
>
> Here is my code if it helps:
>
> namespace MyApp.DataManagement
> {
> [Serv