01.11.2014 Views

The AndroidManifest.xml File - 안드로이드 기술 커뮤니티 : Korea ...

The AndroidManifest.xml File - 안드로이드 기술 커뮤니티 : Korea ...

The AndroidManifest.xml File - 안드로이드 기술 커뮤니티 : Korea ...

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Parcel : Primitives<br />

<strong>The</strong> most basic data functions are for writing and reading primitive data types:<br />

writeByte(byte), readByte(),<br />

writeDouble(double), readDouble(),<br />

writeFloat(float), readFloat(),<br />

writeInt(int), readInt(),<br />

writeLong(long), readLong(),<br />

writeString(String), readString().<br />

Most other data operations are built on top of these. <strong>The</strong> given data is written and read using<br />

the endianess of the host CPU.<br />

<strong>Korea</strong> Android Community- www.kandroid.org<br />

23

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!