de.Android_Seminar
Class Properties

java.lang.Object
  extended by Activity
      extended by de.Android_Seminar.Properties

public class Properties
extends Activity

Author:
Kai This Class provides us the properties and the properties view

Constructor Summary
Properties()
           
 
Method Summary
 void onCreate(Bundle savedInstanceState)
          Called when the activity is first created.
 void onPause()
          Called when the activity will be Paused.
 void savePrefercense()
          This method save our properties with SharedPreferences
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Properties

public Properties()
Method Detail

onCreate

public void onCreate(Bundle savedInstanceState)
Called when the activity is first created.


onPause

public void onPause()
Called when the activity will be Paused.


savePrefercense

public void savePrefercense()
This method save our properties with SharedPreferences