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.
Guaranteed properties of many database systems - This is an acronym for Atomicity, Consistency, Isolation, Durability.
0 Questions
In Duck Typing, an object's methods and properties determine its valid semantics rather than its membership in a particular class or its interface.
0 Questions
DBNull is a special value in The .Net framework indicating that the value is NULL in the database.
0 Questions
The onscroll is HTML DOM event occurs when an element's scrollbar is being scrolled.
0 Questions
CDF is an acronym for cumulative distribution function. While the pdf gives the probability density of each value of a random variable, the cdf (often denoted F(x)) gives the probability that the random variable will be less than or equal to a specified value.
0 Questions
This Maven 2 plugin wraps the JAXB 2.x XJC compiler and provides the capability to generate java sources from schemas.
0 Questions
On Android, there's more than one way to intercept the events from a user's interaction with your application. When considering events within your user interface, the approach is to capture the events from the specific View object that the user interacts with. The View class provides the means to do so.
Questions that regard doubt about any type of events action (listeners and handlers), should use this tag to express themselves.
0 Questions
The version of iOS (formerly iPhone OS) that was released by Apple on 7 Mar 2012. iOS 5.1 runs on iPhone 3GS (and newer), iPad 1 (and newer), iPod Touch 3rd generation (and newer).
0 Questions
An Android dialog that displays a date picker. Because it's an extension of the AlertDialog, it also supports buttons.
0 Questions
A simple gem that assists in creating flexible page objects for testing browser based applications. The goal is to facilitate creating abstraction layers in your tests to decouple the tests from the item they are testing and to provide a simple interface to the elements on a page. It works with both watir-webdriver and selenium-webdriver.
0 Questions
(Android) This exception is thrown by an inflater on error conditions.
0 Questions