Android Open Source - Bluetooth-Toggling-Tool Main Screen Activity






From Project

Back to project page Bluetooth-Toggling-Tool.

License

The source code is released under:

Apache License

If you think the Android project Bluetooth-Toggling-Tool 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

package com.example.bluetooth_app;
/*w w  w . java 2s .c om*/
import android.support.v4.app.Fragment;

public class MainScreenActivity extends SingleFragmentActivity {

    @Override
    protected Fragment createFragment() {
        return new MainScreenFragment();
    }

}




Java Source Code List

com.example.bluetooth_app.MainScreenActivity.java
com.example.bluetooth_app.MainScreenFragment.java
com.example.bluetooth_app.SingleFragmentActivity.java