Example usage for android.text TextWatcher interface-usage

List of usage examples for android.text TextWatcher interface-usage

Introduction

In this page you can find the example usage for android.text TextWatcher interface-usage.

Usage

From source file com.stfalcon.chatkit.messages.MessageInput.java

/**
 *  Component for input outcoming messages
 */
public class MessageInput extends RelativeLayout implements View.OnClickListener, TextWatcher {

    private EditText messageInput;

From source file eu.geopaparazzi.core.ui.dialogs.AddMetadataDialogFragment.java

/**
 * New project creation dialog.
 *
 * @author Andrea Antonello (www.hydrologis.com)
 */
public class AddMetadataDialogFragment extends DialogFragment implements TextWatcher {

From source file com.paic.zhifu.wallet.activity.modules.creditpayment.WeakRealNameSignUpApplyActivity.java

/**
 * User interface about step one of applying for weak name.
 * 
 * @author Ma Xin
 *
 */

From source file at.bitfire.davdroid.syncadapter.EnterCredentialsFragment.java

public class EnterCredentialsFragment extends Fragment implements TextWatcher {
    String protocol;

    TextView textHttpWarning;
    EditText editBaseURL, editUserName, editPassword;
    CheckBox checkboxPreemptive;

From source file net.w3blog.uniwifi3.activity.ContactActivity.java

public class ContactActivity extends Activity implements TextWatcher {
    private EditText txtEmail;
    private EditText txtTitle;
    private EditText txtMessage;
    private Button btnSend;

From source file com.example.health_connect.MySampleFragment5.java

public class MySampleFragment5 extends Fragment implements TextWatcher, OnItemClickListener {

    private static View mView;

    private static final int LIST_PIC_SCREEN = 0;
    private static final int VIEW_PIC_SCREEN = 1;

From source file at.bitfire.davdroid.mirakel.syncadapter.EnterCredentialsFragment.java

public class EnterCredentialsFragment extends Fragment implements TextWatcher {
    String protocol;

    TextView textHttpWarning;
    EditText editBaseURL, editUserName, editPassword;
    CheckBox checkboxPreemptive;

From source file com.renard.ocr.documents.viewing.single.DocumentTextFragment.java

public class DocumentTextFragment extends Fragment implements TextWatcher {

    private final static String LOG_TAG = DocumentTextFragment.class.getSimpleName();
    private final static String IS_STATE_SAVED = "is_state_saved";
    private EditText mEditText;
    private int mDocumentId;

From source file com.bodeme.easycloud.syncadapter.EnterCredentialsFragment.java

public class EnterCredentialsFragment extends Fragment implements TextWatcher {
    TextView textHttpWarning, textUrl;
    EditText editUserName, editPassword, editURL;
    Button btnNext;
    int typePosition;

From source file org.exfio.weavedroid.syncadapter.EnterCredentialsFragment.java

public class EnterCredentialsFragment extends Fragment implements TextWatcher {
    String protocol;

    TextView textHttpWarning, labelSyncKey;
    EditText editBaseURL, editUserName, editPassword, editSyncKey;
    Spinner spnrProtocol;