Exemplo n.º 1
0
 @Override
 public void onCreate(Bundle savedInstanceState) {
   super.onCreate(savedInstanceState);
   /* The file browser's is reused here because they are similar*/
   setContentView(R.layout.file_browser);
   ListView listView = (ListView) findViewById(R.id.file_list);
   listView.setOnItemClickListener(this);
   initialRetrieve();
 }
Exemplo n.º 2
0
 @Override
 public void onConfigurationChanged(Configuration newConfig) {
   super.onConfigurationChanged(newConfig);
 }