JsonHandleView icon indicating copy to clipboard operation
JsonHandleView copied to clipboard

要是支持重新bindjson就好了

Open chenfd99 opened this issue 5 years ago • 1 comments

chenfd99 avatar Jul 04 '19 05:07 chenfd99

既然是用中文,那我也用中文,思路是可以通过代码动态加入组件。

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字符串

zdimsh avatar Feb 27 '20 10:02 zdimsh