« Previous entry | Next entry » Browse > Snippets

Skip to comments (15) Android - Using a thread with a handle to update a view
Posted by newbimus on May 13 2009 @ 05:04  :: 895 unique visits

package com.lukehashj;

import android.app.Activity;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.hardware.SensorManager;
import android.hardware.SensorListener;
import android.view.View;
import android.widget.AbsoluteLayout;
import android.widget.TextView;
import android.widget.ImageView;

import java.util.Timer;
import java.util.TimerTask;

public class balance extends Activity
{
   protected static final int updateYourView = 0x1337;

   float x_accel;
   float y_accel;

   Handler updateHandler = new Handler() {
   @Override
   public void handleMessage(Message message) {
           switch(message.what) {
               case updateYourView:
                   ((TextView)findViewById(R.id.target)).setText("X: " + x_accel + "\nY: " + y_accel);
                   break;
           }
           super.handleMessage(message);
       }
   };

   Thread updateThread = new Thread(new Runnable() {
       public void run() {
           while(!Thread.currentThread().isInterrupted()){
               Message m = new Message();
               m.what = updateYourView;
               balance.this.updateHandler.sendMessage(m);
               try {
                    Thread.sleep(50);
               } catch (InterruptedException e) {
                    Thread.currentThread().interrupt();
               }
          }
       }
   });

   SensorListener sensorListener = new SensorListener() {
       public void onSensorChanged(int i, float[] floats) {
           x_accel = floats[1];
           y_accel = floats[3];
       }

       public void onAccuracyChanged(int i, int i1) {
       }
   };

   @Override
   public void onCreate(Bundle savedInstanceState)
   {
       super.onCreate(savedInstanceState);
       setContentView(R.layout.main);
       ((SensorManager) getSystemService(SENSOR_SERVICE)).registerListener(
               sensorListener, SensorManager.SENSOR_ACCELEROMETER);
       updateThread.start();        
   }
}

15 comments posted so far
Add your own »

1. On May 13 2009 @ 08:14 zzxml wrote:

Do you know the runescape items, in the game you need the runescape gold. it can help you increase your level. My friends always asked me how to buy runescape accounts, i do not know he spend how much money to buy the runescape money, when i see him in order to play the game and search which the place can buy the cheap runescape power leveling. i also happy with him.

2. On May 13 2009 @ 19:47 guest wrote:

We sell cheap ugg boots,jordan shoes,basketball shoes,air jordan shoes!

4. On May 20 2009 @ 09:30 guest wrote:

thnx for sharing

5. On May 20 2009 @ 09:31 guest wrote:

thnx for sharing

6. On May 20 2009 @ 09:31 guest wrote:

http://logodesignguru.com/

7. On May 25 2009 @ 08:03 maryzheng wrote:

An embroidery machine manufacturer and supplier of embroidery machine equipment, We are energy saving lamp enterprises,yield energy saving lamp,sales energy saving lamp.
The laminate flooring Guide is the A to Z of laminate flooring and professinal Punch press, our technology of Punch press is very advanced.You can not only order a water pumps, Honda Water Pump, Car jet pump, Auto jet pump OEM Manufacturer of switching power supply,Switching Power Supply Design and power inverter provider, also is a temperature sensor manufacturer, china auto parts.Precision sheet metal fabrication: Click to learn more about custom,precision sheet metal fabrication.The expansion valve manufacturers and expansion valve

10. On Jun 29 2009 @ 08:15 amada wrote:

WMV Converter for Macis the most powerful WMV editing and converting software on Mac OS. So long as you want to edit WMV video, and convert WMV video for your diverse applications, WMV Converter for Mac will meet all your needs.
SWF to WMV Converter for Mac,ASF to WMV Converter for Mac,VOB to WMV Converter for Mac

11. On Jul 01 2009 @ 10:39 guest wrote:

Thousands of Ed Hardy Clothing:Ed Hardy T-shirts, swimwear, Ed Hardy Walletstanks, Ed Hardy Mens T-Shirts, belts sunglasses and
Ed Hardy Womens Swimwear. Hot design and newest
Ed Hardy Womens T-Shirtsat unbelievable prices. Charmed by the magic of amazing tattoo and Ed Hardy Womens Tanks. Free shipping and excellent customer service. Break the rules, create your own life style here in tiffany jewellery  !
Paul Smith uk store,See discount Paul Smith large range of online,We have
Paul Smith Shoes and Paul Smith sale in all styles.

12. On Jul 14 2009 @ 03:57 guest wrote:

buy wow gold
my wow power leveling
buy wow gold
good wow power leveling
BUY wow gold
my wow power leveling
CHEAP rs gold
cheap wow power leveling
CHEAPEST lotro gold
MY aion gold
buy wow gold
cheap wow gold
CHEAPEST wow gold

14. On Aug 28 2009 @ 08:09 guest wrote:

good!!!!!

15. On Jan 05 2010 @ 15:04 uggbaileybutton wrote:

bailey button uggs

-ugg boots cheap

ugg boots uk

ugg classic

Add a new comment

Name:
Password: (leave empty for anonymous comment)
 
View formatting tags Comment: