GithubHelp home page GithubHelp logo

blockchaindevs / blockchaindevs-mobile-app Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 20.31 MB

License: GNU General Public License v3.0

Makefile 3.40% GLSL 0.16% Java 0.76% Python 92.43% Batchfile 3.25%

blockchaindevs-mobile-app's People

Contributors

1bitphoenix avatar abhishek1605 avatar akshayaurora avatar amanchouhan192 avatar ayush3298 avatar curiouslearner avatar darthgera123 avatar dependabot[bot] avatar dhuadaar avatar gaurav-b98 avatar hastagab avatar juggernaut451 avatar karx avatar kiok46 avatar manojpandey avatar omi10859 avatar prodyte avatar puranjay25 avatar pythongiant avatar rahulkumaran avatar santumahapatra avatar sjha2048 avatar stalwart201 avatar subtleskills avatar t1war1 avatar tm9k1 avatar warlord77 avatar xacrolyte avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

blockchaindevs-mobile-app's Issues

data argument

first this repository is very useful thank you very much
I'm interesting in the share function

def do_share(data, title):

    if platform != 'android':

        return

    sendIntent = Intent()

    sendIntent.setAction(Intent.ACTION_SEND)

    sendIntent.setType("text/plain")

    sendIntent.putExtra(Intent.EXTRA_TEXT, JS(data))

    it = Intent.createChooser(

        sendIntent, cast('java.lang.CharSequence', JS(title)))

    currentActivity.startActivity(it)

and I want to knew what's the argument should I provide to call this function
thanks

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.