We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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);
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.
The text was updated successfully, but these errors were encountered:
Hey @rakshithsj30,
Could you share and the activity_dynamic_layout resource ?
activity_dynamic_layout
Sorry, something went wrong.
No branches or pull requests
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:
`
`
Java file link:
http://s000.tinyupload.com/?file_id=16143747534494522174
but view is not showing. please help me.
The text was updated successfully, but these errors were encountered: