AosUtils.PrefManager 안드로이드 기기에 데이터 저장
- 기본자료형(String,int,boolean 등)
- ArrayList
- Bitmap 이미지
PrefManager.setBitmap(getApplicationContext(),{key},{BitmapImage});
Bitmap bitmap = PrefManager.getBitmap(getApplicationContext(),{key});
AosLib.UIUtils.setRainbowTextView(textView);
- 텍스트가 무지개로 변함
AosLib.UIUtils.setRainbowTextView(test,new int[]{Color.MAGENTA,Color.BLUE,Color.YELLOW,Color.WHITE});
- 텍스트가 원하는 색상으로 순환
allprojects {
repositories {
google()
jcenter()
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.oovvoo:AosLib:0.0.4'
}