Display different layout according to Facebook connection status in Android
Posted
by
Rom Freiman
on Stack Overflow
See other posts from Stack Overflow
or by Rom Freiman
Published on 2012-09-29T21:56:16Z
Indexed on
2012/09/30
9:37 UTC
Read the original article
Hit count: 218
I'm building an Android application where I want users to connect by their facebook details. According to my design, when the application starts first time, I want to display a layout with LOGIN facebook button. After the user will perform login for the first time, I dont want to display this layout/activity again - when the application would be relanched, I want t display another (home) screen, and not the LOGIN one. How should I implement this functionality?
Thanks
© Stack Overflow or respective owner