<FromGitter>
<drujensen> @valamorgon You can generate a socket and channels using `amber g socket name channel1 channel2`. On the android side, you would need to connect to this socket and look for the messages being sent. You can look at the javascript (here)[https://github.com/amberframework/amber/blob/master/assets/js/amber.js] and possibly create an Android library.
<FromGitter>
<valamorgon> @drujensen I easily integrated by checking javascript source code like you say, thanks.
<FromGitter>
<Blacksmoke16> Default value supports
<FromGitter>
<eliasjpr> @drujensen I have completed most of the work needed to solve the Nested params using `schema-validations`. I have added documentation on the readme of the repo https://github.com/eliasjpr/schema-validations
<FromGitter>
<eliasjpr> Things left to do: ⏎ ⏎ 1) [ ] Validate nested - When calling `valid?(:nested)` validates sub schemas. ⏎ 2) [ ] Build nested yaml/json- Currently json and yaml do not support the sub schemas. ⏎ 3) [ ] Document Custom Parser for custom types. Currently the library supports parsing to Custom Types, but yet needs to be documented with a working example [https://gitter.im/