After wrestling with about 10+ CAPTCHA failures…


*Your comment has been saved and will be visible after blog owner approval.*





On Thursday, September 27, 2012 1:01:08 PM UTC-5, MagouyaWare wrote:
>
> Why not post a comment on his blog and ask him about it?  That's what 
> others have done... and he seems to respond to comments/questions 
> consistently...
>
> Thanks,
> Justin Anderson
> MagouyaWare Developer
> http://sites.google.com/site/magouyaware
>
>
> On Thu, Sep 27, 2012 at 9:33 AM, bob <[email protected]<javascript:>
> > wrote:
>
>> So, I'm trying to learn how to make an android compass.
>>
>> Naturally, I used a site called google and typed the following in:
>>
>> "making an android compass"
>>
>> I found myself at this URL:
>>
>>
>> http://android-er.blogspot.com/2010/08/simple-compass-sensormanager-and.html
>>
>> After looking thru it, I'm thinking it's incorrect.
>>
>> There is this suspiciously simple method:
>>
>> public void onSensorChanged(SensorEvent event) {
>>  // TODO Auto-generated method stub
>>  myCompassView.updateDirection((float)event.values[0]);
>> }
>>
>>
>>
>> Basically, it seems like they are using the x component of the force 
>> vector as if it were an angle.  Can someone else look at this and let me 
>> know what you think?
>>
>>  -- 
>> You received this message because you are subscribed to the Google
>> Groups "Android Developers" group.
>> To post to this group, send email to 
>> [email protected]<javascript:>
>> To unsubscribe from this group, send email to
>> [email protected] <javascript:>
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to