Exemplo n.º 1
0
  @Override
  protected void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    setContentView(R.layout.activity_main);
    fRegister = FriendRegisterSingle.getInstance();

    fRegister.readFromFile(this);

    populateList(fRegister.getFriends());
    registerListViewOnClick();
  }
Exemplo n.º 2
0
 public static void notifyDataSetChanged() {
   fRegister.sort();
   adapter.notifyDataSetChanged();
 }