Skip to content

Not working #56

Description

@rakshithsj30

i am using this json in my project

https://api.jsonbin.io/b/5e3126d03d75894195e0eff1/1
and this code:
ViewGroup viewParent;
JSONObject jsonObject = new JSONObject(response); viewParent = (ViewGroup) findViewById(R.id.parent_view_id); View sampleView = DynamicView.createView(DynamicLayoutActivity.this, jsonObject, viewParent);

xml:

`

<RelativeLayout
    android:id="@+id/parent_view_id"
    android:layout_width="match_parent"
    android:layout_height="match_parent">


</RelativeLayout>

`

Java file link:
http://s000.tinyupload.com/?file_id=16143747534494522174

but view is not showing. please help me.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions