Posts Tagged ‘rightmove’

UK Property Market – The rightmove for Android!

Thursday, July 15th, 2010

If you have followed my blog, a couple of months ago I started to develop a Rightmove app for Android.  I got to the stage where I felt I should seek permission to release the app using the data supplied from Rightmove before I continued.  Unfortunately they refused.

Never mind..

A few week ago I started to look for a new data source that provides property data to be included in the application.  I found that data from Google.

Over the past few days I’ve been working to get the application to a preview state where I feel it’s buggy  stable enough to use.   The application is now available to download via the Android Market.

Here are a couple of images showing the application in use.

Search Results

Search

And a promo image;

Promotion

Future plans include social sharing via email, twitter etc from within the application and also launch a website that can assist with displaying the properties to non android users.

Download

Use a QR code scanner

QR Code

Manually install from the Android Market

  1. Go to ‘Market’ on your Android-powered device.
  2. Select ‘Search’.
  3. Enter ‘UK Property Market’ into the search field.
  4. Once you’ve found the ‘UK Property Market’ app, touch to install.
  5. Follow the onscreen instructions to proceed with the installation.

Rightmove – The Android Application

Wednesday, February 10th, 2010

I’ve recently been looking for something to create for Android, something that would be a challenge and not your usual pointless (iBeer/Flashlight  yawn…) application. Being a fan of the Rightmove application for the iPhone (which sadly isn’t available for us Android users) I decided to see if it would be possible to create a version for Android, and it is!

I have (so far) created a total of 11 classes, ranging from displaying a user interface to classes which represent an estate agent branch. A main part of the application which the user will never see are the XML handler classes. These 3 objects parse the XML from Rightmove using the SAXParserFactory (Simple API for XML) object, If you’ve ever used this you will know its not the best way to parse XML (in my opinion) but never mind it works. These 3 objects deal with location lookups, property search results and property details and pass information back to other classes dealing with the user interface.

The user interface is quite simple at this stage, I’ve focused on getting the application to work before making it look pretty. The location lookup facility is fully functioning and will return a list of regions from Rightmove which could match that the user is searching for. The next step is to retrieve the properties for this region and display them to the user. At this stage there are no filters like those appear in the iPhone version but this can be added later.

The last step is when the user selects a property to view, this will create a new view that will be similar to that on the iPhone version. As you will see below it still needs a lot of work.

UPDATE: Please see here