I am trying to get this code working: http://quickblox.com/developers/Android_XMPP_Chat_Sample
Even though the library is present in the project folder. I have already tried to clean and build the project but that does not work. No jar is provided by Quickblox in the sample. It is just present in the folder.
Both these cannot be resolved:
import com.handmark.pulltorefresh.library.PullToRefreshBase;
import com.handmark.pulltorefresh.library.PullToRefreshListView;
The PullToRefresh library is a Library Project. These Library Projects need to be imported projects into the workspace, and then your app must identify the project as a library to reference it.
Here's the instructions from the quickblox website on how to do this.
Here is another post explaining how to import these projects into your workspace: How to add a Library Project to a android project?