I want to make a app about cell infomation. I had new a TelephonyManager (tm) inorder to getNeighboringCellInfo.
*List<NeighboringCellInfo> neighboringCellInfoList=tm.getNeighboringCellInfo();* *new ArrayAdapter(XXXX.this,R.layout.celllistlayout,neighboringCellInfoList);* then,set this adapter to the ListView and notifyDataSetChanged. The backgroud data is changing,but the ListView never. What should i do to fresh the UI automatically? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

