Sunday, November 1, 2015

Android material design in api 10

Hi friends today I share with you one other most important things. Yes it's about material design.
Now material design is sooooooooo cool things. and it's start with android api 21. But if we want to support with api 10 then here is the steps.

  1. First add library or dependency in project (Support library v7)
  2. Create your xml and use the material color.
  3. extends AppCompactActivity in the java file.
  4. use Theme.AppCompact in the Android Manifest/styles.xml
That's done....

Thursday, October 1, 2015

Android Studio 1.4 Stable Realese

Google release android studio 1.4 on stable channel (30/09/2015). With this android studio introduce special feature like VECTOR ASSETS, Theme Editor and more update of project template, performance monitor.

For use vector assets we set minimal SDK version is less then 21. With this gradle introduce 1.4.0-beta3 for android.

VECTOR ASSETS:
we can use new Vector Asset Studio by right-clicking the res/drawable folder in our project and selecting NEW - Vector Asset from the content menu.



THEME EDITOR:
This  first version of the Theme Editor id focused on editing and updating the material theme colors (color.xml) in our project. In future version they will provide more theme and style files. To open this editor click Tool - Android - Theme Editor.

Project Templates:
At the start of new project this all option is given with floating action button. if we want to use floating button then we have to add appcompect support library 22.1 to our project.
 Update android studio:
Windows / Linux : Help - Check For Update
MAC : Android Studio - Check For Updates

Friday, September 25, 2015

Welcome

Hi friends here i post my some interesting android experience...Be ready for this...