I want to add Applozic CoversationActivity to Navigation Drawer as Fragment. Do you think it is possible?
Asked
Active
Viewed 224 times
4
-
If it's an `Activity` subclass, then no. – Mike M. Dec 12 '16 at 09:34
1 Answers
3
Yes you can add the fragment to your Navigation Drawer you can check this link Applozic Fragment support doc for adding MobiComQuickConversationFragment.java fragment to your Navigation Drawer item In that above link check first option Adding Chat fragments to Activity

Sunil Kumar
- 468
- 5
- 12