Skip to content

简单封装QQ、微信、微博的登录、分享功能

Notifications You must be signed in to change notification settings

xmxu/Cuttlefish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Simon XuSimon Xu
Simon Xu
and
Simon Xu
Dec 20, 2016
525c17d · Dec 20, 2016

History

6 Commits
Dec 20, 2016
Dec 20, 2016
Dec 20, 2016
Dec 20, 2016
Dec 20, 2016
Dec 20, 2016
Dec 20, 2016
Dec 20, 2016
Dec 20, 2016
Dec 20, 2016
Dec 20, 2016

Repository files navigation

Cuttlefish

简单封装QQ、微信、微博的登录、分享功能

###登录

QQ登录	

Cuttlefish.with(context).login()
.callback(mLoginResultCallback).to(QQLoginHandler.get())

###分享

QQ分享
Cuttlefish.with(context).share()
            .appName("Cuttlefish")
            .title("Title")
            .description("Description")
            .content("Content")
            .image("imagePath")
            .link("http://link...").callback(mShareResultCallback).to(QQShareHandler.get(QQShareHandler.QZONE));
dependencies {
            compile 'com.github.XMXu.Cuttlefish:library:v1.0'
}

#####更多详情见app

About

简单封装QQ、微信、微博的登录、分享功能

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages