should I write each activity in android manifest and how? Must each activity have intent-filter, or not?
Multiple ways to add activites in Manifest file.
intent filter is not a necessary tag for all activites,it is optional.
Add Activity in application tag in your manifest: