Code Monkey home page Code Monkey logo

to-do-app-kotlin's Introduction

to-do-app-kotlin's People

Contributors

stevdza-san 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  avatar

to-do-app-kotlin's Issues

Viewmodel cannot be instantiated

Following the ( aweome! ) video tutorial series, I get to the part where I first try to add an item to the ToDo Database... I get the following error

Cannot create an instance of class viewmodel.ToDoViewModel

Can't find any solutions online. Have triple checked the code matches the videos and then tried amended code from GitHub... just can't figure it out. :(

Search food and Background

  1. Write something in the search menu, example : Empanadas (it works good)
  2. Put app in background, wait 5 seconds
  3. Put app in foreground-> In search menu appear "Empanadas" yet but the list isn't filtered

I've attached an image with this issue

Screenshot_20210116_230121_com example foody

Error in list_fragment_menu.xml

<group android:checkableBehavior="single">
<item
android:id="@+id/menu_sortBy"
android:title="@string/sort_by">
<menu>
<item
android:id="@+id/menu_priority_high"
android:title="@string/priority_high"/>
<item
android:id="@+id/menu_priority_low"
android:title="@string/priority_low"/>
</menu>
</item>
</group>

Should be:

        <item
            android:id="@+id/menu_sortBy"
            android:title="@string/sort_by">
            <menu>
                <group android:checkableBehavior="single">
                    <item
                        android:id="@+id/menu_priority_high"
                        android:title="@string/priority_high"/>
                    <item
                        android:id="@+id/menu_priority_low"
                        android:title="@string/priority_low"/>
                </group>
            </menu>
        </item>

So the radio buttons will be visible in the sub menu and not in the main options menu

Color of priority cardview does not set

I am following your tutorial course and everything works perfectly fine. At the moment I finished the binding.
Since the first moment the only thing that did not work was the color of the priority cardview in the list fragment.
In the other fragments the color for priority works fine.
I analized the database and the priority is ok.
Could you help me?
Thanks Michel

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.