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

  • Home
  • SEARCH
  • 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 6329751
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T17:44:07+00:00 2026-05-24T17:44:07+00:00

I am doing a helpdesk application on android. I want to implement a notification

  • 0

I am doing a helpdesk application on android. I want to implement a notification for unread tickets(customer suggestions or complaints). In iPhone version of this app, even if the app is not open a counter for unread tickets on the app icon itself, is it possible in android. If it so please help me to implement like iPhone otherwise help me to implement normal android notification for unread tickets.

Thanks

  • 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-05-24T17:44:07+00:00Added an answer on May 24, 2026 at 5:44 pm

    call this method

    private void triggerNotification(String s) {
        CharSequence title = "Hello";
        CharSequence message = s;
        NotificationManager notificationManager;
        notificationManager = (NotificationManager) context
                .getSystemService("notification");
        Notification notification;
        notification = new Notification(
                com.yourPackage.R.drawable.notification, "Notifiy.. ",
                System.currentTimeMillis());
        PendingIntent pendingIntent = PendingIntent.getActivity(context, 0,
            null, 0);
        notification.setLatestEventInfo(context, title, message, pendingIntent);
        notificationManager.notify(1010, notification);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Doing some SOAP calls to a 3rd party application. They provide this soap header
Doing Android development on a Mac and this very new phone I have doesn't
Doing my first SL4 MVVM RIA based application and i ran into the following
When doing TDD , how to tell that's enough tests for this class /
All I'm after doing is this: SELECT CallTypeID, Count(CallTypeID) as NumberOfCalls FROM [Helpdesk_HR].[dbo].[CallHeader] WHERE
Doing this: float x = arc4random() % 100; returns a decent result of a
Doing a top shows this top - 22:04:27 up 7:47, 3 users, load average:
Doing some 3D stuff in wpf- want to use a simpler test to see
Doing some refactoring in some legacy code I've found in a project. This is
Doing this in a console program: object x = new string(new char[0]); If one

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.