I am trying give a name for a file that I am creating. I just want to know that what is the max file name length in Android ?
Is there a specification for a file na
In the specific case of resource names, like images, I've found that the max length is 100 characters, extension included. I've checked this in Android Studio 1.2 beta. I'm sure there must be something about this in the Android documentation.