Face Detection In Xamarin.Android
First we can create our main layout having a button to take picture using camera and name it as: Main.axml <? xml version = "1.0" encoding = "utf-8" ?> < LinearLayout xmlns:android = "http://schemas.android.com/apk/res/android" android:orientation = "vertical" android:layout_width = "fill_parent" android:layout_height = "match_parent" android:padding = "10dip" > < TextView android:layout_width = "fill_parent" android:layout_height = "wrap_content" android:text = "Click Take a Picture button" ...