Swipe views using Tabs in Android app

I am working on an Android app, which has two major flows:

  • One where user looks at a feed of items, and chooses to click on any of them
  • Or when user wants to enter/edit their personal information.

I am planning to implement these flows in UX by providing two tabs on the top (e.g. Feed | Profile), and user can laterally swipe to navigate between those two tabs.

Question: Is this the right pattern? Because user spends most of their time (hopefully) on Feed, and he/she should rarely go into their Profile. Is it still worth showing "Profile" on the home page (main activity)?