`
kula
  • 浏览: 58751 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论
  • highill: 在baidu上看了 HTML5与FLASH的斗争和前景分析.d ...
    html5和flash
  • interjc: 问题是html5的标准如何才能完全同意,不要到时候搞得群雄割据 ...
    html5和flash
  • evanmeng: 谷歌地图上早就可以利用点评网的数据显示某地周围的餐饮信息。但我 ...
    openapi 简介

android basic concept

    博客分类:
  • soft
阅读更多
Project Name:
    This is the Eclipse Project name — the name of the directory that will contain the project files.

Application Name:
    This is the human-readable title for your application — the name that will appear on the Android device.

Package Name:
    This is the package namespace (following the same rules as for packages in the Java programming language) that you want all your source code to reside under. This also sets the package name under which the stub Activity will be generated.
Your package name must be unique across all packages installed on the Android system; for this reason, it's very important to use a standard domain-style package for your applications. The example above uses the "com.example" namespace, which is a namespace reserved for example documentation — when you develop your own applications, you should use a namespace that's appropriate to your organization or entity.

Create Activity:
    This is the name for the class stub that will be generated by the plugin. This will be a subclass of Android's Activity class. An Activity is simply a class that can run and do work. It can create a UI if it chooses, but it doesn't need to. As the checkbox suggests, this is optional, but an Activity is almost always used as the basis for an application.

Min SDK Version:
    This value specifies the minimum API Level required by your application. If the API Level entered here matches the API Level provided by one of the available targets, then that Build Target will be automatically selected (in this case, entering "2" as the API Level will select the Android 1.1 target). With each new version of the Android system image and Android SDK, there have likely been additions or changes made to the APIs. When this occurs, a new API Level is assigned to the system image to regulate which applications are allowed to be run. If an application requires an API Level that is higher than the level supported by the device, then the application will not be installed.
分享到:
评论

相关推荐

    Mastering Android Game Development with Unity

    You will begin with the basic concepts of Android game development, a brief history of Android games, the building blocks of Android games in Unity 5, and the basic flow of games. You will configure ...

    Android代码-poly-sample-android

    samples are very basic and only meant as a proof of concept, so they won't work with all assets. See the notes under each sample below for information about what kinds of assets each sample can

    Beginning Android 4

    #### 一、核心概念(Part I: Core Concept) - **第1章:大局观(The Big Picture)** - **主要内容**:本章将为读者描绘Android平台的整体架构和发展历程,包括Android的历史背景、版本迭代、市场定位及目标用户等...

    HTML5 GAMES Creating Fun with HTML5 CSS3 and WebGL 英文PDF

    This chapter introduces the concept of using Web Workers to offload computational tasks and improve the game’s performance. Key topics include: - **Working with Web Workers**: Explained as a method ...

Global site tag (gtag.js) - Google Analytics