Posts by Jamile9797 • 9 points
2 posts
-
0
votes1
answer41
viewsQ: How to pause a Notification progress?
There is a Progressbar in my notification that works like this: new Thread( new Runnable() { @Override public void run() { int incr; // Do the "lengthy" operation 20 times for (incr = 0; incr <=…
-
-1
votes2
answers280
viewsQ: Check the diagonal of a specific index
I wanted to know how to check the diagonal of a particular index, for example, put 1 in all the numbers of the diagonals of row 2, column 2 0 1 0 1 0 0 1 0 0 1 0 1 1 0 0 0…