Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to create a windos phone app who get data from pvr ,inox and other multiplex site and get the time of movie.
i mean i want to create something like i entered the city and movie name and my app show all the time and multiplex name of the movie show .
then i want to get the location of the multiplex .
how can i do that ?
i mean some sampal or idea ? how can i start it ?
give a guidance .
thanks in advance .................
Posted

First things first. Where are you going to get this data and what data is going to be available. Once you answer that question, then you can move on the other things about your app.
 
Share this answer
 
Comments
Vipin Sharma 23-Feb-13 14:32pm    
i want to get data from the official websites of multiplax so i can get accurate timeing of movie show but dont know how to do it ?
Dave Kreskowiak 23-Feb-13 14:42pm    
If you want to see what it takes to parse HTML, read the articles and study the code in http://www.codeproject.com/Articles/128858/CP-Vanity-Lite and http://www.codeproject.com/Articles/67565/CP-Vanity.
Then you're going to have to either find a data service for that multiplex chain or create a parser for each and every website you're going to support. This is labor intensive on your part and breaks very easily because your parser will no longer work if the website changes its layout or data presentation format, thereby forcing you to recode the parser for that site.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900