Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8183579
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T01:12:19+00:00 2026-06-07T01:12:19+00:00

I have an Android application with 3 tabs at the top. The first tab

  • 0

I have an Android application with 3 tabs at the top.

The first tab is “Scan” which is supposed to show the camera so you can scan barcodes.

I’m currently using intents with the zxing library. The problem is the camera preview takes the whole screen.

I want to keep the tabs at the top, even on the camera preview screen.

Is it possible to do that with this setup? Or do I have to include the source code of zxing and modify stuff in there?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T01:12:21+00:00Added an answer on June 7, 2026 at 1:12 am

    This might be possible by using an ActivityGroup. It will allow you to host other Intents with your application.

    This article here seems to state that it is possible and links to a project using this approach.

    Code for future proof:

    TabHost tabHost = getTabHost();
    
    tabHost.addTab(tabHost.newTabSpec("tab1").setIndicator("Player").setContent(
            new Intent(this, PlayerActivity.class)));
    tabHost.addTab(tabHost.newTabSpec("tab2").setIndicator("Archive").setContent(
            new Intent(this, ArchiveGroup.class)));
    tabHost.addTab(tabHost.newTabSpec("tab3").setIndicator("Updates").setContent(
            new Intent(this, DownloadList.class)));
    

    …

    View view = getLocalActivityManager().startActivity("ArchiveActivity",
        new Intent(this, ArchiveActivity.class)
                .addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP)).getDecorView();
    setContentView(view);
    

    …

    String album = (String) getListView().getItemAtPosition(position);
    Intent intent = new Intent(getApplicationContext(), ArchiveAlbums.class);
    intent.putExtra("album", album);
    intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
    
    View view = ArchiveGroup.group.getLocalActivityManager()
                    .startActivity("ShowPodcasts", intent).getDecorView();
    ArchiveGroup.group.setContentView(view);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an Android application which is a tab layout and contains 3 tabs.
I have an android application that currently has 9 tabs. Whenever a new tab
I am developing an android application in which i have created five tabs and
Newbee to Android development. I am developing a application, which have three different tabs.
In my Android application I have three tabs in TabHost . Tab number 2
I have an Android application which has four tabs (I use a main TabActivity
Begginer to Android development. I am developing a application, which have three different tabs.
I have an Android application, backed by an API. To this API users can
I have an Android application with version 1.6 I take the wallpaper and show
I have an android application in which I have to execute some tasks at

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.