Quantcast
Channel: Recent Threads — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 204402

Pass Data Between Activity

$
0
0

I can not share data between 2 activity:

Activity1

homeButton.Click += delegate {
    var second = new Intent(this, typeof(SecondPage));
    second.PutExtra("reg", "qwe");
    StartActivity (typeof(SecondPage));
    }

Acitvity2(SecondPage)

string txt = Intent.GetStringExtra ("reg") ?? "null";

Console.WriteLine (txt);

Still get null, any suggestions?


Viewing all articles
Browse latest Browse all 204402

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>