1

I am using JSON Parser to parse the response from server, i need only few pages to display in one Activity and some more in next Activity. In the code i am using it is displaying all content in one page only, when i click on that it is displaying the same content in Next Activity. How can i divide to make it appear in next Activity?

4

2 に答える 2

0

1)インテントを使用して文字列のサーバー情報インターンを渡す

2)get setを使用して情報を格納するクラスを作成し、文字列の観点から情報を取得します

于 2012-11-28T05:57:32.913 に答える
0

これには2つの方法があります..

1) コンテンツ文字列からいくつかの文字を取得し、それをリストに表示できます (次のアクティビティで文字列全体を渡します)。2)さらに良いことに、R.layout.list_item で、コンテンツのテキストビューに必要な行数を指定します (android:lines=2 など)。残りのコンテンツはカットされます。android:ellipsize を使用して、省略記号が切り取られる場所に追加することもできます。

于 2012-11-27T13:14:39.023 に答える