android - Putting uncompressed json file into resources? -


I have a json file uncompressed and I want to put it in resources. Should I compress it, or when I make APK it should be compressed?

This will be compressed APK, so you do not need to compress it yourself

Comments

Popular posts from this blog

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -

jasper reports - How to center align barcode using jasperreports and barcode4j -

django - CommandError: You must set settings.ALLOWED_HOSTS if DEBUG is False -