What would be the effect on android application if i use only Activities instead of using Fragments or any other Interface in my Application?
Basically am creating an application wherein i have separate login for Users as well as Administrator and a common login page for both. comparing their login data am redirecting them to their respective activities.
But i wonder what would be the performance of the app if i use only activities for their respective process.
Could someone suggest in short manner the performance difference between Activity and Fragment?