I have this code on the top of my class List activity that I want to search something:
[Activity (Label = "Customers")]
[IntentFilter (new[]{Intent.ActionSearch}),
MetaData ("Search", Resource="@XML/searchable")]
and mandroid generate everything, but when I want to press the button to search from the Android emulator, it doesnt apeear. Does someone knows what is wrong?
1 Answer