Coder Social home page Coder Social logo

moviexapp's Introduction

MovieX

Built With

Build a four-paged movie list app. It will have four screens. The first appearing screen is the splash screen. The data must be fetched from the API in here. As soon as the process is done, endirect the user to the app. The first screen inside the app is the list screen that has list of movies. Each cell must at least have an image, title, and image of the movie. By tapping one of the movies, the movie detail screen must appear. I can able to add the movie into the bookmarks via a button. The last screen is the bookmarks which have the bookmarked movies. No need filter and search here, only a list. The list and bookmarks screens must be on a TabBarController. Tab bars' each first item must be NavigationController.

Goals

  • Understand Tab Bar and Navigation Controller
  • Understand MVVM by separating logic between controller and view model
  • Learn to implement table view
  • Integrate third-party library
  • Build UI programmatically in controller
  • Use UserDefaults
  • Integrate network layer by URLSession
  • Use model(such as Movie) with Codable

Architecture

  • Use simple MVVM. Do not forget that you must not import UIKit in the view model
  • Use protocols to pass the data from the network layer to the screen

Responsive Design

No need to use any Storyboard od xib files Use table view and collection view in the list screen Download movie images via SDWebImage

Logic

The search and filter mechanism in the list screen must work without blocking UI Implement Codable to your Movie model and store movies as an array in a singleton object Store bookmarked movies in the UserDefaults as an array

Keywords

  • MVVM
  • Table view
  • Collection view
  • Codable
  • SPM
  • SDWebImage
  • Network layer
  • URLSession
  • Singleton
  • UserDefaults

moviexapp's People

Contributors

yunusberdibekk avatar

Stargazers

Rakhim Abdullayev avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.