Git Product home page Git Product logo

mad's Introduction

MAD

Mobile App Development

mad's People

Contributors

ojedavidea avatar dependabot[bot] avatar

Watchers

 avatar

mad's Issues

This method to import "ActivityMainBinding" does not exist

https://github.com/udacity/andfun-kotlin-about-me/blob/8045d5ae0397d010fbf6944e640746aeb516933e/app/src/main/java/com/example/android/aboutme/MainActivity.kt#L42

https://github.com/ojedavidea/MAD/blob/master/apps/AboutMe/app/src/main/java/com/example/android/aboutme/MainActivity.kt#L17

I have tried some improvement in the data id from:

 binding.apply {
            nicknameText.text = binding.nicknameEdit.text
            invalidateAll()
            nicknameEdit.visibility = View.GONE
            doneButton.visibility = View.GONE
            nicknameText.visibility = View.VISIBLE
        }

to:

binding.apply {
            nickname_text.text = binding.nickname_edit.text
            invalidateAll()
            nickname_edit.visibility = View.GONE
            done_button.visibility = View.GONE
            nickname_text.visibility = View.VISIBLE
        }

But the errors remain:

e: /Users/ojedavidea/AndroidStudioProjects/AboutMe/app/src/main/java/com/example/android/aboutme/MainActivity.kt: (12, 36): Unresolved reference: databinding

e: /Users/ojedavidea/AndroidStudioProjects/AboutMe/app/src/main/java/com/example/android/aboutme/MainActivity.kt: (17, 35): Unresolved reference: ActivityMainBinding

e: /Users/ojedavidea/AndroidStudioProjects/AboutMe/app/src/main/java/com/example/android/aboutme/MainActivity.kt: (32, 25): Unresolved reference: it

e: /Users/ojedavidea/AndroidStudioProjects/AboutMe/app/src/main/java/com/example/android/aboutme/MainActivity.kt: (42, 13): Unresolved reference: invalidateAll

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.