Новые книги

Master Android from first principles and begin the journey toward your own successful Android applications!

Dear Reader,

First, welcome to the world of Android! We’re entering a new era of mobile application development, one marked by open platforms and open source, to take ‘walled gardens’ and make them green houses for any and all to participate in. Android is relatively easy for developers, and I believe that this innovation will help generate a large ecosystem of developers and consumers within a very short time. This means that budding developers such as yourself will have many opportunities to design and build your own applications and you’ll have a huge and hungry customer base.

Second, welcome to the book! Its purpose is to start you on your way with building Android applications, and to help you master the learning curve. Android is already a rich framework, comparable in many ways to the richness Android of desktop Java environments. This means that there is a lot of cool stuff for you to pick up along your journey in order to create the slickest, most useful apps Android you can imagine.

The source code for the code samples in this book is all available from the Apress site, so you can stay as hands-on and practical as you like while I introduce you to the core of Android, and invite you to experiment with the various classes and APIs we’ll be looking at. By the time you’ve finished this book, you’ll be creating your own Android applications and asking yourself what your next great application will be…!

Enjoy!

Mark Murphy
• Details the Eclipse Integrated Development Environment (IDE) essential to streamlining your embedded development process

• Overview of the latest C/C++ Development toolkit

• Includes case studies of eclipse use including Monta Vista, LynuxWorks, and WindRiver

VARIANT

Учебник РНР
Назад Вперёд

VARIANT

(unknown)

VARIANT - класс VARIANT.

Синопсис

$vVar = new VARIANT($var)

Описание

Простой контейнер для вставки переменных в VARIANT-структуры.

Методы

string VARIANT::VARIANT ([mixed value [, int type [, int codepage]]])

Конструктор класса VARIANT. Параметры:

value

начальное значение. Если отсутствует, создаётся объект VT_EMPTY.

type

специфицирует тип содержимого VARIANT-объекта. Возможные значения: VT_UI1, VT_UI2, VT_UI4, VT_I1, VT_I2, VT_I4, VT_R4, VT_R8, VT_INT, VT_UINT, VT_BOOL, VT_ERROR, VT_CY, VT_DATE, VT_BSTR, VT_DECIMAL, VT_UNKNOWN, VT_DISPATCH и VT_VARIANT. Эти значения взаимоисключающи, но могут комбинироваться с VT_BYREF для специфицирования как значение. Если отсутствует, используется тип из value. Дополнительно см. библиотеку msdn.

codepage

специфицирует кодовую страницу, которая используется для конвертации php-строк в unicode-строки, и обратно. Возможные значения: CP_ACP, CP_MACCP, CP_OEMCP, CP_SYMBOL, CP_THREAD_ACP, CP_UTF7 и CP_UTF8.


Назад Оглавление Вперёд
COMВверх com_addref