Implementation of OMDB Api in Android
This is an Android Application project which demonstrates implementation of Open Movie Database(OMBD) in Android using Native JSON Classes.
Native JSON Classes like
Resources Includes Layout file of the MainActivity(activity_main.xml) and other resources files such as strings.xml, stylex.xml, App Icon files etc.
User can enter the movie name in a textbox given, hit search movie button and based on movie name, fetching results from OMDB Api and showing results in Controls in the Activity.