- 授权协议: MIT
- 开发语言: Java
- 操作系统: Android
- 软件首页: https://github.com/pybee/Python-Android-template
- 官方下载: https://github.com/pybee/Python-Android-template
软件介绍
Python Android Template 是运行 Python 代码创建 Android 应用的 cookiecutter 模板。
快速入门:
安装 cookiecutter:
$ pip install cookiecutter
在 Python-Android template 运行 cookiecutter:
$ cookiecutter https://github.com/pybee/Python-Android-template
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
Android开发艺术探索
任玉刚 / 电子工业出版社 / 2015-9-1 / CNY 79.00
《Android开发艺术探索》是一本Android进阶类书籍,采用理论、源码和实践相结合的方式来阐述高水准的Android应用开发要点。《Android开发艺术探索》从三个方面来组织内容。第一,介绍Android开发者不容易掌握的一些知识点;第二,结合Android源代码和应用层开发过程,融会贯通,介绍一些比较深入的知识点;第三,介绍一些核心技术和Android的性能优化思想。 《Andro......一起来看看 《Android开发艺术探索》 这本书的介绍吧!
