Giter Club home page Giter Club logo

whiskeynote-legacy's Introduction

ぴえん

whiskeynote-legacy's People

Contributors

aosa4054 avatar

whiskeynote-legacy's Issues

ウィスキーの味をEditTextで入力させるのではなくChipで選ばせよう

概要

ウィスキーの味をEditTextで入力させるのではなくChipで選ばせよう

背景

  • ウィスキーの味を簡単にメモできるようにするって言っておいて全部手入力だし現状のままリリースしても全然簡単じゃないよね
  • Chip使ってみたい

何が嬉しいか

メモがより簡単になる

Fragmentへの参照持ちをActivityに

ViewModelからContextを触りたいときなど、現在はNavigatorを使ってFragmentへの参照を行なっているけど、Fragmentは画面表示とかに専念させたいのでそういうのをActivityに連れて行く

Manifestファイルのハードコードをやめる

/src/main/AndroidManifest.xml:15: Error: Avoid hardcoding the debug mode; leaving it out allows debug and release builds to automatically assign one [HardcodedDebugMode]

なので直しましょう。現状はlintでエラーがでないようになってます。

Navigation -> Intentへの変更

概要

画面に応じてNavigationで画面遷移をしているところをIntentに変更します。

背景

試しで全ての画面遷移をNavigationで行なっていましたが、実質1activityになってしまっていてこれは適当な使い方じゃないなと言う感じなのでIntentも使っていきましょう。

何が嬉しいか

context絡みやライフサイクルのモチモチも全部各fragmentが持ってる感じなのでそこがactivityでできてスッキリしそう。

CardViewのlayout調整

/src/app/src/main/res/layout/scotches_list_item.xml:16: Error: This view is not constrained vertically: at runtime it will jump to the top unless you add a vertical constraint [MissingConstraints]

なので直しましょう。現状はlintでエラーがでないようになってます。

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.