Jump to content
dkounal

A form in library inside an android application

Recommended Posts

It can be stupid but I decided to ask.

In an android application just a Delphi form and its dependencies add 30MB in the file .so of the application.

Is it possible to have it as an external library and being loaded when needed? Is that possible in android and how can be done?

Thank you in advance

Share this post


Link to post

I'm afraid that is not possible in mobile (iOS / Android) to have dynamic libraries.

The 30MB libProjectName probably contains all the basic system library, which is needed to make everything run,
you can tweak this a bit, but not that much.


Its not that every new form will add another 30MB, usually this is not big a problem.

 

 

Share this post


Link to post
On 7/11/2021 at 4:16 AM, dkounal said:

In an android application just a Delphi form and its dependencies add 30MB in the file .so of the application.

I'd be looking at what exactly is contained in that form - perhaps some graphics (in TImage etc) that may be larger than necessary?

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×