SSO with different application

I had two android applications and where I want to implement SSO i.e. if a user is signed in one app it will not shown login screen in another application.
In SSO individual application should have access token corresponding to individual application id.

How i can implement this.