搜索资源列表
ZJ_HorizontalScrollView
- Android 实现Activity间横向滑屏。-Android Activity horizontal scroll view
android-tutorial-service_activity
- Android Service 和 Activity 的学习例子。可以通过Log,查看执行过程。-Android Service and Activity of learning examples. By Log, see the implementation process.
MyTestDemo
- android编程 实现了layout的切换,activity之间数据的交换,以及一个利用自定义view实现的小游戏-android programming the layout of the switch, activity data exchange between, as well as a custom view to achieve the use of small game
ex07_1_button
- java android activity例程-java android activity
SoftKeyboard
- 这个程序教会你怎样开始写最简单的Android Activity-This class provides a basic demonstration of how to write an Android activity. Inside of its window, it places a single view: an EditText that displays and edits some internal text.
Android_SRC_activity_7
- Android SDK 下的 activity 组件例子,对大家入门Android开发非常有帮助-Android SDK component activity under the example of the development of Android we started very helpful
Android.W3
- Login activity with Android. As simple as possible.
HelloActivity_2
- Java编写android activity之间的跳转-android activity switch
ex08_1_ContentProvider
- An android activity test. to introduce how to command android activity .it is based on android 1.5 ActivityMain.java-An android activity test. to introduce how to command android activity .it is based on android 1.5
ActivityLifeCycle
- 描述android 中activity 生命周期的简单程序。模拟器中看不到结果,需要在LogCat中查看回调函数执行情况。-Describe the android activity life cycle in a simple procedure. Simulators do not see the results, you need to see the implementation of the callback function in LogCat.
Android-intent
- Activity查看数据与文本框反回数据-Activity data text box in return data
LCCXXT
- android开发,该例程讲解了一个移动查询系统--铁路小助手的开发,涉及点包括页面布局、图片按钮的使用、页面跳转、数据库等android开发基础知识,每行代码都有注释,很适合初学者使用-android activity layout
Activity_01
- 简单的android Activity示例-android activity
Activity-02
- 简单的android activity2-android activity2
activitygoto
- activity跳转 android activity goto activity demo-android activity goto activity demo
Activity2
- 安卓开发-activity基础例子,实现两个activity交互-android activity connection
SkeletonActivity
- This class provides a basic demonstration of how to write an Android activity.
activity-03
- 安卓程序,简单的乘法运算,结合了界面之间的跳转-Android program, a simple multiplication, the interface between the combined jump
android_Activity_phonegap
- android activity和phonegap中的页面跳转和互相发送消息-android activity and phonegap the page jump and send each other messages
Android-4-of-Click-event
- Android开发中,常用的点击事件的四种写法:1、采用在Activity中创建一个内部类定义点击事件;2、采用匿名内部类定义点击事件;3、Activity自己实现OnClickListener接口,实现onClick方法;4、在xml文件中创建Button view时,为它添加Onclick参数- Android development, four written commonly Click event: 1, create an inner class defined in the c