Answers for "is it possible to make python backend in an application for android"

2

how to use python as backend in android

//you can use Chaquopy
//for more information you can see the documention of chaquopy.

buildscript {
    repositories {
        ...
        maven { url "https://chaquo.com/maven" }
    }
    dependencies {
        ...
        classpath "com.chaquo.python:gradle:9.1.0"
    }
}
Posted by: Guest on May-16-2021

Code answers related to "is it possible to make python backend in an application for android"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language