I am trying to start an activity from a normal class and I can\'t figure out how it is done, if it can be done. On an itemClick I want to start an activity that extends the ListView class to show a li
Assume this is the first route entry: routes.MapRoute( \"myRoute\", \"employees/{city}/{pageNumber}\", new { controller=\"Employees\", action = \"List\", pageNumber = 1 }