搜索资源列表
Contacts
- android通讯录源码,可能对你有用-android Contacts
android-graphics-App-
- Android 画图学习总结。 Android画图学习总结(一)类的简介 Android画图学习总结(二)Bitmap Android画图学习总结(三)Drawable Android画图学习总结(四)Animation Android画图学习总结(五)Paint -Android drawing study concluded. Android drawing study concluded (a) an introduction to Android drawing cla
android-canvas
- 详细的android画图学习资料和总结,包括bitmap,drawable,canvas,animation的详细说明-Detailed summary of android learning materials and drawing, including bitmap, drawable, canvas, animation detailed descr iption of the
pintu
- 基于android平台的eclipse编写的,小游戏。 在游戏中,这个图是先分为30块正方体的图,然后在放到drawable文件夹中的。这个游戏中,最后一个放置图片的button在游戏开始前是不放图片的而且是隐藏的。每当点击其他图片,被点击的图片就会自动跳到那没有图片放置的位置。并且同时把被点击的位置的button隐藏。当把图片拼好后,游戏会自动弹出对话框,说明游戏是否通过。游戏通过则返回主界面,否则重新回到游戏。 由于把一个图片分成几十块很费时间,因此,游戏中只有一个图片的拼图。而且
EX03_02
- android手机开发,2.3版本上的,更改手机窗口画面颜色,drawable的使用方法-Android mobile development, version 2.3, change the color picture window mobile phone, drawable use method
EX03_03
- android手机开发,2.3版本上的,更改textview文字颜色,引用drawable的使用方法-Android mobile development, version 2.3, change the textview text color, quoted drawable use method
ImageUtil
- 基于android的简单的图片编辑功能,能切割图片,把biamap缩放成drawable等-Based on the simple picture editor android function, can cut pictures, the biamap zoom into drawable, etc
Android-VieW-Canvas-bitmap
- BitMap、View以及Canvas是我们Ophone程序中常用到的类。本日以feisky的学习笔记呈现,通过实例讲解View&Canvas等等。 1. 从资源中获取位图 可以使用BitmapDrawable或者BitmapFactory来获取资源中的位图。 当然,首先需要获取资源: Resources res=getResources() 使用BitmapDrawable获取位图 使用BitmapDrawable (InputStrea
android_fram_animation
- Amination的整体使用有2种方法,即Tween Animation和Frame Animation,在博客Android开发历程_8(Tween Animation的2种属性设置方法) 中已经介绍了Tween Animation的使用方法,且讲到了其2种属性设置方式。这一节就来看看Frame Animation的使用。参考资料为Mars老师的资料。 Frame Animation的应用不是很广,它主要是将一张张图片串联起来播放,人眼看上去就感觉在动一样,就是利用这种特性到达动态效果
TextViewTest.rar
- package org.crazyit.textview import android.app.Activity import android.graphics.drawable.Drawable import android.graphics.drawable.ShapeDrawable import android.graphics.drawable.shapes.RectShape import android.os.Bundle import android.
SelecterDrawableSample
- Android Selecter Drawable属性使用源码下载,android的selector是在drawable/xxx.xml中配置的,android的selector是一个背景选择器,美化软件时候经常用到,这个Android Selecter源码简要告诉Android编程者Drawable属性的使用。-Android Selecter Drawable attribute to use source code download android the selector drawabl
SelecterDrawableSample
- Android Selecter Drawable属性使用源码下载,android的selector是在drawable/xxx.xml中配置的,android的selector是一个背景选择器,美化软件时候经常用到,这个Android Selecter源码简要告诉Android编程者Drawable属性的使用。-Android Selecter Drawable attribute to use source code download android the selector drawabl
TouchActivity
- 触屏触摸活动测试代码,声明ImageView变量,声明相关变量作为存储图片宽高,位置使用,声明存储屏幕的分辨率变量,取得屏幕对象,取得屏幕解析像素,通过findViewById构造器创建ImageView对象,将图片从Drawable赋值给ImageView来呈现,当点击ImageView,还原初始位置,取得手指触控屏幕的位置,覆盖触控事件,防图片超过屏幕的相关处理,防止屏幕向右超过屏幕,以setLayoutParams方法,重新安排Layout上的位置,以setLayoutParams方法,重
UI_Button
- android小例子,对于button的美化进行了研究,对于button的订制,可以进行参考,样式的控制主要是在drawable/XXX_style.xml文件中,使用了颜色渐变和圆角风格的button-demo for customizing button in android develop
android-DrawableTinting
- 示例,演示应用着色和彩色过滤器,可绘制两种编程方式,并为可绘制资源的XML-Sample that shows applying tinting and color filters to Drawables both programmatically and as Drawable resources in XML.
Face-detection-API
- 本资源为人脸识别应用,包含完整的源代码、XML文件、drawable文件,对android学习者有很大帮助。-The resources for face recognition applications, including full source code, XML files, drawable files for android learner great help.
android-circlebutton-master
- Android圆形按钮,实际实现是继承自ImageView 使用方式: repositories { mavenCentral() mavenLocal() } ... dependencies { compile com.github.markushi:circlebutton:1.1 } 布局: <FrameLayout xmlns:android= http://schemas.and
android-gif-drawable-master
- gif 显示 android 控件-gif display android controls ................
android-gif-drawable-master
- 此功能为显示动态表情,避免oom,以及android 5.0新特性对动态表情的影响-This feature displays the dynamic expression, to avoid affecting oom, and android 5.0 new features dynamic expression
CircularProgressDrawable-master
- Android Circular Progress Drawable