GithubHelp home page GithubHelp logo

shirrumon / questplayerandroid Goto Github PK

View Code? Open in Web Editor NEW

This project forked from l3ger0j/questopia

0.0 0.0 0.0 37.18 MB

Android fork port of Quest Soft Player

Home Page: http://qsp.su/

License: Apache License 2.0

C++ 2.12% C 77.39% Java 19.80% Makefile 0.07% AIDL 0.03% Kotlin 0.58%

questplayerandroid's Introduction

QuestPlayerAndroid

android-test android-build

QPA

Android application for launching text format games QSP.

Thanks

How to use the Plugin API

At the moment, the Plugin API is still in development! Therefore, in order for your plugin to work successfully with my application, you will need to contact me.

To get started, you will need to create an AIDL interface, be sure to place it on the path "org.qp.android.plugin". Next, you need to fill in this file with the following information:

interface yourInterfaceName {
    String versionPlugin();
    String titlePlugin();
    String authorPlugin();
}

Don't forget to return your AIDL interface with the Stub() parameter in the service class, in the onBind method, and initialize the values, and the framework of your plugin for the application is ready!

Disclaimer

This fork was made WhoYouAndM3. The original project (hereinafter QuestPlayer) with an no license does not bear any responsibility for this fork QuestPlayAndroid.

questplayerandroid's People

Contributors

mrboboface avatar vkremianskii avatar l3ger0j avatar kirillashikhmin avatar shirrumon avatar jineyne avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.