Python Android Template

码农软件 · 软件分类 · 其他开发相关 · 2019-10-20 12:44:07

软件介绍

Python Android Template 是运行 Python 代码创建 Android 应用的 cookiecutter 模板。

快速入门:

  1. 安装 cookiecutter

    $ pip install cookiecutter
  2. 在 Python-Android template 运行 cookiecutter:

    $ cookiecutter https://github.com/pybee/Python-Android-template
  3. 下载 Python Android 支持包,提取出:

  • python


  • libs


项目目录示例:

android/
    app/
        myproject
            __init__.py
            main.py
    app_packages/
    libs/
        ...
    res/
        ...
    src/
        ...
    AndroidManifest.xml
    ant.properties
    build.xml
    custom_rules.xml
    local.properties
    LICENSE
    proguard-project.txt
    project.properties

本文地址:https://www.codercto.com/soft/d/17167.html

Learning jQuery

Learning jQuery

Jonathan Chaffer、Karl Swedberg / Packt Publishing / 2007-7-7 / GBP 24.99

jQuery is a powerful JavaScript library that can enhance your websites regardless of your background. In this book, creators of the popular jQuery learning resource, learningquery.com, share the......一起来看看 《Learning jQuery》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

MD5 加密
MD5 加密

MD5 加密工具