Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9270631
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T15:25:06+00:00 2026-06-18T15:25:06+00:00

In monodroid for doing some operations i used Intents. For example in one app

  • 0

In monodroid for doing some operations i used Intents. For example in one app for both “Saved Search” and “Search” page I had one activity and when I want to called this activity I used codes like this:

        var filename = SearchFileList [args.Position];
            Intent intent = new Intent (this, typeof(SearchAroundYouActivity));
            intent.PutExtra (AppConstants.SearchAction, AppConstants.SavedSearch);
            intent.PutExtra (AppConstants.SearchOption, StorageClass .SearchPath +"/" + filename + "/State.rsf");
            intent .PutExtra (AppConstants .SavedSearchName , StorageClass .SearchPath +"/" + filename);
            StartActivity (intent);

and then in activity on create on used this code:

action = Intent.GetStringExtra (AppConstants.SearchAction);
            if (action == AppConstants.SavedSearch) {
                NormalFilter = ((RPLApp)Application).typeOfShow.Content .filter .ToString ();
                ((RPLApp)Application).typeOfShow.Load (Intent.GetStringExtra (AppConstants.SearchOption));
                SaveName = Intent .GetStringExtra (AppConstants .SavedSearchName );
            }

By this method I can detect whethere load saved data or run a new search.

The question is this: How can we do some thing like this in monotouch?

Maybe it be possible that we define some static variables in screen class and then check their value for this propose, but whether solutions like this is a recommended, good and the best way to doing this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T15:25:08+00:00Added an answer on June 18, 2026 at 3:25 pm

    On iOS, you should be able to pass these values as you would normally do in C# between 2 classes. Android is a little weird in requiring stuff to be serialized and passed through Intent.

    So for example you could do something like this in a click event:

    var myController = new MyController();
    myController.SetSomeField = true; //Or pass anything you want in via properties or methods
    PresentViewController(myController, true, null);
    

    If you want to get even more “cross-platform-y”, you could use a messenger implementation for both platforms. I have one here, and I think MvvmCross is working on one–not sure if it’s in there yet.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am developing a app using Monodroid (C#) and wanted to some good looking
I use android universal image loader in monodroid for my android app. some time
In a MonoDroid app, the following code is used to start the native camera
How does one turn any random object into a JSON string using Monodroid's System.Json
I used monodroid to develop an application for android. Now, I want to develop
In my monodroid application I have an activity that users may roatate it. when
I have developed a monodroid application with several activities. Occasionally, the wrong activity is
I've decided to dabble a bit in MonoDroid and MonoTouch and port one of
I am trying to use the DotNetZip library in my Monodroid app. Everything seems
I'm doing this in Monodroid(C#) but I'm sure most of you understand anyway. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.