
android
文章平均质量分 61
min870
这个作者很懒,什么都没留下…
展开
-
android 广播机制
从现实生活中理解广播机制一听到广播我们第一感觉就会联想到小时候村里面的广播,每逢村里有什么活动都是通过广播发送的。收听收音机也是一种广播,在收音机中有很多个广播电台,每个广播电台播放的内容都不相同。接受广播时广播(发送方)并不在意我们(接收方)接收到广播时如何处理。好比我们收听交转载 2011-07-22 15:11:31 · 299 阅读 · 0 评论 -
创建ListView步骤
在xml里面定义一个ListView android:id="@+id/listview" android:layout_width="fill_parent" android:layout_height="wrap_content" android:scrollb原创 2011-07-22 15:28:39 · 555 阅读 · 0 评论 -
android基础 - 001
Button 控件//xml文件: 使用: Button button = (Button)findViewById(R.id.one_but); button.setText("button"); button.setOnTouchL原创 2011-07-22 16:25:47 · 272 阅读 · 0 评论 -
android基础 - 002
打电话 Intent phoneIntent = new Intent(Intent.ACTION_CALL, Uri .parse("tel:"+"11111111111"));原创 2011-07-22 17:19:56 · 332 阅读 · 0 评论 -
Android ProgressBar
Android ProgressBar原创 2011-07-22 17:22:00 · 382 阅读 · 0 评论 -
android 菜单
android 菜单原创 2011-07-23 00:39:33 · 313 阅读 · 0 评论