欢迎来到天天文库
浏览记录
ID:14211536
大小:318.74 KB
页数:26页
时间:2018-07-26
《android计算器设计》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、android计算器设计本人学习android有一个多月了,在学习期间为了对所学的知识进行应用,因而设计了一个简单的计算器,现在通过本文与大家一起分享。由于本人水平有限,因此设计的计算器可能有着一部分的BUG,如发现BUG请联系我,谢谢!QQ:4740279151.界面的设计1.1应用程序图标的设计每一个应用程序,我们都要设计一个图标,可以说图标是应用程序的名片,好的图标能够很快地吸引用户。关于如何设计图标,在网上可以查询相关文件进行学习,在这不多做讲述,本人在网上寻找了一个图标作为计算器应用的图标,图标如下所示。由于不
2、同的android手机有着不同的分辨率,将不同分辨率的图标图片放置在相应位置,如下图所示。drawable-hdpi中放置分辨率最高的图标,drawable-ldpi中放置分辨率中等的图标,drawable-hdpi中放置分辨率最低的图标。图标图片大小的要求如下:在AndroidManifest.xml文件中进行修改,修改情况如下:其他设置保持不变。在value中
3、的String.xml中加入app_name,代码为:计算器4、xmlversion="1.0"encoding="utf-8"?>5、Textandroid:id="@+id/editText"android:gravity="left"android:text=""android:textSize="37px"android:layout_height="150px"android:layout_width="fill_parent"android:layout_marginBottom="20px"android:layout_marginLeft="10px"android:layout_marginRight="10px"android:edi6、table="false"android:cursorVisible="false">7、rginLeft="10px"android:layout_marginRight="10px"android:editable="false"android:cursorVisible="false"android:focusable="false">8、>
4、xmlversion="1.0"encoding="utf-8"?>5、Textandroid:id="@+id/editText"android:gravity="left"android:text=""android:textSize="37px"android:layout_height="150px"android:layout_width="fill_parent"android:layout_marginBottom="20px"android:layout_marginLeft="10px"android:layout_marginRight="10px"android:edi6、table="false"android:cursorVisible="false">7、rginLeft="10px"android:layout_marginRight="10px"android:editable="false"android:cursorVisible="false"android:focusable="false">8、>
5、Textandroid:id="@+id/editText"android:gravity="left"android:text=""android:textSize="37px"android:layout_height="150px"android:layout_width="fill_parent"android:layout_marginBottom="20px"android:layout_marginLeft="10px"android:layout_marginRight="10px"android:edi
6、table="false"android:cursorVisible="false">7、rginLeft="10px"android:layout_marginRight="10px"android:editable="false"android:cursorVisible="false"android:focusable="false">8、>
7、rginLeft="10px"android:layout_marginRight="10px"android:editable="false"android:cursorVisible="false"android:focusable="false">8、>
8、>
此文档下载收益归作者所有