Skip to content

LightSun/android-databinding-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

android-databinding-plugin

a simple plugin of android-databinding framework.

How to use ?

  • 1, click here to donwload the zip

  • 2 , Add the xml schema file (android_databinding.xsd )to android studio. and the URI is 'http://schemas.android.com/heaven7/android-databinding/1' (must). add xsd file to as

  • 3, install the plugin 'android_databinding_plugin'. step: in android studio click file-> setting->plugins -> install plugin from disk and select the file android_databinding_plugin.jar.

  • 4, at the res directory of android studio, right-click and select android-databinding then follow it. and then you can enjoy the android-databinding framework. use demo

thanks

  • thanks for 北京-Cage with 厦门-小凡 which comes from the qq group of android开源交流4群. they help me designed the icon of this plugin.
  • thanks for joker , he gives me some data of develop plugin.

License

Copyright 2015   
                heaven7([email protected])

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.