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;