摘要: package com.hs.review; public class Person { public static void main(String[] args) { Person p1 = new Person(); p1.setInterface(new onInvoke() { //覆写接口方法体 ... 阅读全文
posted @ 2016-09-22 15:01 麦哈顿博士 阅读(1535) 评论(0) 推荐(0) 编辑
摘要: 动画分类:Animation 单一动画 AnimationSet 复合动画 AnimationSet是Animation的实现子类,Animation是一个抽象类,他的实现子类主要有如下几种: 主要有缩放 ScaleAnimation ,平移TranslateAnimation,透明(不清楚)Alp 阅读全文
posted @ 2016-09-22 14:01 麦哈顿博士 阅读(327) 评论(0) 推荐(0) 编辑