android - How to make it from vertical to horizontal view -
when activate start time see number being increased during time when change mobile landscape vertical horizontal , horizontal vertical. obstacle: when number displayed increased value , want change mobile landscape vertical horizontal view. when did itthe numbers go scratch. today, i'm newbie in android , source code below doesn't work make it. what part missing? -------------------------- class stopwatchactivity package com.jfdimarzio.stopwatch4; import android.os.handler; import android.support.v7.app.appcompatactivity; import android.os.bundle; import android.view.view; import android.widget.textview; public class stopwatchactivity extends appcompatactivity { private int seconds = 0; private boolean running; private boolean wasrunning; @override protected void oncreate(bundle savedinstancestate) { super.oncreate(savedinstancestate); setcontentview(r.layout.activity_stopwatch); if(savedinstancestate != nu...