why can't extend EmojiPopup , Why give up the power of Java
SheTieJun opened this issue · 2 comments
SheTieJun commented
- Version of the library: v0.15.0
- Affected devices: all
- Affected versions: all
some problems cannot be solved, if it can be extend, it should be solved very well. last use reflection solved.
vanniktech commented
Delegation is better than inheritance. Plus I want to limit the API. Feel free to use reflection though, it might break though.
SheTieJun commented
Delegation and inheritance do not conflict , Like Activity ,bottomSheetDailog.
Limit EmojiPopup 's API ,~ en I think it is unnecessary behavior.