0

I want to create an app that allowd me to manage a lot of number digits, what's your recomendation?

App whit a lot of numbers

20th Jun 2020, 11:07 PM
Andrew 29
3 Antworten
+ 1
Can you be more specific, what you want to achieve? Want to create an app, you have to learn Java or Kotlin first. Then you can use Android Studio or Flutter. You are all set, now code. I am not sure what you want to do with a lot of numbers.
20th Jun 2020, 11:46 PM
Blue!!
Blue!! - avatar
0
Thanks, wat i trie to achive is to make an app to be more certaint whit infinit numbers
20th Jun 2020, 11:58 PM
Andrew 29
0
Okay, Java can hold upto 9,223,372,036,854,775,807. You can check by: System.out.println(Long.MAX_VALUE); But if you want infinite number that's not possible. There might be other way but I haven't thought of it yet. That's why data structures and algorithms are created for, to deal to large number of data.
21st Jun 2020, 12:06 AM
Blue!!
Blue!! - avatar