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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T16:01:08+00:00 2026-05-27T16:01:08+00:00

I have a page in my app where I need to take Accelerometer readings.

  • 0

I have a page in my app where I need to take Accelerometer readings. So, I have a variable acc of type Accelerometer which is static to the class corresponding to the page and I have the following statements in the constructor of the class

acc = new Accelerometer();
acc.Start();
acc.ReadingChanged += new EventHandler<AccelerometerReadingEventArgs>(Acc_Reader);

Acc_Reader updates a variable by taking in the accelerometer readings.
I need to be able to navigate to other pages with the accelerometer running in the background. But, when I come back to this page, the variable which is updated by Acc_Reader starts getting updated at about twice the rate at which it should update. It works perfectly fine as long as you don’t navigate to other pages and come back to this page. So, I’m guessing it has something to do with the constructor of this class (because it gets called again) which contains the above code.

How can I fix this?

  • 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-27T16:01:09+00:00Added an answer on May 27, 2026 at 4:01 pm

    Disposing the acc variable before initializing it works. i.e.

    if (acc != null) acc.Dispose();
    acc = new Accelerometer();
    acc.Start();
    acc.ReadingChanged += new EventHandler<AccelerometerReadingEventArgs>(Acc_Reader);
    

    So, I think this way you clean up the already running instance before you make a new one.

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

Sidebar

Related Questions

I have an asp.net mvc 2 app. I need to display the same page
I have Page Tab App, which has a landing page with a Log In
I have a page X in my grails app which has a button to
I need some help. I have a 2 pages in my app. Page #1
I have developed a facebook page tab app for my website and now I
In my WP 7.1 app I have a page with multiple buttons. I noticed
I have a vertically scrolling uiscrollview - imagine an 'about this app' page of
I'm working on an iphone app and want to have a page showing multiple
I have an app with a calendar page. On that page I have elements
I have a UIWebView in my iPhone app that have a web page with

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.