일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- appbarlayout
- apns
- Android
- 인증서 정보 뽑아내기
- SO 파일
- ios framework
- apache
- 안드로이드
- IOS10
- embedd
- JavaScript Engine
- android log dump
- ios
- Android NDK시스템
- sha1 convert hashkey
- v8 engine xcode build
- Magnify Anim
- Push
- java
- so file
- PageControl
- apk 다운사이징
- Status Bar
- 공인인증서 정보
- 공인인증서 만료일
- IMAGE
- Google V8 Engine
- V8 Engine
- Objective C
- FlexiblePageView
Archives
- Today
- Total
목록프레임 (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