-
Notifications
You must be signed in to change notification settings - Fork 279
Open
Description
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
Labels
No labels