Simon Featherstone
Simon Featherstone
Stetho/Flipper are great tools for looking inside your Android/iOS app. But they are not tools we should leave in the app when we build a Release. Show through additional modules...
http://facebook.github.io/stetho/ is no longer being worked on. https://fbflipper.com/ is the new Stetho, also from Facebook. Replace
## Description Change `ParentNodeView` to inherit from a interface as described in issue [bumble-tech#59] ## Check list - [x] I have updated `CHANGELOG.md` if required. - [ ] I have...
Views are difficult to subistute when ParentNodeView is an abstract class. Making `ParentNodeView` an interface would fix this. **Case 1** In a Builder class you are expected to pass the...