bytebeats / base-android-utils

This is a parent project as a library. It's a summary of my Android development experience. It concludes lots of tool classes, such as some classes about SharedPreference, IO, Download, Network and so on. Of course, some custom widgets, like RoundedImageView.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

base-android-utils

This is a parent project as a library. It's a summary of my Android development experience. It concludes lots of tool classes, such as some classes about SharedPreference, IO, Download, Network and so on. Of course, some custom widgets, like RoundedImageView.

Usage:

1, set application of your project as BaseApp. set "android:name="me.pc.mobile.helper.v14.base.BaseApp" in your AndroidManifest.xml 2, set your Activity inherited from BaseActivity. 3, set your Fragment inherited from BaseFrag.

About

This is a parent project as a library. It's a summary of my Android development experience. It concludes lots of tool classes, such as some classes about SharedPreference, IO, Download, Network and so on. Of course, some custom widgets, like RoundedImageView.

License:Apache License 2.0


Languages

Language:Java 100.0%