android不为人知的工具集合

来源:互联网 发布:java continue label 编辑:程序博客网 时间:2024/06/05 04:05

1:http://android.lineten.net/layout.php

 给你自动转换成代码

    mVideoview = (com.seedsocial.magicseed.view.NewVideoView) findViewById(R.id.videoview);
        mView_bg = (View) findViewById(R.id.view_bg);
        mPhone_whole_view = (LinearLayout) findViewById(R.id.phone_whole_view);
        mTv_logo2 = (TextView) findViewById(R.id.tv_logo2);
        mVerifycode_input = (EditText) findViewById(R.id.verifycode_input);
        mBt_phone_login = (Button) findViewById(R.id.bt_phone_login);
        mTv_logo1 = (TextView) findViewById(R.id.tv_logo1);
        mBt_findseed_ = (TextView) findViewById(R.id.bt_findseed_);
        mShare_whole_view = (LinearLayout) findViewById(R.id.share_whole_view);
        mTv_qq_login = (RelativeLayout) findViewById(R.id.tv_qq_login);
        mTv_weixin_login = (RelativeLayout) findViewById(R.id.tv_weixin_login);
        mTv_guest_login = (RelativeLayout) findViewById(R.id.tv_guest_login);
    }

   


2:http://www.andreamaglie.com/android-fragment-generator/index.html


    这是fragment 代码自动生成工具。



3:http://androidkickstartr.com/

 

     自动为你创建android架构

AndroidKickstartR帮助您快速创建 
Android应用程序并使用最流行的库进行配置。 
它创建和配置你的项目给你。只专注于代码!


 4: http://angrytools.com/android/button/ 

     按钮自动生成工具

  很有用


5:http://www.android-studio.org/index.php/docs/guide/135-gradle-2

   学习studio的好网站



6: http://inloop.github.io/svg2android/

     可以将svg转化为android需要的


7: 











  


 


 















0 0
原创粉丝点击