[mono-android] getIntent().getExtras()

Torello Querci tquerci at gmail.com
Tue Mar 8 08:40:37 EST 2011


2011/3/8 Asmaa Mohamed Roushdy <asmaa at victorylink.com>

> In java code ( Bundle extras = getIntent().getExtras(); )
>
> What equivalent in C#
>
>
>

protected override void OnCreate(Bundle bundle)
{
            Intent intent = Intent;

            string action = intent.GetStringExtra("Action");
            string dbName = intent.GetStringExtra("DatabaseName");
.....




> Sincerely
> *Asmaa Mohamed Roushdy*
> Team Lead
> Victory Finance <http://www.victoryfn.com/>
>
> 5 El Zohour st. 1st floor, Cairo 12311 Egypt
>
> Phone: +2 02 37624480, Fax: +2 02 37624490
>
> Mobile: +2 0144442156
>
>
>
>
>
> _______________________________________________
> Monodroid mailing list
> Monodroid at lists.ximian.com
>
> UNSUBSCRIBE INFORMATION:
> http://lists.ximian.com/mailman/listinfo/monodroid
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/mailman/private/monodroid/attachments/20110308/e5f76f36/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 181 bytes
Desc: not available
Url : http://lists.ximian.com/mailman/private/monodroid/attachments/20110308/e5f76f36/attachment.png 


More information about the Monodroid mailing list