1. Estate-Value-Android










Description
Home Value is an Android application that allows user to look-up their home values at the time based on Zillow real Estate database. User can additionally share the link to other people and track their neighborhood's property value if available.
The app's implementation are using Google Auto Place for search tool, Google Place Api to obtain address for GPS (current location), and Google Map Api v2 to show all available properties' data into a mapview. All XML data has been parsed from Zillow url but required a zpid key which allows me to retrieve information from XML.
For more information about coding and implementation, please visit my Gibhub Link below.
Otherwise, please download the APK file below to run this application which I target to SDK 24 and the minimum SDK to run this app is 21 (Android lollipop 5.1 or above).
Languages/Frameworks/Libraries:
Java, XML, Google Places Web Service, Google Places APIs, Google Maps APIs