I am a newbie in exploring Salesforce
SDK.
I have been looking for salesforce android SDK, I found to implement SDK we need to extend SalesforceActivity
\ SalesforceExpandableListActivity
\ SalesforceListActivity
. But what if I need to show login in screen on one of a tab of view pager, as view pager doesn't allow to insert activity and salesforce SDK doesn't have any base fragments class to extend.
Please guide. Thanks.