Android5 google-gson https://github.com/google/gson https://github.com/google/gson/blob/master/UserGuide.md 2016. 6. 1. Rebound http://facebook.github.io/rebound/ ReboundSpring Animations for AndroidAboutRebound is a java library that models spring dynamics. Rebound spring models can be used to create animations that feel natural by introducing real world physics to your application.Rebound is not a general purpose physics library; however, spring dynamics can be used to drive a wide variety of animations. The simplicity.. 2016. 5. 9. Butter Knife https://github.com/JakeWharton/butterknifehttp://jakewharton.github.io/butterknife/ [ build.gradle ]buildscript { repositories { mavenCentral() } dependencies { classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8' } } apply plugin: 'com.neenbedankt.android-aptdependencies { compile fileTree(include: ['*.jar'], dir: 'libs') testCompile 'junit:junit:4.12' compile 'com.android.support:appcomp.. 2016. 5. 9. TextView TextView String name = "Android";TextView mTextView = (TextView)findViewById(R.id.tv); mTextView.setText(Html.fromHtml("" + name + "")); 2016. 5. 9. 이전 1 2 다음