Coder Social home page Coder Social logo

moviesearchapp's Introduction

MovieSearchApp

Android CI

App 소개

네이버 영화 open api를 사용하여 검색을 통해 특정 영화를 보여주는 App입니다.

검색 후 클릭을 통해 상세 영화 정보를 보여주기 위해 web view를 사용하였습니다.

검색했던 영화는 최근 검색 목록 페이지에서 확인할 수 있습니다. (최대 10개)

검색 목록 페이지에서도 클릭을 통해 상세 영화 정보를 볼 수 있습니다.

영상

movie.webm

사용한 기술

  • Android / kotlin
  • Multi module
  • clean architecture
  • viewBinding
  • Paging
  • Retrofit
  • Room
  • Glide
  • Hilt
  • Coroutine
  • Flow
  • Navigation
  • Recyclerview
  • Timber
  • JUnut / MockK / Turbine
  • Github CI

moviesearchapp's People

Contributors

davidkwon7 avatar

Watchers

 avatar

moviesearchapp's Issues

SearchFragmentDirections 생성 불가능

binding.btnSearchList.setOnClickListener {
            val action = SearchFragmentDirections.actionSearchFragmentToSearchListFragment()
            findNavController().navigate(action.actionId)
        }

SearchFragmentDirections이 나오지 않는 문제가 발생.

문제 해결을 위해 search 모듈에 app 모듈 의존성을 추가해 주었는데, 이 경우 빌드 시 circular dependency 관련 에러가 발생한다.

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.