released @2017/10/18 “ The Play Billing Library is written in Java and provides convenience classes and features, which you can use to implement in-app billing into your Android apps. The library is a wrapper for the Android Interface Definition Language (AIDL) file that defines the interface to the In-app Billing service. ”
Activity • Activity doesn’t hold View subclasses, Fragment does instead • Don’t use by lazy in Fragment, but use Butterknife ◦ unable to clear cached views in a Fragment’s onDestroyView() ◦ Pros/cons of Android view access strategies ◦ FragmentでKotlinのby lazyを使ってfindViewByIdするとレイアウト反映できない &リークする件
about ktlint) • We have to do ktlint Formatting before commit (All we need to do is to type below command) • Otherwise, Mr. Jenkins criticizes your code which isn’t follow the rule Code Formatting Rule