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 8434901
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T06:47:04+00:00 2026-06-10T06:47:04+00:00

I have splitted my application into several packages . Some of my classes which

  • 0

I have splitted my application into several packages. Some of my classes which extends Activity is located under com.tmt.app and another Activity is in the package Dialogs. Both packages is located under the src folder, I noticed that in my Manifest file I specify the package name like this:

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.tmt.app"
android:versionCode="1"
android:versionName="1.0" >

which indicates that this manifest is relevant for the package com.tmt.app The relevant class is defined like this:

<activity
        android:name=".PasswordDialog"
        android:theme="@style/AboutTheme"
        android:screenOrientation="portrait" >
    </activity>

Which indicates that the class PasswordDialog is in the package com.tmt.app

How can I specify that this class is located under the package Dialogs ?

Thanks in advance!

  • 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-10T06:47:06+00:00Added an answer on June 10, 2026 at 6:47 am

    Say you have two packages, like com.one and com.two. Your manifest looks like:

    <manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.two"
    android:versionCode="1"
    android:versionName="1.0" >
    
    .......
    
    <activity
            android:name="com.one.a"
            android:theme="@style/AboutTheme"
            android:screenOrientation="portrait" >
        </activity>
    
    <activity
            android:name=".b"
            android:theme="@style/AboutTheme"
            android:screenOrientation="portrait" >
        </activity>
    

    You will need to use the fully qualified name to reference an Activity from outside the package.

    OR

    If the second package is a subpackage like com.one and com.one.two, you’ll use:

    <manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.one"
    android:versionCode="1"
    android:versionName="1.0" >
    
    .......
    
    <activity
            android:name=".two.a"
            android:theme="@style/AboutTheme"
            android:screenOrientation="portrait" >
        </activity>
    
    <activity
            android:name=".b"
            android:theme="@style/AboutTheme"
            android:screenOrientation="portrait" >
        </activity>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an NSString which is splitted into set of characters. I need to
I have some web application for placement on external sites. This application is a
I have a TCP socket application where I have to read several types of
I have a table with values in one column which have to be splitted
We have some js code splitted in many files. We have a core file
I have some keywords in one string splitted with . I have also table
I have an item X that when clicked will be splitted into 1 or
I have a text file containing some records. Each record is splitted in 4
For some time now, a few people who have been using my application has
For now, i have a table called members, which contains stuff, which is splitted

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.