Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-86048

Be able to have multiple activities running within the same process (on Android)

XMLWordPrintable

    • Multiple activities in same Android process
    • Android
    • 2020wk42, 2020wk44, 2021wk04, 2021wk06, 2021wk08PO2

      Be able to have multiple activities running within the same process. It's not uncommon to have an application that has two activities, i.e. two components of an application. In one use case, having a chart app that is capable of showing a split screen is one such use case, where you can see two views but the application underneath isn't different.

      Related: http://developer.android.com/guide/publishing/app-signing.html

      Application modularity – The Android system allows applications that are signed by the same certificate to run in the same process, if the applications so requests, so that the system treats them as a single application. In this way you can deploy your application in modules, and users can update each of the modules independently if needed.

        1. customactivity_edit.zip
          300 kB
          Assam Boudjelthia
        2. customactivity-with-two.zip
          19 kB
          Ville Voutilainen
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            qtandroidteam Qt Android Team
            andysh Andy Shaw
            Bruno Vunderl Bruno Vunderl
            Rami Potinkara Rami Potinkara
            Votes:
            2 Vote for this issue
            Watchers:
            13 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes