I just learn android development few weeks ago and I have a simple question :
let's say I want to build an app just like Facebook which has LoginActivity and NewsFeedActivity.
if user already logged in, then NewsFeedActivity will become default screen whenever user open the app.
so, in this case, what is the best scenario for MainActivity? is it Login screen or News Feed?
thank you