nbusy / nbusy-android

NBusy Android app.
http://nbusy.com
Apache License 2.0
1 stars 0 forks source link

Use ActionBar tabs and swipe to switch between chats and contacts #146

Closed soygul closed 7 years ago

soygul commented 7 years ago

This simple method: https://github.com/codepath/android_guides/wiki/ActionBar-Tabs-with-Fragments

or the official way with fragments (yuck!).

soygul commented 7 years ago

Done.