登录
首页 » Android » Android 使用Dialog组件制作登陆框特效

Android 使用Dialog组件制作登陆框特效

于 2022-03-08 发布 文件大小:403.27 kB
0 62
下载积分: 2 下载次数: 1

代码说明:

Android 使用Dialog组件制作的登陆框特效,这是一个带动画效果的用户登录界面特效,运行后,登录框由上到下弹跳若干次后,慢慢停下来,用户可输入帐号、密码进行登录,加入动画效果,可让你的APP界面更活跃,有些用户喜欢带动画的窗口。   异常处理部分也简单弄了下:Notice.show(this, "程序出现异常: " + getException(e), Toast.LENGTH_LONG);   这个登录框的弹跳效果,是借鉴了一个弹球游戏中的弹跳模块,因此看上去效果和弹球的弹跳很相似哦。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • android 仿微信录音+播放 例子源码下载(语音对讲)
    仿微信语音对讲,压缩包中包含3个语音相关的例子,具体如下:
    2015-03-26下载
    积分:1
  • moage_Android_ImageView
    moage Android ImageView图片循环跑马灯效果源码(the the moage Android ImageView picture cycle Marquee effect source)
    2013-04-07 22:49:47下载
    积分:1
  • Bluetooth_fwj
    可以发送文件的蓝牙适配例子是一个可以选择文件并发送给对方的蓝牙例子源码,项目带有蓝牙可见性的控制和其他常规的功能,项目比较大,分了好多层但是比较给力的是源码有比较详细的注释,用到的朋友可以下载看一下,项目编译版本2.3.3默认编码UTF-8。(You can send files of Bluetooth adapter is an example to a file and send to the other Bluetooth example source code, control project with Bluetooth visibility and other routine functions, the project is relatively large, divided into many layers but more awesome is a more detailed source notes, the use of friends can look at the download the project compiled version of 2.3.3 default encoding UTF-8.)
    2016-06-22 11:36:51下载
    积分:1
  • MyAppWeixin
    仿微信界面,有摇一摇功能,此款软件用来学习android非常有用。(Imitation of micro letter interface, a wave function, this software is very useful to study the android. )
    2013-08-11 20:24:27下载
    积分:1
  • android不错的下拉刷新效果(支持各种控件 很强大)
    android不错的下拉刷新效果(支持各种控件 很强大)
    2015-02-25下载
    积分:1
  • Android客户端解析
    本例适合初学者,是android客户端解析web端传过来的数据,这只是android客户端的。下一次上传javaweb端的源码。
    2022-06-27 12:34:02下载
    积分:1
  • android瀑布效果的实现
    android版本的瀑布流实现案例,采用addview方式来实,实现比较简单,代码较少,简单易懂,不涉及AdapterView里的一些复杂View显示方法
    2023-03-25 12:40:03下载
    积分:1
  • android qq接口sdk大全(含qq登录/获取qq资料/微云/qq空间等
    包含了 微云/qq登录/qq空间/qq群 游戏内加好友 读取qq资料 等 各种接口实例  对应包名如下:全量包:open_sdk_r****.jar基础包:open_sdk_r****_lite.jar基础包包含接口:1、登陆相关接口2、获取用户信息接口3、定向分享接口a、分享给QQ好友b、分享给Qzone好友4、社交类APIa、邀请好友b、应用分享c、发送请求/礼物
    2015-04-14下载
    积分:1
  • 编码的 3D 游戏
    3D 培训 我写的 3D 游戏培训编程 glUseProgram(m_programSkyBox.Program); glGenBuffers(1, &skyBoxVertexBuffer); glBindBuffer(GL_ARRAY_BUFFER, skyBoxVertexBuffer); float vertices[24] = { -1.0, -1.0, 1.0, 1.0, -1.0, 1.0, -1.0, 1.0, 1.0, 1.0, 1.0, 1.0, -1.0, -1.0, -1.0, 1.0, -1.0, -1.0, -1.0, 1.0, -1.0, 1.0, 1.0, -1.0, }; glBufferData(GL_ARRAY_BUFFER, sizeof(vertices), vertices, GL_STATIC_DRAW); glGenBuffers(1, &skyBoxIndexBuffer); glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, skyBoxIndexBuffer); GLubyte indices[14] = {0, 1, 2, 3, 7, 1, 5, 4, 7, 6, 2, 4, 0, 1}; 绘图 skybox: glClearColor(0.5f, 0.5f, 0.5f, 1); glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); glUseProgram(m_programSkyBox.Program); glDisable(GL_DEPTH_TEST); // skybox should be drawn behind anything else glBindTexture(GL_TEXTURE_CUBE_MAP, m_textures.Cubemap); glBin
    2022-07-02 11:39:51下载
    积分:1
  • LoginGo
    说明:  类QQ登录功能实现demo,内置默认账号:123,密码:123,仅供研究和下载(Class QQ login function to achieve demo, built-in default account number: 123, password: 123, for research purposes only and downloading)
    2011-03-29 23:55:50下载
    积分:1
  • 696518资源总数
  • 104226会员总数
  • 29今日下载