airbnb/epoxy

How do I use Epoxy to create forms?

Open

#426 aberto em 24 de abr. de 2018

Ver no GitHub
 (32 comments) (0 reactions) (0 assignees)Java (738 forks)batch import
help wantedquestion

Métricas do repositório

Stars
 (8.412 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador