android localization: Is it a good practice to have only needed resource to put in localized folder?

Posted by MobileDev123 on Stack Overflow See other posts from Stack Overflow or by MobileDev123
Published on 2010-12-28T06:31:15Z Indexed on 2010/12/28 6:53 UTC
Read the original article Hit count: 173

Hi,

My application has 4 languages in it. However only one module needs to be localized out of 5,

This module has 4 layout files and some images, remaining files can be there in default layout folder and drawable folders.

My question is : is it good practice to put only needed files in localization folders, if I leave other files in its respective folders and don't copy them in translation folders, does my application throw NullPointerException when my application runs in other language?

and

Does android market have any size limit? (Also being a BB developer,AFAIK they do not allow OTA, if the application size grows more than 3 mb) [In case i need to copy the layout and image files].

Note about NullPointerException : it throws in string if you omit some string in localization and application runs in that particular locale.

Thanks

© Stack Overflow or respective owner

Related posts about android

Related posts about localization