Posts by Dennis Wadson • 21 points
2 posts
-
1
votes3
answers443
viewsQ: Get Integer value in final . 00 and float value in . 01 to 0.9
I have this code below that is a calculator, but I have a problem: I wanted to return a value float when dividing 5 / 2 = 2.5 and returning an integer value when dividing 4 / 2 = 2 and not 2.0! Can…
-
0
votes2
answers1039
viewsQ: How to force the Landscape/Landscape position?
How to force the Paiage/Landscape position on my Activity forever active and lock the Portrait/Portrait position. I want my app to already start in landscape position and can’t turn to portrait…