List of usage examples for android.view View.OnClickListener interface-usage
From source file com.appsimobile.appsii.module.home.YahooLocationChooserDialogFragment.java
/** * Dialog fragment that pops up when touching the preference. */ public class YahooLocationChooserDialogFragment extends DialogFragment implements TextWatcher, Handler.Callback, LoaderManager.LoaderCallbacks<CircularArray<YahooWeatherApiClient.LocationSearchResult>>, View.OnClickListener {
From source file com.firesoft.member.Activity.F9_SettingActivity.java
public class F9_SettingActivity extends BaseActivity implements BusinessResponse, View.OnClickListener { private TextView mTitle; private ImageView mBack; private Button mLogout; private SharedPreferences mShared; private SharedPreferences.Editor mEditor;
From source file bizapps.com.healthforusPatient.activity.RegisterActivity.java
public class RegisterActivity extends AppCompatActivity implements View.OnClickListener { public String mGender = "male", status; public static String imageUrls; private String userChoosenTask; private int REQUEST_CAMERA = 0, SELECT_FILE = 1;
From source file com.hackensack.umc.activity.ProfileActivity.java
public class ProfileActivity extends BaseActivity implements View.OnClickListener { private static final int REQUEST_IMAGE_CAPTURE = 1; private static final int RESULT_GALLERY = 0; private static final int IMAGE_VIEW_1 = 10; private static boolean isDialogAlertShown; private ImageView mImageView;
From source file com.adarshahd.indianrailinfo.donate.PNRStat.java
/** * Created by ahd on 5/27/13. */ public class PNRStat extends SherlockActivity implements View.OnClickListener { private static final String ENQUIRY_PAGE = "http://www.indianrail.gov.in/cgi_bin/inet_pnrstat_cgi.cgi"; private static final String ENQUIRY_INPUT = "lccp_pnrno1";
From source file com.example.sergey.currentweather.ui.fragment.MainFragment.java
public class MainFragment extends Fragment implements SwipeRefreshLayout.OnRefreshListener, View.OnClickListener, CityListAdapterClickListener { final String CITY_TEMP_URL = "http://api.openweathermap.org/data/2.5/weather?q="; final String API_KEY = "&appid=9b4c3bc3f65172d10f361ec0e1e1f2e4"; final String METRIC = "&units=metric";
From source file bottombar.BottomBar.java
public class BottomBar extends LinearLayout implements View.OnClickListener, View.OnLongClickListener { private static final String STATE_CURRENT_SELECTED_TAB = "STATE_CURRENT_SELECTED_TAB"; private static final float DEFAULT_INACTIVE_SHIFTING_TAB_ALPHA = 0.6f; private BatchTabPropertyApplier batchPropertyApplier;
From source file bookapp.myapplication.LoginPage.java
/**
* Android Google+ Quickstart activity.
*
* Demonstrates Google+ Sign-In and usage of the Google+ APIs to retrieve a
* users profile information.
*/
From source file com.hackensack.umc.activity.ProfileSelfieManualCropActivity.java
public class ProfileSelfieManualCropActivity extends BaseActivity implements View.OnClickListener, ProfileInsuranceInfoFragment.OnFragmentInteractionListener, ProfileIdInfoFragment.OnFragmentInteractionListener { private static final String TAG = "ProfileSelfieActivity"; private ImageView imgSelfie;
From source file com.mobantica.DriverItRide.activities.ActivityLogin.java
/** * Created by Admin on 1/25/2017. */ public class ActivityLogin extends AppCompatActivity implements View.OnClickListener, GoogleApiClient.ConnectionCallbacks, GoogleApiClient.OnConnectionFailedListener, LocationListener, CompoundButton.OnCheckedChangeListener {