您的位置:首页 > 移动开发 > Android开发

android不为人知的工具集合

2015-06-04 22:29 507 查看
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:
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: