aommm / bibbla

An android application for the libraries of Gothenburg.
3 stars 0 forks source link

Backend-frontend communication: can use events? #54

Open aommm opened 8 years ago

aommm commented 8 years ago

Should we really use events such as "loginDone" to let mainActivity know when login is done? What if LoginActivity was started without MainActivity running in the background?

Idea: repaint activities whenever they are viewed, á la React. ==> MainActivity onResume should get login status from user