Download recipe 16 Free Java Code

Description

For this tutorial, we'll be using the google places API to retrieve a list of restuarants in a city, display them in a tableview, and show more restaurant details in a detail view.

Source Files

The download file recipe-16-master.zip has the following entries.


.gitignore/*  ww  w. j a  va  2 s .c  o  m*/
AFNetworking/AFHTTPClient.h
AFNetworking/AFHTTPClient.m
AFNetworking/AFHTTPRequestOperation.h
AFNetworking/AFHTTPRequestOperation.m
AFNetworking/AFImageRequestOperation.h
AFNetworking/AFImageRequestOperation.m
AFNetworking/AFJSONRequestOperation.h
AFNetworking/AFJSONRequestOperation.m
AFNetworking/AFNetworkActivityIndicatorManager.h
AFNetworking/AFNetworkActivityIndicatorManager.m
AFNetworking/AFNetworking.h
AFNetworking/AFPropertyListRequestOperation.h
AFNetworking/AFPropertyListRequestOperation.m
AFNetworking/AFURLConnectionOperation.h
AFNetworking/AFURLConnectionOperation.m
AFNetworking/AFXMLRequestOperation.h
AFNetworking/AFXMLRequestOperation.m
AFNetworking/UIImageView+AFNetworking.h
AFNetworking/UIImageView+AFNetworking.m
LICENSE
README.md
webTableView.xcodeproj/project.pbxproj
webTableView.xcodeproj/project.xcworkspace/contents.xcworkspacedata
webTableView.xcodeproj/project.xcworkspace/xcuserdata/josephhoffman.xcuserdatad/UserInterfaceState.xcuserstate
webTableView.xcodeproj/xcuserdata/josephhoffman.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist
webTableView.xcodeproj/xcuserdata/josephhoffman.xcuserdatad/xcschemes/webTableView.xcscheme
webTableView.xcodeproj/xcuserdata/josephhoffman.xcuserdatad/xcschemes/xcschememanagement.plist
webTableView/AppDelegate.h
webTableView/AppDelegate.m
webTableView/Default-568h@2x.png
webTableView/Default.png
webTableView/Default@2x.png
webTableView/TableViewController.h
webTableView/TableViewController.m
webTableView/ViewController.h
webTableView/ViewController.m
webTableView/en.lproj/InfoPlist.strings
webTableView/en.lproj/MainStoryboard.storyboard
webTableView/main.m
webTableView/webTableView-Info.plist
webTableView/webTableView-Prefix.pch

Download

Click the following link to download recipe-16-master.zip.

recipe-16-master.zip