Posted on Leave a comment

google app index

Android Debug Bridge ADB

$ ID="foo"
$ adb shell am start -a android.intent.action.VIEW \ -d "https://events.google.com/io2016/schedule?sid=$ID" \ com.google.samples.apps.iosched

Activity

@Override
protected void onCreate(Bundle savedInstanceStates) {
  mClient = new GoogleApiClient.Builder(this).addApi(AppIndex.API).build();
}

public void onStart() {
  String url = "https://events.google.com/io2016/schedule?sid=" + sessionId;
  Action action = Action.newAction(Action.TYPE_VIEW, title, url);
  AppIndex.AppIndexApi.start(mClient, action);
}

Activity. User came from Google

//referrer string for Intents from Google Search in a browser
static final String Google_web_referrer = "https://www.google.com";
//referrer string for Intents from the Google app
static final String Google_app_referrer = "android-app://com.google.android.googlequicksearchbox/https/www.google.com";

public void onStart() {
  String referrer = this.getReferrer().toString();
  if (Google_web_referrer.equals(referrer) || Google_app_referrer.equals(referrer)) {
    // user came from google
  }
}
Posted on Leave a comment

Phrase

to do

To do someone a favour (Оказать кому-то услугу)

To do the cooking (Готовить)

To do the housework (Выполнять работу по дому)

To do the shopping (Делать покупки)

To do the washing up (Мыть посуду)

To do your best (Постараться)

To do your hair (Причесаться)

Continue reading Phrase

Posted on Leave a comment

Character

“Character is the ability to carry out a good resolution long after the excitement of the moment has passed.” Cavett Robert
«Характер — это способность держаться данного обещания еще долго после того момента воодушевления, когда оно было дано». Каветт Роберт