0

i have been developing android application , this application have a two pages.

1.First Pages..(username and password ) 2.second page (have an some details)

i would like to implement gmail user only able to see second page in my application.

any one give some suggestion this concept in android

user3382635
  • 41
  • 1
  • 7

1 Answers1

0

You need to authenticate your first page with google. ( i.e. Google account integration within your application)

Go through this Tutorial for step by step implementation.

You can also download the source code from here.

Jitender Dev
  • 7,381
  • 2
  • 23
  • 37