Android Question How to get int max_value?

sotik

Member
Licensed User
Longtime User
hi guys,

I need to get the max value for int numbers.
With java i used Integer.MAX_VALUE...but it's possible something like that here?
 
Top