JsonHandleView
JsonHandleView copied to clipboard
要是支持重新bindjson就好了
既然是用中文,那我也用中文,思路是可以通过代码动态加入组件。
1-首先在上层布局使用removeAllViews()清空组件。
2-动态new一个JsonViewLayout JsonViewLayout jsonViewLayout = new JsonViewLayout(MainActivity.this); jsonViewLayout.setLayoutParams(new ScrollView.LayoutParams(ScrollView.LayoutParams.MATCH_PARENT, ScrollView.LayoutParams.WRAP_CONTENT));
3-上层布局使用addView()加入JsonViewLayout
4-jsonViewLayout.bindJson 你的json字符串