public void OKclick(View view) {

    WorkWithDb.getWorkWithDb(getApplicationContext());
    //        SendIp sendIp = new SendIp();
    //        sendIp.start();

    Intent intent = new Intent(getApplicationContext(), MainScreen_4.class);
    startActivity(intent);
  }
  @Override
  protected void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    setContentView(R.layout.enter_your_name_screen_2);

    ColorDrawable colorDrawable = new ColorDrawable(Color.parseColor("#127e83"));
    getSupportActionBar().setBackgroundDrawable(colorDrawable);
    WorkWithDb.getWorkWithDb(getApplicationContext());
  }