Submitted by Mi-K on Wednesday, September 14, 2011 - 7:55am
In this tutorial of the childElementCount property, we will see how to use it.
It is really easy.
This method returns the number of elements of a node.
Submitted by Mi-K on Wednesday, September 7, 2011 - 8:26am
CharSequence is a native Java Interface.
Its path in the package isandroid.content.Context.getText(resId)
The class Context extends Object.
We will see this with an Hello World! example.
Submitted by Mi-K on Sunday, September 4, 2011 - 8:20pm
Each Android application has one or more Activities.
Each Activity has a lifecycle.
Each screen we want to use as an interactive component is an Activity.
So this application component must extends the Activity class.