Heim > Fragen und Antworten > Hauptteil
ringa_lee2017-04-17 15:56:08
最简单的方式是使用WebView去读html页面数据,当然通过接口数据进行图文混排也是可以的,那就看布局怎么写了。如果对图文混排相关的没什么经验的话,这种文章式的可以通过WebView去显示html就好了
高洛峰2017-04-17 15:56:08
new Intent(Contactlistview.this, nextActivity.class)
intent.putExtra可以根据点击事件的不同position,传入不同的值,
再在nextActivity.class根据getIntent().getExtra获取到值进行对应的处理,