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
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




No comments:
Post a Comment