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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T03:39:13+00:00 2026-06-07T03:39:13+00:00

I have my simple notepad application. It display input text and save button when

  • 0

I have my simple notepad application.
It display input text and save button when launching. Everything works fine.

Now I want to keep all app logic, but use “second icon” to launch my app with other initial view (I want to set up numbers only filter on input text).

In other words:

  • first icon runs general notepad app, user can input everything he wants
  • second icon runs notpad that accepts only numbers.

Is there any method to create second icon/widget w/e to inform app that it should run in other way?

  • 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-07T03:39:13+00:00Added an answer on June 7, 2026 at 3:39 am

    Add another activity to your application,

    also add that activyty to AndroidManidest with

    different Icon and with intent-filter
    as action=main and catagory=LAUNCHER

    Just see:

    <application
            android:label="@string/app_name" >
            <activity
                android:icon="@drawable/ICON1"
                                        ^^^^^^
                android:name=".FirstActivity"
                               ^^^^^^
                android:label="@string/app_name" >
                <intent-filter>
                    <action android:name="android.intent.action.MAIN" />
                    <category android:name="android.intent.category.LAUNCHER" />
                </intent-filter>
            </activity>
    
            <activity
                android:icon="@drawable/ICON222"
                                        ^^^^^^^^
                android:name=".SecondActivity"
                               ^^^^^^
                android:label="@string/app_name" >
                <intent-filter>
                    <action android:name="android.intent.action.MAIN" />
                    <category android:name="android.intent.category.LAUNCHER" />
                </intent-filter>
            </activity>
        </application>
    

    Also add another XML for only Number Type Input If needed.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a simple notepad and a to do list. I want to do
I have an application that launches Notepad. What I want to do is minimize
I have a application that has a text field, something like a sample notepad
I have simple form. <form target=_blank action=somescript.php method=Post id=simpleForm> <input type=hidden name=url value=http://...> <input
Sample HTML Data <body style=width:300px;> <h3>Long-Text</h3> A simple tool to store and display texts
Beginner question. I'm making a simple Gtk notepad in C# and MonoDevelop and everything
Actually I'm working on very simple FTP server. Now I have problem with sending
Even a simple Notepad application in C# consumes megabytes of RAM as seen in
I have a good working experience with C# but now I want to develop
I have problem with defining layout in my application. I have followed notepad tutorial

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.