Page 1 of 1

Two level applications for android

Posted: November 7th, 2018, 5:22 am
by leulae
Dear All,

Is it possible to create two level applications for android?

Found past link to discourage ...

http://www.csprousers.org/forum/viewtopic.php?t=1634


Thank you

Leulae

Re: Two level applications for android

Posted: November 7th, 2018, 4:14 pm
by aaronw
You technically can write two-level applications on Android. However, we discourage it and it's mostly undocumented.

Re: Two level applications for android

Posted: November 8th, 2018, 3:50 am
by leulae
aaronw wrote:You technically can write two-level applications on Android. However, we discourage it and it's mostly undocumented.
Thank you very much for your reply,

kindly , Let me allow raise these questions

If I create multi-level application for android and windows, would it be an issue to generate tables and work with cspro databases and text databases.

Further if possible could you explain some interesting points to get to know why you discourage two level or multi level applications please?


Thank you again

Leulae

Re: Two level applications for android

Posted: November 9th, 2018, 9:36 am
by aaronw
Yes, you will be able to generate tables and work with DAT and CSDB files.

The reason we discourage two-level applications is that they're unintuitive (work differently than single-level applications), undocumented, and we don't actively support them. There are organizations that use them, but they have been using them for many years. If you decide to make a single application with two-level applications you'll spend a great deal of your time debugging and trying to understand the behavior. I believe your time would be better spent designing your application to be single level.

Re: Two level applications for android

Posted: November 9th, 2018, 6:27 pm
by leulae
Thank you for your comments and kindness

Leulae