일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- SO 파일
- 공인인증서 만료일
- sha1 convert hashkey
- Objective C
- V8 Engine
- so file
- 안드로이드
- 인증서 정보 뽑아내기
- Status Bar
- Push
- appbarlayout
- FlexiblePageView
- android log dump
- Android
- apk 다운사이징
- ios
- 공인인증서 정보
- embedd
- IMAGE
- IOS10
- apns
- Android NDK시스템
- v8 engine xcode build
- Google V8 Engine
- JavaScript Engine
- java
- apache
- PageControl
- ios framework
- Magnify Anim
Archives
- Today
- Total
목록Frame (1)
caTea 블로그
android frame animation class
/** * Created by achee7059 on 2017. 2. 22.. */ public class AnimImageView extends ImageView{ private Context mContext; private AnimationDrawable mAnimationDrawable; public AnimImageView(Context context) { super(context); mContext= context; } public AnimImageView(Context context, AttributeSet attrs) { this(context, attrs, 0); mContext= context; } public AnimImageView(Context context, AttributeSet..
android
2017. 2. 22. 18:28