Skip to content
#

xml-layout

Here are 10 public repositories matching this topic...

fpbitencourt
fpbitencourt commented Oct 13, 2016

First I translate the kotlin code on readme sample

@Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_gif_list);
        bindingViews();
    }

    private void bindingViews() {
        xml(R.layout.activity_gif_list, () -> {
            withId(R.id.loading, () -> {
                visibi

Improve this page

Add a description, image, and links to the xml-layout topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the xml-layout topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.