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

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

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

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 -