android.TICO
Class fileDialog

java.lang.Object
  extended by Activity
      extended by android.TICO.fileDialog

public class fileDialog
extends Activity

Defines the fileDialog activity, where we can explore and open the Tico projects located in the Android device memory

Version:
1.0 Nov, 2011
Author:
Eduardo Ferrer

Constructor Summary
fileDialog()
           
 
Method Summary
 void gestor()
          Manage the working of fileDialog for select a .tcoa file in the Android device memory
 void onConfigurationChanged(Configuration newConfig)
          Change the orientation of fileDialog when the orientation of the device changes.
 void onCreate(Bundle savedInstanceState)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

fileDialog

public fileDialog()
Method Detail

onConfigurationChanged

public void onConfigurationChanged(Configuration newConfig)
Change the orientation of fileDialog when the orientation of the device changes.


onCreate

public void onCreate(Bundle savedInstanceState)

gestor

public void gestor()
Manage the working of fileDialog for select a .tcoa file in the Android device memory