Tags
A tag is a keyword or label that categorizes your question with other, similar questions. Using the right tags makes it easier for others to find and answer your question.
Logcat is the command to view and filter information from the Android logging system, but more often the name is used as a synonym for the Android logging system itself.
0 Questions
The Google APIs Client Library for Java is a flexible, efficient, and powerful Java client library for accessing any HTTP-based API on the web, not just Google APIs.
0 Questions
Fluent interface is an API which allows method chaining to make code more readable.
0 Questions
System.Drawing is a namespace of the .NET framework. It provides access to GDI+ basic graphics functionality.
0 Questions
In functional programming, a fold, also known variously as reduction, accumulation, or catamorphism, is a type of higher-order function that recursively applies a transformation to a data structure, "collapsing" it to a summary value
0 Questions
An operation is case insensitive when uppercase and lowercase characters are equally treated.
0 Questions
on iOS , NSURLRequest objects represent a URL load request in a manner independent of protocol and URL scheme.
NSURLRequest encapsulates two basic data elements of a load request: the URL to load, and the policy to use when consulting the URL content cache made available by the implementation.
0 Questions
geo is the abbreviation for the term "geographic". It includes handling of geographic coordinates and vectors for display and calculation purpose.
0 Questions
Represents information about a specific culture including the names of the culture, the writing system, and the calendar used, as well as access to culture-specific objects that provide information for common operations, such as formatting dates and sorting strings.
0 Questions
android-cursor is an interface which provides random read-write access to the result set returned by a database query.
0 Questions