Download coffee table view controller Free Java Code

Description

Simple, modular and easy to use variation of iOS's UITableViewController.

Icons

coffee table view controller

Source Files

The download file coffee-table-view-controller-master.zip has the following entries.


.gitignore/*w  w  w  . j  a  v a 2s  . c  om*/
Assets/basic.png
Assets/intermediate.png
Assets/object-heirarchy.png
Assets/setup.png
Assets/supporting-views.png
CoffeeTableViewController/Assets/refresh-gray.png
CoffeeTableViewController/Assets/refresh-gray@2x.png
CoffeeTableViewController/CErrorView.h
CoffeeTableViewController/CErrorView.m
CoffeeTableViewController/CErrorViewProtocol.h
CoffeeTableViewController/CLoadingView.h
CoffeeTableViewController/CLoadingView.m
CoffeeTableViewController/CLoadingViewProtocol.h
CoffeeTableViewController/CModelPresenterProtocol.h
CoffeeTableViewController/CRefreshHeaderView.h
CoffeeTableViewController/CRefreshHeaderView.m
CoffeeTableViewController/CRefreshHeaderViewDelegateProtocol.h
CoffeeTableViewController/CRefreshHeaderViewProtocol.h
CoffeeTableViewController/CTableViewController.h
CoffeeTableViewController/CTableViewController.m
CoffeeTableViewController/CTableViewDataSource.h
CoffeeTableViewController/CTableViewDataSource.m
CoffeeTableViewController/External/EGOTableViewPullRefresh/EGORefreshTableHeaderView.h
CoffeeTableViewController/External/EGOTableViewPullRefresh/EGORefreshTableHeaderView.m
Examples/Basic/Basic.xcodeproj/project.pbxproj
Examples/Basic/Basic/ASI/ASIAuthenticationDialog.h
Examples/Basic/Basic/ASI/ASIAuthenticationDialog.m
Examples/Basic/Basic/ASI/ASICacheDelegate.h
Examples/Basic/Basic/ASI/ASIDataCompressor.h
Examples/Basic/Basic/ASI/ASIDataCompressor.m
Examples/Basic/Basic/ASI/ASIDataDecompressor.h
Examples/Basic/Basic/ASI/ASIDataDecompressor.m
Examples/Basic/Basic/ASI/ASIDownloadCache.h
Examples/Basic/Basic/ASI/ASIDownloadCache.m
Examples/Basic/Basic/ASI/ASIFormDataRequest.h
Examples/Basic/Basic/ASI/ASIFormDataRequest.m
Examples/Basic/Basic/ASI/ASIHTTPRequest.h
Examples/Basic/Basic/ASI/ASIHTTPRequest.m
Examples/Basic/Basic/ASI/ASIHTTPRequestConfig.h
Examples/Basic/Basic/ASI/ASIHTTPRequestDelegate.h
Examples/Basic/Basic/ASI/ASIInputStream.h
Examples/Basic/Basic/ASI/ASIInputStream.m
Examples/Basic/Basic/ASI/ASINetworkQueue.h
Examples/Basic/Basic/ASI/ASINetworkQueue.m
Examples/Basic/Basic/ASI/ASIProgressDelegate.h
Examples/Basic/Basic/ASI/S3/ASINSXMLParserCompat.h
Examples/Basic/Basic/ASI/S3/ASIS3Bucket.h
Examples/Basic/Basic/ASI/S3/ASIS3Bucket.m
Examples/Basic/Basic/ASI/S3/ASIS3BucketObject.h
Examples/Basic/Basic/ASI/S3/ASIS3BucketObject.m
Examples/Basic/Basic/ASI/S3/ASIS3BucketRequest.h
Examples/Basic/Basic/ASI/S3/ASIS3BucketRequest.m
Examples/Basic/Basic/ASI/S3/ASIS3ObjectRequest.h
Examples/Basic/Basic/ASI/S3/ASIS3ObjectRequest.m
Examples/Basic/Basic/ASI/S3/ASIS3Request.h
Examples/Basic/Basic/ASI/S3/ASIS3Request.m
Examples/Basic/Basic/ASI/S3/ASIS3ServiceRequest.h
Examples/Basic/Basic/ASI/S3/ASIS3ServiceRequest.m
Examples/Basic/Basic/AppDelegate.h
Examples/Basic/Basic/AppDelegate.m
Examples/Basic/Basic/Basic-Info.plist
Examples/Basic/Basic/Basic-Prefix.pch
Examples/Basic/Basic/Default-568h@2x.png
Examples/Basic/Basic/Default.png
Examples/Basic/Basic/Default@2x.png
Examples/Basic/Basic/Reachability/Reachability.h
Examples/Basic/Basic/Reachability/Reachability.m
Examples/Basic/Basic/User.h
Examples/Basic/Basic/User.m
Examples/Basic/Basic/UserCell.h
Examples/Basic/Basic/UserCell.m
Examples/Basic/Basic/UserPresenter.h
Examples/Basic/Basic/UserPresenter.m
Examples/Basic/Basic/UsersViewController.h
Examples/Basic/Basic/UsersViewController.m
Examples/Basic/Basic/UsersViewDataSource.h
Examples/Basic/Basic/UsersViewDataSource.m
Examples/Basic/Basic/en.lproj/InfoPlist.strings
Examples/Basic/Basic/list-btn-follow-off.png
Examples/Basic/Basic/list-btn-follow-off@2x.png
Examples/Basic/Basic/list-btn-follow-on.png
Examples/Basic/Basic/list-btn-follow-on@2x.png
Examples/Basic/Basic/main.m
Examples/CustomizedSupportingViews/CustomizedSupportingViews.xcodeproj/project.pbxproj
Examples/CustomizedSupportingViews/CustomizedSupportingViews/ASI/ASIAuthenticationDialog.h
Examples/CustomizedSupportingViews/CustomizedSupportingViews/ASI/ASIAuthenticationDialog.m
Examples/CustomizedSupportingViews/CustomizedSupportingViews/ASI/ASICacheDelegate.h
Examples/CustomizedSupportingViews/CustomizedSupportingViews/ASI/ASIDataCompressor.h
Examples/CustomizedSupportingViews/CustomizedSupportingViews/ASI/ASIDataCompressor.m
Examples/CustomizedSupportingViews/CustomizedSupportingViews/ASI/ASIDataDecompressor.h
Examples/CustomizedSupportingViews/CustomizedSupportingViews/ASI/ASIDataDecompressor.m
Examples/CustomizedSupportingViews/CustomizedSupportingViews/ASI/ASIDownloadCache.h
Examples/CustomizedSupportingViews/CustomizedSupportingViews/ASI/ASIDownloadCache.m
Examples/CustomizedSupportingViews/CustomizedSupportingViews/ASI/ASIFormDataRequest.h
Examples/CustomizedSupportingViews/CustomizedSupportingViews/ASI/ASIFormDataRequest.m
Examples/CustomizedSupportingViews/CustomizedSupportingViews/ASI/ASIHTTPRequest.h
Examples/CustomizedSupportingViews/CustomizedSupportingViews/ASI/ASIHTTPRequest.m
Examples/CustomizedSupportingViews/CustomizedSupportingViews/ASI/ASIHTTPRequestConfig.h
Examples/CustomizedSupportingViews/CustomizedSupportingViews/ASI/ASIHTTPRequestDelegate.h
Examples/CustomizedSupportingViews/CustomizedSupportingViews/ASI/ASIInputStream.h
Examples/CustomizedSupportingViews/CustomizedSupportingViews/ASI/ASIInputStream.m
Examples/CustomizedSupportingViews/CustomizedSupportingViews/ASI/ASINetworkQueue.h
Examples/CustomizedSupportingViews/CustomizedSupportingViews/ASI/ASINetworkQueue.m
Examples/CustomizedSupportingViews/CustomizedSupportingViews/ASI/ASIProgressDelegate.h
Examples/CustomizedSupportingViews/CustomizedSupportingViews/ASI/S3/ASINSXMLParserCompat.h
Examples/CustomizedSupportingViews/CustomizedSupportingViews/ASI/S3/ASIS3Bucket.h
Examples/CustomizedSupportingViews/CustomizedSupportingViews/ASI/S3/ASIS3Bucket.m
Examples/CustomizedSupportingViews/CustomizedSupportingViews/ASI/S3/ASIS3BucketObject.h
Examples/CustomizedSupportingViews/CustomizedSupportingViews/ASI/S3/ASIS3BucketObject.m
Examples/CustomizedSupportingViews/CustomizedSupportingViews/ASI/S3/ASIS3BucketRequest.h
Examples/CustomizedSupportingViews/CustomizedSupportingViews/ASI/S3/ASIS3BucketRequest.m
Examples/CustomizedSupportingViews/CustomizedSupportingViews/ASI/S3/ASIS3ObjectRequest.h
Examples/CustomizedSupportingViews/CustomizedSupportingViews/ASI/S3/ASIS3ObjectRequest.m
Examples/CustomizedSupportingViews/CustomizedSupportingViews/ASI/S3/ASIS3Request.h
Examples/CustomizedSupportingViews/CustomizedSupportingViews/ASI/S3/ASIS3Request.m
Examples/CustomizedSupportingViews/CustomizedSupportingViews/ASI/S3/ASIS3ServiceRequest.h
Examples/CustomizedSupportingViews/CustomizedSupportingViews/ASI/S3/ASIS3ServiceRequest.m
Examples/CustomizedSupportingViews/CustomizedSupportingViews/AppDelegate.h
Examples/CustomizedSupportingViews/CustomizedSupportingViews/AppDelegate.m
Examples/CustomizedSupportingViews/CustomizedSupportingViews/CustomLoadingView.h
Examples/CustomizedSupportingViews/CustomizedSupportingViews/CustomLoadingView.m
Examples/CustomizedSupportingViews/CustomizedSupportingViews/CustomizedSupportingViews-Info.plist
Examples/CustomizedSupportingViews/CustomizedSupportingViews/CustomizedSupportingViews-Prefix.pch
Examples/CustomizedSupportingViews/CustomizedSupportingViews/Default-568h@2x.png
Examples/CustomizedSupportingViews/CustomizedSupportingViews/Default.png
Examples/CustomizedSupportingViews/CustomizedSupportingViews/Default@2x.png
Examples/CustomizedSupportingViews/CustomizedSupportingViews/Reachability/Reachability.h
Examples/CustomizedSupportingViews/CustomizedSupportingViews/Reachability/Reachability.m
Examples/CustomizedSupportingViews/CustomizedSupportingViews/User.h
Examples/CustomizedSupportingViews/CustomizedSupportingViews/User.m
Examples/CustomizedSupportingViews/CustomizedSupportingViews/UserCell.h
Examples/CustomizedSupportingViews/CustomizedSupportingViews/UserCell.m
Examples/CustomizedSupportingViews/CustomizedSupportingViews/UserPresenter.h
Examples/CustomizedSupportingViews/CustomizedSupportingViews/UserPresenter.m
Examples/CustomizedSupportingViews/CustomizedSupportingViews/UsersViewController.h
Examples/CustomizedSupportingViews/CustomizedSupportingViews/UsersViewController.m
Examples/CustomizedSupportingViews/CustomizedSupportingViews/UsersViewDataSource.h
Examples/CustomizedSupportingViews/CustomizedSupportingViews/UsersViewDataSource.m
Examples/CustomizedSupportingViews/CustomizedSupportingViews/cat-wait-1.jpg
Examples/CustomizedSupportingViews/CustomizedSupportingViews/cat-wait-10.jpg
Examples/CustomizedSupportingViews/CustomizedSupportingViews/cat-wait-11.jpg
Examples/CustomizedSupportingViews/CustomizedSupportingViews/cat-wait-12.jpg
Examples/CustomizedSupportingViews/CustomizedSupportingViews/cat-wait-13.jpg
Examples/CustomizedSupportingViews/CustomizedSupportingViews/cat-wait-14.jpg
Examples/CustomizedSupportingViews/CustomizedSupportingViews/cat-wait-15.jpg
Examples/CustomizedSupportingViews/CustomizedSupportingViews/cat-wait-16.jpg
Examples/CustomizedSupportingViews/CustomizedSupportingViews/cat-wait-17.jpg
Examples/CustomizedSupportingViews/CustomizedSupportingViews/cat-wait-18.jpg
Examples/CustomizedSupportingViews/CustomizedSupportingViews/cat-wait-19.jpg
Examples/CustomizedSupportingViews/CustomizedSupportingViews/cat-wait-2.jpg
Examples/CustomizedSupportingViews/CustomizedSupportingViews/cat-wait-3.jpg
Examples/CustomizedSupportingViews/CustomizedSupportingViews/cat-wait-4.jpg
Examples/CustomizedSupportingViews/CustomizedSupportingViews/cat-wait-5.jpg
Examples/CustomizedSupportingViews/CustomizedSupportingViews/cat-wait-6.jpg
Examples/CustomizedSupportingViews/CustomizedSupportingViews/cat-wait-7.jpg
Examples/CustomizedSupportingViews/CustomizedSupportingViews/cat-wait-8.jpg
Examples/CustomizedSupportingViews/CustomizedSupportingViews/cat-wait-9.jpg
Examples/CustomizedSupportingViews/CustomizedSupportingViews/en.lproj/InfoPlist.strings
Examples/CustomizedSupportingViews/CustomizedSupportingViews/list-btn-follow-off.png
Examples/CustomizedSupportingViews/CustomizedSupportingViews/list-btn-follow-off@2x.png
Examples/CustomizedSupportingViews/CustomizedSupportingViews/list-btn-follow-on.png
Examples/CustomizedSupportingViews/CustomizedSupportingViews/list-btn-follow-on@2x.png
Examples/CustomizedSupportingViews/CustomizedSupportingViews/main.m
Examples/Intermediate/Intermediate.xcodeproj/project.pbxproj
Examples/Intermediate/Intermediate/ASI/ASIAuthenticationDialog.h
Examples/Intermediate/Intermediate/ASI/ASIAuthenticationDialog.m
Examples/Intermediate/Intermediate/ASI/ASICacheDelegate.h
Examples/Intermediate/Intermediate/ASI/ASIDataCompressor.h
Examples/Intermediate/Intermediate/ASI/ASIDataCompressor.m
Examples/Intermediate/Intermediate/ASI/ASIDataDecompressor.h
Examples/Intermediate/Intermediate/ASI/ASIDataDecompressor.m
Examples/Intermediate/Intermediate/ASI/ASIDownloadCache.h
Examples/Intermediate/Intermediate/ASI/ASIDownloadCache.m
Examples/Intermediate/Intermediate/ASI/ASIFormDataRequest.h
Examples/Intermediate/Intermediate/ASI/ASIFormDataRequest.m
Examples/Intermediate/Intermediate/ASI/ASIHTTPRequest.h
Examples/Intermediate/Intermediate/ASI/ASIHTTPRequest.m
Examples/Intermediate/Intermediate/ASI/ASIHTTPRequestConfig.h
Examples/Intermediate/Intermediate/ASI/ASIHTTPRequestDelegate.h
Examples/Intermediate/Intermediate/ASI/ASIInputStream.h
Examples/Intermediate/Intermediate/ASI/ASIInputStream.m
Examples/Intermediate/Intermediate/ASI/ASINetworkQueue.h
Examples/Intermediate/Intermediate/ASI/ASINetworkQueue.m
Examples/Intermediate/Intermediate/ASI/ASIProgressDelegate.h
Examples/Intermediate/Intermediate/ASI/S3/ASINSXMLParserCompat.h
Examples/Intermediate/Intermediate/ASI/S3/ASIS3Bucket.h
Examples/Intermediate/Intermediate/ASI/S3/ASIS3Bucket.m
Examples/Intermediate/Intermediate/ASI/S3/ASIS3BucketObject.h
Examples/Intermediate/Intermediate/ASI/S3/ASIS3BucketObject.m
Examples/Intermediate/Intermediate/ASI/S3/ASIS3BucketRequest.h
Examples/Intermediate/Intermediate/ASI/S3/ASIS3BucketRequest.m
Examples/Intermediate/Intermediate/ASI/S3/ASIS3ObjectRequest.h
Examples/Intermediate/Intermediate/ASI/S3/ASIS3ObjectRequest.m
Examples/Intermediate/Intermediate/ASI/S3/ASIS3Request.h
Examples/Intermediate/Intermediate/ASI/S3/ASIS3Request.m
Examples/Intermediate/Intermediate/ASI/S3/ASIS3ServiceRequest.h
Examples/Intermediate/Intermediate/ASI/S3/ASIS3ServiceRequest.m
Examples/Intermediate/Intermediate/AppDelegate.h
Examples/Intermediate/Intermediate/AppDelegate.m
Examples/Intermediate/Intermediate/Default-568h@2x.png
Examples/Intermediate/Intermediate/Default.png
Examples/Intermediate/Intermediate/Default@2x.png
Examples/Intermediate/Intermediate/Intermediate-Info.plist
Examples/Intermediate/Intermediate/Intermediate-Prefix.pch
Examples/Intermediate/Intermediate/Message.h
Examples/Intermediate/Intermediate/Message.m
Examples/Intermediate/Intermediate/MessageCell.h
Examples/Intermediate/Intermediate/MessageCell.m
Examples/Intermediate/Intermediate/MessagePresenter.h
Examples/Intermediate/Intermediate/MessagePresenter.m
Examples/Intermediate/Intermediate/Reachability/Reachability.h
Examples/Intermediate/Intermediate/Reachability/Reachability.m
Examples/Intermediate/Intermediate/Store.h
Examples/Intermediate/Intermediate/Store.m
Examples/Intermediate/Intermediate/StoreCell.h
Examples/Intermediate/Intermediate/StoreCell.m
Examples/Intermediate/Intermediate/StorePresenter.h
Examples/Intermediate/Intermediate/StorePresenter.m
Examples/Intermediate/Intermediate/StoreViewController.h
Examples/Intermediate/Intermediate/StoreViewController.m
Examples/Intermediate/Intermediate/StoreViewDataSource.h
Examples/Intermediate/Intermediate/StoreViewDataSource.m
Examples/Intermediate/Intermediate/User.h
Examples/Intermediate/Intermediate/User.m
Examples/Intermediate/Intermediate/UserCell.h
Examples/Intermediate/Intermediate/UserCell.m
Examples/Intermediate/Intermediate/UserPresenter.h
Examples/Intermediate/Intermediate/UserPresenter.m
Examples/Intermediate/Intermediate/en.lproj/InfoPlist.strings
Examples/Intermediate/Intermediate/list-btn-follow-off.png
Examples/Intermediate/Intermediate/list-btn-follow-off@2x.png
Examples/Intermediate/Intermediate/list-btn-follow-on.png
Examples/Intermediate/Intermediate/list-btn-follow-on@2x.png
Examples/Intermediate/Intermediate/main.m
README.textile

Download

Click the following link to download coffee-table-view-controller-master.zip.

coffee-table-view-controller-master.zip