Back to project page Streamplay.
The source code is released under:
Copyright 2014 A-z-f
If you think the Android project Streamplay listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.example.streamplay.app; // w ww.j a va 2s. co m import android.app.Application; import android.util.Log; /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public class StreamplayApp extends Application { @Override public void onCreate() { Log.i("App", "App started"); } }