Floating action buttons are awesome. They are clean, intuitive, simple and most of all, they are always there when you need them. As Google’s material design keeps improving, the floating action buttons (FAB) are getting more and more popular, adding them to your android app is no longer a complicated task.
Android Material Design Tabs Camera App (with FAB)
Designing an app is not an easy task, you always feel like some actions are left behind while others are getting promoted. Google introduced us with a new concept of floating actions buttons which basically puts your most important app action always visible on the screen and always reachable to the user (it’s even close to your fingers for all the right handed people).
This Tutorial Covers The Following:
- Creating Tabs menu style android application
- Getting images from the device camera
- Setting a floating action button (FAB) for the application
- Adding Open CV library for image processing
The full App code is available @ Github