I need to start an activity when the user chooses an item in an alert dialog. How do I get the context to pass to the intent constructor in the following code...
<
Intent i = new Intent("some.thing.activity"); startActivity(i);
//in the brackets you can add the activity path, ie: the package name //eg: za.ac.cut.Activity