Re: [mono-android] GetIntent/GetExtras Issue

2011-05-21 Thread Jerry Paxton
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:)

[mono-android] GetIntent/GetExtras Issue

2011-05-20 Thread Jerry Paxton
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

[mono-android] First Prog - Issue Opening XML in Resources Directory

2011-05-19 Thread Jerry Paxton
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