Skip to content

xingoxu/pixivAPI_android

Repository files navigation

Pixiv API for Android

An PixivAPI reEncapsulated with android async http client

Target SDK

Android SDK >=19

Usage

The api client use async http client,so please use it in async mode. When use it in new Thread, don't forget to Looper.prepare();

Simple Usage

pixivOAuth oAuth=new pixivOAuth();
oAuth.authAsync(username,password, handler/*to handle after success*/,Context)

// do something while authenticating

//when success
pixivAPI api=new pixivAPI(oAuth);

References

android-async-http
pixivpy

Demo completed with many codes on the Internet. Thanks for these guys' works!

About

Pixiv API for Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages