Update your SKD and run Android L in AVG. I've found that most of the visual effects are already implemented in the developers preview, thus it's up to you with your design work and colourisation...
Any examples? I'm interested in the new animations like the circle reveal and the pulse.
SetActivityAttribute(your_activity_name, android:theme, @style/Material)
<resources>
<style
name="Material" parent="@android:style/Theme.Material">
<item name="android:colorPrimary">#458CCA</item>
<item name="android:colorPrimaryDark">#256CAA</item>
<item name="android:colorAccent">#458CCA</item>
</style>
</resources>
3. b4aproject_folder_name\Objects\res\values-v11\theme
Yes. See the SlidingMenu library.Exists any control that allow to show the lateral options sliding from outside?