Xamarin Unable to create Intent
android, android-intent, xamarin
Solution
Make sure you have referenced `using Android.Content;` on top of your activity
Problem
I followed the Xamarin tutorial to open another activity but I receive an error message saying: the type or namespace name"Intent" could not be found(are you missing a using directive or an assembly reference?) enter image description here May I know if there is anything missing or wrong in my code? Thank you