- The Android Game Developer's Handbook
- Avisekhar Roy
- 143字
- 2021-07-14 10:28:59
Android Development Tool
Android Development Tool (ADT) is a plugin for the Eclipse IDE that is designed to give a powerful, integrated environment in which to build Android applications.
ADT extends the capabilities of Eclipse to let the developer quickly set up new Android projects, create an application UI, add packages based on the Android framework API, debug the applications using the Android SDK tools, and even export signed (or unsigned) .apk
files in order to distribute the application.
Developing in Eclipse with ADT is highly recommended, and is the fastest way to get started. With the guided project setup it provides, as well as tools integration, custom XML editors, and the debug output pane, ADT gives an incredible boost to developing Android applications.
However, ADT support for Eclipse is being pulled by Google, so developers are recommended to switch to Android Studio.
- Advanced Machine Learning with Python
- 程序設(shè)計(jì)與實(shí)踐(VB.NET)
- Java異步編程實(shí)戰(zhàn)
- 深入淺出Java虛擬機(jī):JVM原理與實(shí)戰(zhàn)
- Machine Learning with R Cookbook(Second Edition)
- Clojure for Domain:specific Languages
- Responsive Web Design with HTML5 and CSS3
- Python Geospatial Development(Second Edition)
- aelf區(qū)塊鏈應(yīng)用架構(gòu)指南
- 用戶體驗(yàn)增長(zhǎng):數(shù)字化·智能化·綠色化
- R大數(shù)據(jù)分析實(shí)用指南
- Windows Phone 7.5:Building Location-aware Applications
- 深入淺出React和Redux
- Scala for Machine Learning(Second Edition)
- GitHub入門(mén)與實(shí)踐