Posts by S0nkit3 • 57 points
5 posts
-
0
votes1
answer640
viewsQ: modify notification icon
Can someone explain to me why my notification icon is small and the notification when it "arrives" does not vibrate or make any sound? Thank you. import android.app.Notification; import…
-
0
votes2
answers387
viewsQ: How to calculate two sums with only one button?
I wonder how I can calculate with only one button two different sums, as I did the example in the image. I have the code this way, but only with 2 numbers. How do I make another calculation…
-
2
votes1
answer56
viewsQ: Shared Preferences Android Stidop
I had to watch a tuturial on youtube and copied this code to save and delete entered values, my doubt is that always appears that "0" as below and I would like to know how I can takeit without…
-
0
votes1
answer318
viewsQ: Calculator Androistudio
Good night I am creating an application using 5 "boxes" (EditText) where he could multiply the boxes he wanted. Example: value1 * value2= resu.... value1*value2*value3=resu.... value1*value2*va…
-
3
votes2
answers2465
viewsQ: 2 decimal places using double
I am learning to program, I am making an application with 3 edittext (where I insert the numbers I want to calculate) and a textview to present the result. I would like to know how to calculate 2…