Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

LiWenChen/AndroidBasicLibs

Repository files navigation

AndroidBasicLibs

#中文说明:戳我

A basic library about Android, including tools (network, pictures, check, IO, etc.), custom components.

Add it in your root build.gradle at the end of repositories:

 allprojects {
 	repositories {
 	...
 	maven { 
 		url 'https://jitpack.io' 
 	}
 }
}

Add the dependency:

dependencies {
 compile 'com.github.wwah.AndroidBasicLibs:basekit:0.3.3'
}

Add the AndroidManifes:


 <application
 >
 ....
 <meta-data
 android:name="design_width"
 android:value="1280" />
 <meta-data
 android:name="design_height"
 android:value="800" />
 </application>
</manifest>

build.gradle:

build.gradle
 defaultConfig {
 minSdkVersion 19
 ....
 }

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%

AltStyle によって変換されたページ (->オリジナル) /