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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T13:51:53+00:00 2026-05-26T13:51:53+00:00

I have written a service To delete data from a table when data inputed

  • 0

I have written a service To delete data from a table when data inputed into it(tblTest) as given below

public class service_helper extends Service {
    private DatabaseAdapter dbAdapter;
     @Override
     public IBinder onBind(Intent arg0) {

           return null;

     }

     @Override

     public void onCreate() {

           super.onCreate();

           Toast.makeText(this,"Service created ...", Toast.LENGTH_LONG).show();
         dbAdapter = new DatabaseAdapter(this); 
         dbAdapter.open();


        String sqlTransaction = "Select test from tblTest where test > ?";
        dbAdapter = new DatabaseAdapter(this); dbAdapter.open();
         Cursor cursorTransaction = dbAdapter.ExecuteRawQuery(sqlTransaction, "-1");

         for (int i = 0; i < cursorTransaction.getCount(); i++) {

            String sql = "DELETE FROM tblTest WHERE test=" + i + " ";
            dbAdapter.ExecuteQuery(sql);    
         }



     }



     @Override

     public void onDestroy() {

           super.onDestroy();

           Toast.makeText(this, "Service destroyed ...", Toast.LENGTH_LONG).show();

     }

}

I have Started the service in the on create of main activity as given below

startService(new Intent(this, service_helper.class));

The problem is that I can’t do anything in my applicaion because of the service got stated.I cant navigate from my main form.Is it the Right way to implement Service ?

Will any one help me

  • 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-26T13:51:54+00:00Added an answer on May 26, 2026 at 1:51 pm

    I have written that deletion in a runnable thread and called in the service

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

Sidebar

Related Questions

I have written a Windows Service which listens for data from a third party
I have written a Windows service to collect information from all of our SQL
Here is my situation. I have written a WCF service which calls into one
I have written a very simple WCF service, that worked fine (code below), then
I have web service written that generates some data...can I call the web service
I have written a service that monitors a file drop location for files from
I have written some web service, I run it and see it from my
I have written this code which accesses the Delete method on Web Service x,
I have written a windows service, which monitors a database table for pending jobs
I have defined a web service that will return the data from my mysql

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.