Android NFC access card reader demo

What if your company/client has rolled out an access card system... You know, the sort that you swipe your card across a reader, it beeps green and doors open... and you'd like the same functionality for your mobile apps? Something like, the user swipes their card, and an app opens, detects the user, and displays … Continue reading Android NFC access card reader demo

Leassons Learned: Android SearchView

While working on a project that requires some android skills, I ran into some problems while coding a Search View. A search views is basically that nice looking search prompt that appears in an app's action bar... like this: There is an excellent guide by the folks at google on how to implement searchviews that's … Continue reading Leassons Learned: Android SearchView