Download MVCNetworking Free Java Code
Description
A sample code provided by Apple. MVCNetworking is a sample that shows how to create a network application using the Model View Controller design pattern. Specifically, it displays a photo gallery by getting the gallery's XML description, thumbnails and photos from a web server, and uses Core Data to cache this information locally.
Icons
Source Files
The download file MVCNetworking-master.zip has the following entries.
.gitignore//from ww w . ja v a2 s .c o m
AppDelegate.h
AppDelegate.m
Images/Icon-72.png
Images/Icon-Small-50.png
Images/Icon-Small.png
Images/Icon-Small@2x.png
Images/Icon.png
Images/Icon@2x.png
Images/Placeholder-Bad.png
Images/Placeholder-Deferred.png
Images/Placeholder.png
Images/iTunesArtwork
Info.plist
Logging/Logging.h
Logging/QLog.h
Logging/QLog.m
Logging/QLogViewer.h
Logging/QLogViewer.m
Logging/Settings.bundle/DebugOptions.plist
Logging/Settings.bundle/Eleven.png
Logging/Settings.bundle/LoggingOptions.plist
Logging/Settings.bundle/Root.plist
Logging/Settings.bundle/Zero.png
MVCNetworking.xcodeproj/project.pbxproj
MainWindow.xib
Model/MakeThumbnailOperation.h
Model/MakeThumbnailOperation.m
Model/Photo.h
Model/Photo.m
Model/PhotoGallery.h
Model/PhotoGallery.m
Model/PhotoGalleryContext.h
Model/PhotoGalleryContext.m
Model/Photos.xcdatamodel/elements
Model/Photos.xcdatamodel/layout
Model/RecursiveDeleteOperation.h
Model/RecursiveDeleteOperation.m
Model/Thumbnail.h
Model/Thumbnail.m
Networking/GalleryParserOperation.h
Networking/GalleryParserOperation.m
Networking/NetworkManager.h
Networking/NetworkManager.m
Networking/QHTTPOperation.h
Networking/QHTTPOperation.m
Networking/QReachabilityOperation.h
Networking/QReachabilityOperation.m
Networking/QRunLoopOperation.h
Networking/QRunLoopOperation.m
Networking/RetryingHTTPOperation.h
Networking/RetryingHTTPOperation.m
README
TestGallery/broken-attributes.xml
TestGallery/broken-empty.xml
TestGallery/broken-html.html
TestGallery/broken-html.xml
TestGallery/broken-images.xml
TestGallery/broken-text.txt
TestGallery/broken-text.xml
TestGallery/broken-xml.xml
TestGallery/changes-A.xml
TestGallery/changes-B.xml
TestGallery/changes.xml
TestGallery/images/IMG_0119.jpg
TestGallery/images/IMG_0122.jpg
TestGallery/images/IMG_0125.gif
TestGallery/images/IMG_0125.jpg
TestGallery/images/IMG_0125.png
TestGallery/images/IMG_0125b.jpg
TestGallery/images/IMG_0125s.jpg
TestGallery/images/IMG_0125u.jpg
TestGallery/images/IMG_0127.jpg
TestGallery/images/IMG_0130.jpg
TestGallery/images/IMG_0133.jpg
TestGallery/images/IMG_0139.jpg
TestGallery/images/IMG_0149.jpg
TestGallery/images/IMG_0152.jpg
TestGallery/images/IMG_0156.jpg
TestGallery/index-big.xml
TestGallery/index-empty.xml
TestGallery/index-giant.xml
TestGallery/index.xml
TestGallery/index2.xml
TestGallery/oddballs.xml
TestGallery/thumbnails/IMG_0119.jpg
TestGallery/thumbnails/IMG_0122.jpg
TestGallery/thumbnails/IMG_0125.gif
TestGallery/thumbnails/IMG_0125.jpg
TestGallery/thumbnails/IMG_0125.png
TestGallery/thumbnails/IMG_0125b.jpg
TestGallery/thumbnails/IMG_0125s.jpg
TestGallery/thumbnails/IMG_0125u.jpg
TestGallery/thumbnails/IMG_0127.jpg
TestGallery/thumbnails/IMG_0130.jpg
TestGallery/thumbnails/IMG_0133.jpg
TestGallery/thumbnails/IMG_0139.jpg
TestGallery/thumbnails/IMG_0149.jpg
TestGallery/thumbnails/IMG_0152.jpg
TestGallery/thumbnails/IMG_0156.jpg
View Controllers/PhotoCell.h
View Controllers/PhotoCell.m
View Controllers/PhotoDetailViewController.h
View Controllers/PhotoDetailViewController.m
View Controllers/PhotoDetailViewController.xib
View Controllers/PhotoGalleryViewController.h
View Controllers/PhotoGalleryViewController.m
View Controllers/QImageScrollView.h
View Controllers/QImageScrollView.m
View Controllers/SetupViewController.h
View Controllers/SetupViewController.m
main.m
Download
Click the following link to download MVCNetworking-master.zip.
MVCNetworking-master.zipHome »
Objective C Free Code »
Development »
Objective C Free Code »
Development »