登录
首页 » Android » Android动画效果大全

Android动画效果大全

于 2022-07-14 发布 文件大小:962.52 kB
0 45
下载积分: 2 下载次数: 1

代码说明:

资源描述列出所有的Android动画效果,新手动画入门的不二选择

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

发表评论

0 个回复

  • 联系人信息过滤系统
    应用背景本系统可通过继承ArrayAdapter简单实现联系人信息过滤的功能关键技术本系统可通过继承ArrayAdapter简单实现联系人信息过滤的功能,联系人对象由三个属性构成,存放于一个Item布局中,没有通过继承BaseAdapter来实现,因为还必须另外增加过滤功能的类,比较繁琐,直接重写了ArrayAdapter中getView方法后,既可以显示复杂Item布局,又能使用ArrayAdapter自带的各种方法,来实现过滤功能
    2022-10-28 14:25:03下载
    积分:1
  • Android应用开发实例 TrainSystemHelper 完整源码
    Android应用开发实例 TrainSystemHelper
    2013-01-10下载
    积分:1
  • imagebuttonradiobutton
    这个是android一个imagebutton,radiobutton,的一个小例子,拿来供大家学习参考(this is an example of android image button)
    2011-11-04 09:44:48下载
    积分:1
  • androidapp
    android 开发实例 1、 图片浏览器(Picture Viewer) 2 、文件浏览器(File Browser) 3 、通讯录(Contact) 4 、任务管理器(Task Manager) 5 、音乐播放器(Rock Player) 6 、天气预报(Android Weather Forecast) 7 、多媒体播放器(Android Media Player) 8、短信语音播报(Speak Message Service) 9、手机远程监控(Cam Monitor) 10、贪吃蛇游戏(Snake) (android development example 1, photo viewer (Picture Viewer) 2, file browser (File Browser) 3, Contacts (Contact) 4, Task Manager (Task Manager) 5, music player (Rock Player) 6, weather forecast (Android Weather Forecast) 7, multimedia player (Android Media Player) 8, SMS voice broadcast (Speak Message Service) 9, cell phone remote control (Cam Monitor) 10, Snake (Snake))
    2020-06-25 21:40:02下载
    积分:1
  • Android毕业设计(论文)源码:小乖记账理财及文档
    这是福建工程学院本科毕业设计(论文)全套资源,含源码,做的是一个基于Android的源码小项目:小乖记账理财APP源代码,系统采用Eclipse+ Android Developer Tools作为开发工具,以SQLite为数据库。系统功能包括:用户账户的注册、用户切换、用户名密码修改、账户删除,收入信息的增删改,支出信息的增删改,便签信息的增删改,收入类型的增删,支出类型的增删,收入信息分类统计,支出信息分类统计,收入支出总额统计,数据还原、清空等等。系统具有界面简洁鲜明、功能便捷易用、操作人性化等特征。   关键词:收支管理;Android;SQLite;   要做好一件事情总是没那么容易,在编程的世界里总是有无数的bug跟随。在这个项目中,50%的时间都是在找bug、改bug中度过的。在这样的一个过程中,也意识到了自己在很多时候不够细致。虽然思路正确,却总有边边点点的小问题,终归还是基础功不够扎实,很多地方了解不透彻造成了误用。
    2022-03-29 06:54:58下载
    积分:1
  • Android上的Wordpress程序源码
    Android 的 WordPress 是一个开源项目,这意味着任何人都可在其发展中发挥的作用。Android 的 WordPress 是 GNU 通用公共许可证下发布的。我们的应用程序和我们的源代码可自由下载和使用,但是你会喜欢。作为回报,如果可以,我们爱他如果有您的贡献您的代码,您的设计人才或甚至只是您返回到该项目的建议。 介入 我们对我们的发展博客讨论我们的发展计划和进展。我们邀请您加入我们的讨论那里。对我们Trac中的源代码,您可以按照所做的更改。登录系统使用WordPress.org 注册。下载 Android SDK免费以编译并运行应用程序,在仿真程序中,或直接在您的 Android 设备上。
    2023-03-25 08:40:04下载
    积分:1
  • MYTESTNIS
    在PDA上简单的实现扫描测试功能和页面读取,进行可行性测试(Simple realization of scanning test function and page reading on PDA for feasibility test)
    2020-06-22 04:40:02下载
    积分:1
  • 高仿陌陌
    高仿陌陌初步版本android源码,完整实现陌陌的界面,基本框架,非常适合做社交软件开发基础
    2022-08-14 21:08:56下载
    积分:1
  • 远程视频监控
    【核心代码】 public interface CameraSource {  static final String LOG_TAG = "camera";  /**  * Open the camera source for subsequent use via calls to capture().  *   * @return true if the camera source was successfully opened.  */  boolean open();  /**  * Close the camera source. Calling close on a closed CameraSource is  * permitted but has no effect. The camera source may be reopened after  * being closed.  */  void close();  /**  * The width of the captured image.  *   * @return the width of the capture in pixels  */  int getWidth();  /**  * The height of the captured image.  *   * @return the height of the capture in pixels  */  int getHeight();  /**  * Attempts to render the current camera view onto the supplied canvas.  * The capture will be rendered into the rectangle (0,0,width,height).  * Outstanding transformations on the canvas may alter this.  *   * @param canvas the canvas to which the captured pixel data will be written  * @return true iff a frame was successfully written to the canvas  */  boolean capture(Canvas canvas);  boolean saveImage(String savePath, String fileName); }
    2013-12-04下载
    积分:1
  • android-change-with-cPP
    Android代码调用C++代码和C++代码调用Android代码 (Android code call C++ code and C++ code called Android code)
    2011-11-08 15:01:13下载
    积分:1
  • 696518资源总数
  • 104297会员总数
  • 29今日下载