question

ajaykhanna avatar image
ajaykhanna asked Jacob Abrams answered

How to implement multi tasking in clover?

want to run two apps on the same screen just like multi window in android
Clover Mini
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Jacob Abrams avatar image
Jacob Abrams answered

Recent clover devices such as Clover Station 2018 and Clover Mini (2nd gen) support split screen in the Android OS. It is activated by long-pressing on the app switcher button in the nav-bar. However most Clover apps such as register do not support split-screen and will refuse to run in that mode.

If you are developing your own Android apps for Clover you can set

android:resizeableActivity="true"

In your manifest for activities that you want to allow split screen. You can also launch apps with the FLAG_ACTIVITIY_LAUNCH_ADJACENT hint to get them into split-screen automatically.

See https://developer.android.com/guide/topics/ui/multi-window for more information.

None of this will work on older Clover devices of course such as original Clover Station, Mini, Mobile, Flex.

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community