-
实现android相册网格和gallery功能 实例源码下载
实现android相册网格和gallery功能 实例源码下载
- 2015-03-17下载
- 积分:1
-
androidanimclass
版权所有(C)2013 Sergey Shatunov
- 2022-09-09 10:10:08下载
- 积分:1
-
android 原生email源码
android email系统,使用的是java语言开发,可以下载学习!
- 2022-04-22 11:44:52下载
- 积分:1
-
selenium范例
基于selenium2入门到精通在源码,不过里头有些代码是有问题的,大家只能拿来借鉴而已咯。
- 2022-01-21 20:15:59下载
- 积分:1
-
android播放IPCamera的rtsp连接
vlc-android播放网络视频成功
- 2014-10-18下载
- 积分:1
-
SimpleDateFormatTest
Simple Date Format Test Source Code for Andriod.
- 2013-10-24 10:53:27下载
- 积分:1
-
Soruce_Code_Of_Secret_Of_Android_Application_Devel
《Android应用开发揭秘》本书内容全面、循序渐进、深入浅出,实战性强,权威性毋庸置疑!全书一共分为5个部分:第一部分是准备篇,第二部分是基础篇,讲解了Android开发的相关知识,第三部分是实例篇,第四部分是高级篇,第五部分是扩展篇。(" Android Application Development Hood" of the book is comprehensive, step by step, easy to understand, combat and strong, authoritative doubt! The book is divided into a total of five parts: The first part is to prepare papers, articles based on the second part is to explain the Android development of knowledge, the third part is the instance of the article, the fourth part is the advanced part, Part V is to expand articles.)
- 2020-06-25 22:40:02下载
- 积分:1
-
miniTwitter登录界面
miniTwitter登录界面
- 2014-02-12下载
- 积分:1
-
password-user-login
一个可以输入用户名和密码的登录界面,这是一个Android程序(You can enter a user name and password to login screen)
- 2015-03-17 18:43:13下载
- 积分:1
-
Android多种小巧带动画的弹出提示框示例源码
收集了4款Android小巧带动画效果的弹出提示框示例源码,每一款都有动画效果,视觉效果唯美,相信大家在手机上见到过这效果,这些弹出对话框可定义为以下类型:
AlertType 显示图标类型 1.错误提示 2.正确提示 3.感叹号提示 其他.不显示图标
alertDialog.changeAlertType(type);
* 是否显示取消按钮 true显示 false不显示
alertDialog.setCancelText(CancelText);
alertDialog.showCancelButton(CancelButton);
* 是否显示提示内容 true显示 false不显示
alertDialog.setTitleText(TitleText);
alertDialog.showContentText(ContentText);
* 取消按钮的点击事件
alertDialog.setCancelClickListener(CancelClickListener);
* 确定按钮的点击事件
alertDialog.setConfirmClickListener(ConfirmClickListener);
alertDialog.show();
- 2022-09-08 09:15:08下载
- 积分:1