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

xlibrary+BaseActivity+BaseFragment+okhttpUtils+多分辨率适配+状态栏管理

Notifications You must be signed in to change notification settings

RobertCow/baseLibrary

Repository files navigation

How To

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

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

Step2: Add the dependency at your moudle build.gradle

dependencies {
	 compile 'com.github.RobertCow:GithubDemo:1.1.9'
	}

Step3: implement BaseApplication and evaluate titleColor

public class App extends BaseApplication {
 @Override
 public void onCreate() {
 super.onCreate();
 titleColor = getResources().getColor(R.color.colorAccent); 标题栏颜色
 }
}

Step4: Change your AndroidManifest.xml

<application
 android:name=".APP"
 ...
 >
 </application>

About

xlibrary+BaseActivity+BaseFragment+okhttpUtils+多分辨率适配+状态栏管理

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

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