Back to project page MiraSlide.
The source code is released under:
Apache License
If you think the Android project MiraSlide 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 fr.cmoatoto.miraslide; /*from w w w .ja va2 s . c o m*/ import cx.hell.android.pdfviewpro.APVApplication; /** * This is the Application class. It does nothing but extends APVApplication and has its own name... * * @author CmoaToto * */ public class MiraSlideApplication extends APVApplication { }