摘要:
先呈上我测试动画的界面:布局文件main.xml为:<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertica 阅读全文
2012年6月14日
摘要:
我好像总是对控件情有独钟的O(∩_∩)O,近来就打算写写Android基础控件的使用,希望可以从中挖掘一些新的东西。这次的例子是从EditText中输入文字,然后在TextView中同步显示,实现实时输入输出。关键就是用OnKeyListener监听EditText的键盘输入事件。例子比较简单,直接上代码。main.xml布局:<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res 阅读全文