Do you have a link where I can find that test API?
-Original Message-
From: monodroid-boun...@lists.ximian.com
[mailto:monodroid-boun...@lists.ximian.com] On Behalf Of satish860
Sent: maandag 20 juni 2011 18:49
To: monodroid@lists.ximian.com
Subject: [mono-android] Unit Testing ..
Is th
Is there any example of how we can do Unit testing with Mono For android..
Actually i Found Some Test APi.. How can i Use it
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/Unit-Testing-tp4507034p4507034.html
Sent from the Mono for Android mailing list archive at N
Hi all,
i opened pdf using below code
FileOutputStream fos = new FileOutputStream(file);
fos.Write(byteArray);
Android.Net.Uri path = Android.Net.Uri.FromFile(file);
Intent intent = new Intent(Intent.ActionView);