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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T23:34:13+00:00 2026-05-19T23:34:13+00:00

After completion of some work in Middleware C library, Need to show few notifications

  • 0

After completion of some work in Middleware C library, Need to show few notifications to Notification bar. Please suggest if any work around to show the notifications.This C library doesnt have GUI part of it.

  • 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-19T23:34:14+00:00Added an answer on May 19, 2026 at 11:34 pm

    As Nitrex said, you would need to call the method in your Java class via JNI:

    In C:

    void
    Java_com_example_hellojni_HelloJni_doSomeInterestingJob( JNIEnv* env,
                                                             jobject thiz )
    {
        jclass cls = (*env)->GetObjectClass(env, thiz);
        jmethodID mid = (*env)->GetMethodID(env, cls, "callback", "()V");
        if (mid == 0)
            return;
        (*env)->CallVoidMethod(env, thiz, mid);
    }
    

    In your “HelloJni” (pls. find a better name ;-)) class, you can then call:

    public void callback() {
        Log.d(TAG, "...");
        // Start notifications now.
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Any one please tell me how can i get an event after completion of
With ANTLR, I get some java class files after compilation. And I need to
After some work, I managed to get HipHop up and running on my server.
I need to compare some Rails (2.3.11) model attribute values before and after a
Hi I have a Sticky form that after successful completion I want to clear
In flex component life cycle, after we make some change in a components property,
Are there any jQuery 1.3 animation-transitions that work in both Firefox 3 and IE7?
I'm trying to do some simple FTP stuff in Android. After researching a little
I need to clear some points regarding synchronization at block level. suppose following synchronization
After completing an assignment to create Pascal's triangle using an iterative function, I have

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.