├── ActionBarToast.java ├── AmountEditText.java ├── BaseRecyclerAdapter.java ├── CustomTouchView.java ├── LoadingView.java ├── LogUtil.java ├── MaskView.java ├── PhoneEditText.java ├── README.md ├── ScratchCard.java ├── ScreenSizeUtils.java ├── SharePreUtils.java ├── TimeClock.java ├── TimeUtils.java ├── WaveView.java ├── WordsNavigation.java └── effectImage ├── 20161105231805323.gif ├── 20161118122207199.png └── custom_touch_view.gif /ActionBarToast.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azhon/MyUtils/HEAD/ActionBarToast.java -------------------------------------------------------------------------------- /AmountEditText.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azhon/MyUtils/HEAD/AmountEditText.java -------------------------------------------------------------------------------- /BaseRecyclerAdapter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azhon/MyUtils/HEAD/BaseRecyclerAdapter.java -------------------------------------------------------------------------------- /CustomTouchView.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azhon/MyUtils/HEAD/CustomTouchView.java -------------------------------------------------------------------------------- /LoadingView.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azhon/MyUtils/HEAD/LoadingView.java -------------------------------------------------------------------------------- /LogUtil.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azhon/MyUtils/HEAD/LogUtil.java -------------------------------------------------------------------------------- /MaskView.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azhon/MyUtils/HEAD/MaskView.java -------------------------------------------------------------------------------- /PhoneEditText.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azhon/MyUtils/HEAD/PhoneEditText.java -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azhon/MyUtils/HEAD/README.md -------------------------------------------------------------------------------- /ScratchCard.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azhon/MyUtils/HEAD/ScratchCard.java -------------------------------------------------------------------------------- /ScreenSizeUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azhon/MyUtils/HEAD/ScreenSizeUtils.java -------------------------------------------------------------------------------- /SharePreUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azhon/MyUtils/HEAD/SharePreUtils.java -------------------------------------------------------------------------------- /TimeClock.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azhon/MyUtils/HEAD/TimeClock.java -------------------------------------------------------------------------------- /TimeUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azhon/MyUtils/HEAD/TimeUtils.java -------------------------------------------------------------------------------- /WaveView.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azhon/MyUtils/HEAD/WaveView.java -------------------------------------------------------------------------------- /WordsNavigation.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azhon/MyUtils/HEAD/WordsNavigation.java -------------------------------------------------------------------------------- /effectImage/20161105231805323.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azhon/MyUtils/HEAD/effectImage/20161105231805323.gif -------------------------------------------------------------------------------- /effectImage/20161118122207199.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azhon/MyUtils/HEAD/effectImage/20161118122207199.png -------------------------------------------------------------------------------- /effectImage/custom_touch_view.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/azhon/MyUtils/HEAD/effectImage/custom_touch_view.gif --------------------------------------------------------------------------------