I needed to restrict access to SayHelloActivity of IntentSayHello apk. For
this i defined in its AndroidManifest.xml:
......
and added attribute parameter for SayHelloActivity:
[Activity(Label = "SayHelloActivity", MainLauncher = true, Icon =
"@drawab
Hi
Thanks for the reply. I will do the test case in Java and revert...
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/Activity-Access-Restriction-in-Monodroid-and-a-possible-bug-tp5708695p5709986.html
Sent from the Mono for Android mailing list archive at Nabble.co
Hi
You can use json serialization and attach the resulting string as Intent
Extras. For this you need to decorate the Class you want to serialize with
[DataContract] attribute and Class Fields with [DataMember].
On the receiving activity you can again use json deserialization to
construct the obje
This is the Java class i'm accessing through JNIEnv in my monodroid
application
package mypackage;
import android.util.Log;
public class JavaScriptInterface
{
public String submitAns = "";
// The JNI in the original question uses a default constructor.
// Either provide one explicitly
Hi Jon
Thank you. I will try as instructed...
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/Using-JNIEnv-Classes-tp5711303p5711316.html
Sent from the Mono for Android mailing list archive at Nabble.com.
___
Monodroid m
Hi Jon
It worked thanks a lot...
only that i had to take the code to retrieve the string value from another
post.
It would be great if he have a tutorial of some kind.
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/Using-JNIEnv-Classes-tp5711303p5711432.html
Sent
Hi
I have installed and using monoforandroid with Visual Studio 2010. When i
login as user1 (local user) i have no issues in running the monodroid
applications. But when i login as user2 (of domain) and try to open Visual
Studio 2010, i get error (activitylog pasted) and not able to open any of
the
Done. Thanks...
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/Visual-Studio-2010-Mono-For-Android-Error-when-login-to-computer-as-a-different-user-tp5712907p5712911.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_
Hi Jon
Can there be any alternative solution for now. Like can i uninstall M4A in
one login and install under another login. Please help...
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/Visual-Studio-2010-Mono-For-Android-Error-when-login-to-computer-as-a-differ
Hi Jon
I do not get by what you mean: Are you using different Xamarin logins for
each of your accounts?
I wish to uninstall MonoForAndroid under windows login account1 and then
install under windows login account2.
Will that be possible?
Thanks
--
View this message in context:
http://mono-fo
10 matches
Mail list logo