android convert file of size > 1gb to byte array - Stack Overflow
I want convert the data to byte array. so that, i can send it over the network. For small file it is working. but for file of size>900 mb, am getting runtime exception. Here is my code. try { ... ... Don't read 1GB into memory on an Android device! Really...