Erkan Kaplan
Erkan Kaplan
You can use this class here; http://paste.ubuntu.com/25592717/ and SET on Click like that (i set blur effect on main LinearLayout) ``` private LinearLayout root_LL; private SetBlurEffekt setBlurEffekt; .............. ................. root_LL...
add this libray into your project; https://mvnrepository.com/artifact/org.swinglabs/pdf-renderer/1.0.5
Hello Crosp, i have a broadcast service for countdown in my app and show the results in a TEXTVIEW. If my user kill the app, timer run always until timer...
https://i.imgur.com/TFQGXCq.png
Crosp, how can i change your lib or how can i set a SETTEXT on the timer value? If you can say me, may be i can set the the...
super thanks ..:-) =========== int count = 300; circleTimeView.setCurrentTime(300); CountDownTimer timer; timer = new CountDownTimer(60000, 1000) { // Update value for 1min, every 1 sec @Override public void onTick(long millisUntilFinished)...