airbnb/epoxy

How do I use Epoxy to create forms?

Open

#426 创建于 2018年4月24日

在 GitHub 查看
 (32 评论) (0 反应) (0 负责人)Java (738 fork)batch import
help wantedquestion

仓库指标

Star
 (8,412 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Our team has been using Epoxy now for a few months, but noticed that you can also use it for static content. We first want to address our Login page. It's currently a scrollView with a linear layout, with an imageView, and a few editTexts and a button. How do I use Epoxy for a screen where I would typically be able to directly access all of the views? I didn't see any real docs/wiki surrounding this. Sorry if I missed it.

贡献者指南