I have a login fragment and adding Facebook, Google+, etc login to it.
In python, I would probably make facebook_login_mixin, google_login_mixin and keep the each functionality short and separated.
What is the preferred way of separating functionality
in java/android world?
No comments:
Post a Comment