ASE ASSIGNMENT 9 - nikky4222/ASE GitHub Wiki
##ASE LAB ASSIGNMENT 9
Name: Nikitha
Class id :22
##Question
- Create a Private REST service that is Mashup of at least two public REST services.
- Use this private web service in your web/mobile/hybrid application
- Try to use a different web service and create some good use case
- Application should have good UI/UX.
##API'S Used
-
OMDB Api<br> -
Google related Search<br> -
Web in app browser<br>
OMDB Api provides the movie details,IMDB rating,the cast and the crew.The movie name is given as an jason output to
Google related search and related movies for the given movie are displayed,also google text to voice is implemented.
A private REST service is created by the mash up of the two apis.
A basic main page has been created where the user can login or register.

Then we have login and registration page that does the basic validation based on the user details.
###LOGIN

###LOGIN VALIDATION

###REGISTRATION

A home page is displayed which displays the movie details and related search details.
###JSON

###HOME

An in app browser is displayed if buy movie for the movie is clicked.

###JASON

###HOME
