>
> I think Macroid could get great adoption (and more contributors!) if 
> documentation receives a lot of love. Full examples of how to do "normal" 
> stuff are great help. For example, 
> https://github.com/pocorall/scaloid-apidemos/
>

I would argue that Macroid’s documentation is currently better organized, 
mainly by virtue of using GitBook (can’t recommend it enough). That said, I 
agree that simple examples are missing — that’s what the “Recipes” section 
was intended for, but unfortunately I haven’t found the time to fill it 
yet. Speaking of your link, I am not sure that browsing a full-blown 
apidemos repository is a convenient way of learning. Instead, I would 
convert examples like [1] into bite-size pieces, e.g.

l[VerticalLinearLayout](
  w[EditText] <~ wire(pw),
  w[Button] <~ On.click {
    pw <~ anim(AnimationUtils.loadAnimation(this, R.anim.shake))
  }
)

entitle and categorize them and put under “Recipes”. What do you think?

[1] 
https://github.com/pocorall/scaloid-apidemos/blob/master/src/main/java/com/example/android/apis/view/Animation1.scala#L29

-- 
You received this message because you are subscribed to the Google Groups 
"scala-on-android" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to