This is a migrated thread and some comments may be shown as answers.

processes running in xamarin android

1 Answer 77 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Francesco
Top achievements
Rank 1
Francesco asked on 30 Nov 2016, 11:08 AM

You can come controlloare Processes Running with xamarin.android?
I tried to call Process.getprocessesbyname () but I do not chargewithin of this class

 

[code]
protected override void OnCreate (Bundle savedInstanceState){ base.OnCreate (savedInstanceState);
SetContentView (Resource.Layout.Main);
// Get our button from the layout resource, // And attach an event to it Button button = findViewById <Button> (Resource.Id.myButton);
button.Click + = delegate {button.Text = string.Format ("{0} hereclicks!", count ++); }; 
[/code]

1 Answer, 1 is accepted

Sort by
0
Lance | Manager Technical Support
Telerik team
answered on 30 Nov 2016, 05:04 PM
Hi Francesco,

This is not the correct forum for this question as it is unrelated to Telerik UI for Xamarin. However, you can post and probably get a response from one of the options below:

1 -Xamarin Forums
2 - StackOverflow (here are the Xamarin tagged questions)

Good luck!

Regards,
Lance | Tech Support Engineer, Sr.
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Francesco
Top achievements
Rank 1
Answers by
Lance | Manager Technical Support
Telerik team
Share this question
or