Very good tutorial. It's the easiest thing I've found. Thanks so much!
@AndroidCoding2 жыл бұрын
Thanks for compliment. You're welcome.
@TNVR693 жыл бұрын
i am looking to make an app that can save the progress, like when i stop the stopwatch i want to be able to save the data. any suggestion?
@aleksandarsmiljanic6803 Жыл бұрын
Isnt chronometer depriciated?
@WForWonder5 жыл бұрын
Thanks for ur video... But chronometer. Start(); is creating nullpoint reference... Saying its trying to attenpt to invoke virtual method on null object reference..... If u have any solution, plz inform.... Thankx in advance...
@AndroidCoding5 жыл бұрын
Welcome, i will answer later.
@hoxlabs40384 жыл бұрын
background music irritates too much while coding.
@AndroidCoding4 жыл бұрын
Mute the music.
@iniyant29034 жыл бұрын
@@AndroidCoding It will be better if u can explain your code instead of the background music.just a suggestion
@khanazulclaudiomirandareul47714 жыл бұрын
@@AndroidCoding Jajajajaja, correctamondo, good answer
@canererhadim37724 жыл бұрын
After 3 or 4 seconds, the screen flickers. what is the cause of this problem?
@1spotLive5 жыл бұрын
What is setImageDrawable I got error on this
@kadhambarib36714 жыл бұрын
Why the screen flickers? And it's not going inside the app.Pls try to solve this issue.And I try full coding on Android studio.
@AgenteCuatro3 жыл бұрын
could you fix it?
@indahsundari26354 жыл бұрын
My post delayed eror, what happen?
@sameerk129825 жыл бұрын
Thank you very much for the tutorial....
@AndroidCoding5 жыл бұрын
Welcome
@VitaliyDvorkin4 жыл бұрын
any workaround for the Handler() being deprecated?
@khanazulclaudiomirandareul47714 жыл бұрын
How come it is deprecated, I found that I imported teh wrong handler library
@hubertkaniewski5344 жыл бұрын
hmmm, to me, it says -error: no suitable method found for findViewById(Chronometer) - method Activity.findViewById(int) is not applicable (cannot infer type-variable(s) T#1 (argument mismatch; Chronometer cannot be converted to int)) what should i do? When i made public void find by id all app turns off whatever you do. Please give some advice, thanks in advance
@andrianharrykennethwong11154 жыл бұрын
try Chronometer chronometer = findViewById(R.id.chronometer); for me it's work
@hubertkaniewski5344 жыл бұрын
@@andrianharrykennethwong1115 ye it does now thankss
@aldenfarias48734 жыл бұрын
Thanks.
@AndroidCoding4 жыл бұрын
Welcome
@yairvishne16565 жыл бұрын
what is OL? when i write this its give me error
@riaanbotes55045 жыл бұрын
Your initialising your variable of type long to zero so it actualy says zero of type long
@youneshaddam16474 жыл бұрын
Hey, i would like to know if it works on Background ?
@yorbederycke24094 жыл бұрын
where is the code link ?
@kunalsingh32632 жыл бұрын
there is a glitch, its flickering....
@mdwasim84334 жыл бұрын
Thank you ... I followed all steps but i didnt get pause buttom please help
@AndroidCoding4 жыл бұрын
Welcome. Put this in else part of btStart on click. tBuff += tMilliSec; handler.removeCallbacks(runnable); chronometer.stop();
@Gamer.Thrust2 жыл бұрын
source code??
@AndroidCoding2 жыл бұрын
Join this channel membership to get access to source code perks: kzbin.info/door/UIF5MImktJLDWDKe5oTdJQjoin
@bubbletea87933 жыл бұрын
Hello if youre experiencing the timer flickering like me just remove this line: time.start(); (its under the if(!resume) {...} )
@isabellabarral50722 жыл бұрын
ty
@MrSynchoZ4 жыл бұрын
what is isResume and why doesnt my android studio recognize it ?
@sufi_234 жыл бұрын
One boolean variable, you have to write it at the first,