Slide 28
Slide 28 text
Method Arguments
• For static calls, generic constructors, and methods,
must pass arguments for successful calling
• Provide an argument pool and a method-argument
builder
• Primitive types: int, long, float, byte, boolean, etc.
• Common classes: String, Socket, Throwable, List,
URL, etc.
• Android-specific classes: content.Context, os.Parcel,
os.Bundle, os.IBinder, content.Intent,
PackageManager, etc.
28