[mono-android] mondroid build error

2011-06-17 Thread mlungu
Late night fiddling with my mondroid app has thrown an error that has me sweating - I have a proof of concept demo to the stakeholders on monday morning so any help appreciated. When I build the solution (VS2010 with monodroid eval) the following error appears in the output: Error 1 Una

Re: [mono-android] Open Pdf

2011-06-17 Thread Andrew Sinclair
I haven't used a byte array directly, I'm sure it's possible. Try http://developer.android.com/reference/android/content/Intent.html for ways of creating intents. You need a PDF reader to read PDFs! My Galaxy S, for instance, had ThinkFree Office installed and this opens PDFs OK. I found a few PDF

Re: [mono-android] Open Pdf

2011-06-17 Thread jnmahi
Thanks Andrew is there any way to directly open a pdf which is in byte array i mean through webservice i am getting pdf in byte format can i open it directly through intent ... and one more question do i need to install anything on my emulator so that i can pdf files will be opened ??? --