GithubHelp home page GithubHelp logo

Comments (5)

arungowtham avatar arungowtham commented on July 1, 2024

Hi @gliechtenstein , Is this possible now ?

from documentation.

gliechtenstein avatar gliechtenstein commented on July 1, 2024

integration/extension on Android has been always possible from day 1. It's just that I didn't have time to write a documentation for it. If you look into the code you'll find that there's a pattern. Just follow the pattern and you'll be able to make it work.

Also refer to the documentation on how iOS part does it, it works very similar to how it works on the iOS side.

from documentation.

nalsaber avatar nalsaber commented on July 1, 2024

Hi @gliechtenstein, did you get a chance to write documentation for Android Integration?

from documentation.

nalsaber avatar nalsaber commented on July 1, 2024

I actually figured it out, this is how you do Android Integration. From your existing app, launch the JasonViewActivity intent with the JASON URL:

protected void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    Intent i = new Intent(this, JasonViewActivity.class);
    i.putExtra("url","https://...../network.json");
    startActivity(i);
}

from documentation.

gliechtenstein avatar gliechtenstein commented on July 1, 2024

Thanks, if you have time and would like to contribute to the documentation please feel free to send a PR https://github.com/Jasonette/documentation

I am sure people from the future would appreciate it. Thanks!

from documentation.

Related Issues (20)

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.