android.content.add()

Here are the examples of the java api android.content.add() taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

19 Source : ListViewAdapter.java
with GNU General Public License v3.0
from Alcatraz323

public void addItem(String item) {
    content.add(item);
}