t;
> here the Intent you are referencing is not the Type but an instance property
> of the Activity. It already 'contains' the intent extras data passed to the
> activity. This is a .NET 'property syntax wrap' of the Java
> Android.App.Activity.get_Intent() (i think:)
So, thanks to the list my first issue has been overcome. Thanks so much for
the assistance! I am currently attempting to send data between activities
using a Bundle and placing it into the 'extras' of the intent before
launching it. On the receiving end, however, I have not been able to figure
out
Hey all, this is my first MonoDroid program and I was wondering how to
properly access a file on my Android mobile device. I have an xml file in
the Resources/xml folder structure and need to open it up for parsing in my
program.
try
{
System.IO.StreamReader streamReader = new
System.IO.StreamRe