Git Product home page Git Product logo

moop-android's Introduction

🎥 뭅 (Moop)


한국 멀티플렉스 극장의 현재상영작, 개봉예정작 정보를 모아주는 안드로이드 앱입니다.
iOS 프로젝트도 있습니다.


License API

Download

API Key

Create signing/key.properties with the following values:

# DEBUG API
MOOP_API_BASE_URL = https://moop-public-api.firebaseio.com/alpha/

License

Copyright 2019 SOUP

Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE file distributed with this work for
additional information regarding copyright ownership. The ASF licenses this
file to you under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations under
the License.

moop-android's People

Contributors

fornewid avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

moop-android's Issues

Migrate from JCenter

설명

  • JCenter를 더이상 사용하지 않는 것을 권장함.
  • 그러나 StfalconImageViewer 라이브러리가 대응이 잘못되었는지, 버전 배포가 안되어 있음.
    아래 3가지 방법 중에 하나로 대응하는게 좋을 듯.
    • 1안: 아래처럼 임시로 snapshot을 참조하는 방법
    implementation 'com.github.stfalcon-studio:StfalconImageViewer:master-SNAPSHOT'
    
    • 2안: 제거하는 방법
    • 3안: Apache-2.0 License이므로, 복사해서 내부 모듈로 두는 방법

Link

[Bug] Build Error

현상

Hi I am Derrick software engineer in Korea.

I tried to build your project , because your project looks interesting.

But I met some build error like below


File google-services.json is missing. The Google Services Plugin cannot function without it.
Searched Location:
/Users/derrick/personal/android/Moop-Android/app/src/nullnull/debug/google-services.json
/Users/derrick/personal/android/Moop-Android/app/src/debug/nullnull/google-services.json
/Users/derrick/personal/android/Moop-Android/app/src/nullnull/google-services.json
/Users/derrick/personal/android/Moop-Android/app/src/debug/google-services.json
/Users/derrick/personal/android/Moop-Android/app/src/nullnullDebug/google-services.json
/Users/derrick/personal/android/Moop-Android/app/google-services.json

Is it public project? , Could you please share your google-service json file? Or If it's not public project , it it ok If build with my empty google-service json file from new firebase project?

Thanks
Derrick,

[공통] DataBinding으로 Fragment 코드 정리

  1. 아래처럼 Fragment 레이아웃을 분리
    • layout/{화면}_header.xml
    • layout/{화면}_contents.xml
  2. {화면}UiModel, {화면}UiMapper 추가
  3. Fragment에 private fun {화면}Binding.render(uiModel: {화면}UiModel) 추가
  4. 최종적으로는 XML에서 binding 처리

[홈] '뒤로가기 제한' 제거

  • 홈 화면을 종료하려면, Back 버튼을 두 번 눌러야 한다.
  • Gesture Navigation 기능을 고려하여, 이 기능을 제거하자.

즐겨찾기

보고 싶은 영화를 즐겨찾기로 등록하고,
개봉 임박하면 알림을 받는다.

[홈] Movie Domain Class 추가

  • Movie 클래스가 모든 Layer에서 동일하게 사용된다.
  • Layer 분리하기 전에 Model 클래스부터 분리하자.

문화의 날 알림

  • 매 주 알림을 보내는데, 문화의날 주간에는 다른 알림을 보여준다
    ex) '이번 주 수요일은 문화의 날입니다'

[Bug] Fatal Exception: java.lang.NoSuchMethodError

현상

Fatal Exception: java.lang.NoSuchMethodError: No virtual method getSystemGestureInsets()Landroid/graphics/Insets; in class Landroid/view/WindowInsets; or its super classes (declaration of 'android.view.WindowInsets' appears in /system/framework/framework.jar!classes2.dex)
       at soup.movie.ui.theater.edit.TheaterEditFragment$adaptSystemWindowInset$1.invoke + 150(TheaterEditFragment.kt:150)
       at soup.movie.ui.theater.edit.TheaterEditFragment$adaptSystemWindowInset$1.invoke + 31(TheaterEditFragment.kt:31)
       at soup.movie.util.WindowInsetsExtensionsKt$doOnApplyWindowInsets$1.onApplyWindowInsets + 17(WindowInsetsExtensions.kt:17)
       at android.view.View.dispatchApplyWindowInsets + 10607(View.java:10607)

Link

Use WorkManager 2.6.0 with Hilt

설명

  • WorkManager 2.6.0 부터는 WorkManagerInitializer가 ContentProvider 대신 Startup으로 변경됩니다.
  • Hilt를 사용하는 경우, Manifest의 Startup metadata에서 WorkManagerInitializer를 제거해줘야 합니다.

Link

[홈] 설정 탭 제거

  • 홈 화면에서 설정 탭을 제거한다.
  • 대신 Toolbar 우측에 설정화면에 진입가능한 버튼을 제공해주자.

영화 목록 필터

  • 극장 필터 (CGV / Lotte Cinema / Megabox)
  • 연령 필터 (전체 / 12 / 15 / 청불)
    : 단, '미정'은 항상 표시한다.
  • 장르 필터 (KOBIS API 기반)

영화 검색

  • 1단계: 현재상영작 / 개봉예정작 중에 질의 결과를 노출한다.
  • 2단계: 과거 영화를 포함하여 질의 결과를 노출한다. (현재 구현 불가)

[홈] Toolbar 동작 개선

설명

  • 홈 화면에서 위로 스크롤하면:
    • Toolbar를 숨겨준다.
    • 탭 Context를 보여주고, 상단으로 이동할 수 있는 Hint Handle을 표시한다.

Link

  • none

[Bug] Expected non-nullable value [NullSafeMutableLiveData]

현상

* What went wrong:
Execution failed for task ':feature:detail:lintDebug'.
> Lint found errors in the project; aborting build.
  /home/runner/work/Moop-Android/Moop-Android/feature/detail/src/main/java/soup/movie/detail/DetailViewModel.kt:60: Error: Expected non-nullable value [NullSafeMutableLiveData]
              _favoriteUiModel.postValue(repository.isFavoriteMovie(movie.id))
                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  • Lifecycle 라이브러리의 Lint Rule 오류로 잘못 검출되는 현상으로 보입니다.

Link

지도

설명

  • 극장을 지도에 표시한다.

Link

  • Mapbox로 구현했던 코드를 삭제한 commit: 6e4cafc

Fragment LiveData에 LifecycleOwner 조정

Fragment 내에서 LiveData를 Fragment LifecycleOwner에 연결하고 있다.
이 Lifecycle은 다음 화면으로 이동할 때 해제되지 않아, 화면을 되돌아올 때 LiveData가 중첩 호출되고 있음.
Fragment의 ViewLifecycleOwner로 교체 필요함.

  • 비교:
    LifecycleOwner - onDestroy()에서 해제
    ViewLifecycleOwner - onDestroyView()에서 해제

Links

Android Architecture Components Sample Issues:

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.