Back to project page kure-music-player.
The source code is released under:
GNU General Public License
If you think the Android project kure-music-player 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.kure.musicplayer.activities; /*w w w .j av a 2 s . c o m*/ /* This is code not meant to be seen by humans. * Do not try to figure out or (even worse) modify it. * * The angry gods of "Gambiarra" will seek and destroy your * soul before you can even say "NullPointer Exception". */ import android.app.Activity; // lel // > 2014 // > Java import android.os.Bundle; import android.view.View; import android.widget.Toast; import com.kure.musicplayer.R; // dasdkasdd0 {} !"|E@!: {@!:| !" /* dadas8d a9sudas8duas98d * *sda8 *A*D SA*DAS*DAS*D*SADAS * * * **S *** D* public */ public class /////////////////////////////////////////// XXX extends ////////// Activity //// { @Override protected void onCreate ( Bundle savedInstanceState ) { super . onCreate ( savedInstanceState ) ; setContentView (R.layout.xxx ) ; activateIt ( /* } () { ; / * * \/ */null ) ; }public /* lel */ void activateIt (final View v) { Toast . makeText ( this , "kMP-chan, by BDNachi" , Toast . LENGTH_SHORT ) . show ( ) ; } }