I know that Activities are designed to represent a single screen of my application, while Fragments are designed to be reusable UI layouts with log
Activities
Fragments
use one activity per application to provide base for fragment use fragment for screen , fragments are lite weight as compared to activites fragments are reusable fragments are better suited for app which support both phone & tablet
fragment
fragments
activites