POST

Android Toolbar Example

Android Toolbar Example

The Android toolbar is the new Action Bar. It’s not bound to any activity, meaning it can be placed anywhere in the layout, is highly customizeable and can be used as an “Action Bar”. You can add navigation button, branded logos, title and subtitle and even custom views.

This android toolbar example will explain how to implement the toolbar, change the theme colors, set title and place the toolbar on the top or bottom end of the view.
Read more…

POST

Android Floating Action Button Example

Android Floating Action Button

The new floating action button represents a primary action in an application and has a shape of a circled icon floating above the UI. It’s inspired by the material design introduced by google.

This tutorial will explain how to implement the floating action button using Android Studio and the latest support libraries, change the buttons background color and implement an onclick event.
Read more…

POST

Android Studio Admob Banner And Interstitial Tutorial

Android Studio Admob Interstitial Tutorial

This tutorial will show you how to implement Admob banner and interstitial ads using Android Studio. They will help you to make some money on android. Interstitial are full screen ads and should be displayed in a natural transition point i.e. during game pause or when changing activities (i.e. before showing highscore). Read more…

POST

Android Accelerometer And Android Sensor Example

HOW TO DETECT FORWARD AND BACKWARD TILT

A lot of charade games use this feature to do an action on forward or backward tilt.  This tutorial will show you how to detect forward and backward tilts when the phone is in landscape mode. You can check out  Bollywood Charades the app I’ve created using this feature to see how it works. Read more…

POST

How To Implement Flipboard Animation On Android Tutorial

How To Implement Flipboard Animation On Android Tutorial

(image source: github.com/openaphid/android-flip)

This tutorial will show you how to implement the FlipView Animation library to accomplish the flip effect.

I’ve played around with the library and created the app FlipNote, a simple note taking app. Check it out on Google Play if you’re interested on how the flip effect looks on a real device. Read more…