Page 1 of 1

Movie Friend (Codevoo)

Posted: Sun Jul 20, 2014 8:13 pm
by CodenStuff
Hello,

I'm having an enjoyable coding session today and thought I would see if I could "beef" up any projects others have posted on here.

I took #smashapps Movie Friend example that collects movie information from iMDB and saves it to your computer, I built it from scratch using most of the same code but added some Codevoo API magic to it.

It allows you to share your movie collection with other users of the app, and you can also view their collections. You only need to register/login if you want to share and view collections.

Obviously this is a basic implementation but I'm sure you could add new things like video ratings, make it look prettier, video reviews etc.

Image

Image

Image

Source and build:
MovieFriendV.zip
Just another example of how an application can be made better with Codevoo wahooo;

Love it cooll;

It uses a temporary codevoo app key but you can easily use your own created on the site and share your collections with just your friends.

Re: Movie Friend (Codevoo)

Posted: Mon Jul 21, 2014 12:46 am
by smashapps
It's good to see something I've made has gone to good use.

downloaded, going to try it out :)

Re: Movie Friend (Codevoo)

Posted: Wed Jul 23, 2014 7:26 pm
by Codex
Would be cool if someone could add the option to import from IMDB list. It's a basic file that IMDB generates which one could use to extract the movie names using JSON.

Re: Movie Friend (Codevoo)

Posted: Thu Jul 24, 2014 12:58 am
by smashapps
That would be cool, you are welcome to use the Movie Friend source I originally posted a while back if you want to implement that yourself