[android-developers] How to detect motion on android device

2012-03-22 Thread Hery Irawan
Hi, I want to create motion detection app, but I still have a problem with my code Here my code: package com.iseng; import java.io.File; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStream; import android.app.Activity;

[android-developers] Re: How to detect motion on android device

2012-03-22 Thread Hery Irawan
It doest work, the program doest detect motion On Mar 22, 9:45 pm, TreKing treking...@gmail.com wrote: On Thu, Mar 22, 2012 at 9:32 AM, Hery Irawan irawanfi...@gmail.com wrote: I want to create motion detection app, but I still have a problem with my code And what is this problem? You

[android-developers] Re: How to detect motion on android device

2012-03-22 Thread Hery Irawan
It doesnt work, program doesnt detect motion On Mar 22, 9:45 pm, TreKing treking...@gmail.com wrote: On Thu, Mar 22, 2012 at 9:32 AM, Hery Irawan irawanfi...@gmail.com wrote: I want to create motion detection app, but I still have a problem with my code And what is this problem? You

[android-developers] Re: How to detect motion on android device

2012-03-22 Thread Hery Irawan
Sorry If I make mistake, I'm newbie in this forum and newbie in learning android programming On Mar 23, 7:41 am, Lew lewbl...@gmail.com wrote: Hery Irawan wrote: Hi, I want to create motion detection app, but I still have a problem with my code You have many problems with your code. I

[android-developers] how to send mail using javamail

2012-02-13 Thread Hery Irawan
Hi, I want to build apps to send mail using javamail, but there is error , code: package com.kirimmail; import android.app.Activity; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.Button; import android.widget.Toast; public class