Git Product home page Git Product logo

androidgenericframework's Issues

报错了

A problem occurred evaluating project ':app'.

No signature of method: java.util.LinkedHashMap.getProperty() is applicable for argument types: (String) values: [github_client_id]
Possible solutions: hasProperty(java.lang.String), getProperties()

使用open关键字修饰val?

基类中open val enterAnimation: Int = R.anim.switch_in_right,这个例子open代表这个属性可以被集成子类重写,而val又是final的不能被重写,这样的写的没有啥意义吧。

ViewModel里面有一事不明

private val _isShowRepositoryView = MutableLiveData()
val isShowRepositoryView: LiveData = _isShowRepositoryView

MutableLiveData用私有变量表示,用LiveData提供出去的用意是什么呢,之前自己写的是直接把MutableLiveData提供出去

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.