Hi,

We are developing a system with limited hardware configuration which runs on
Android Marshmallow. We have created a server and multiple client
applications using THRIFT in android. When we checked the installation
package of each application(both server and clients ), found that each of
them had thrift library .dex file. 

1.       Does this means that each of these applications has Thrift library
statically linked ? 

2.       Since each application has separate same .dex files in them,
wouldn't it incur unnecessary memory in Ram? 

3.       Is there any method to avail thrift library in android such that
all the application can use it like a shared library ? (For example in
windows we can create .dll that can be shared between applications.)

 

Thanks in advance.

 

Regards,

Shyam

Reply via email to