Android Open Source - ECU-Obd-Elm327-Bluetooth Prefs






From Project

Back to project page ECU-Obd-Elm327-Bluetooth.

License

The source code is released under:

GNU General Public License

If you think the Android project ECU-Obd-Elm327-Bluetooth listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Java Source Code

/*
T?RKAY B?L?YOR turkaybiliyor@hotmail.com
 *//*from  w ww  .  j  a v a 2s  .c o  m*/
package com.obdelm327;
import android.os.Bundle;
import android.preference.PreferenceActivity;
public class Prefs extends PreferenceActivity {    
  @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState); 
        addPreferencesFromResource(R.xml.preference);         
    }   
}




Java Source Code List

com.obdelm327.BluetoothService.java
com.obdelm327.DeviceListActivity.java
com.obdelm327.GaugeRpm.java
com.obdelm327.GaugeSpeed.java
com.obdelm327.OBDActivity.java
com.obdelm327.Prefs.java