Re: [android-developers] Logging actions

2010-12-08 Thread TreKing
On Tue, Dec 7, 2010 at 1:51 AM, Pedro Teixeira wrote: > Help please ... Help with what? Kostya posted links related to pretty much every point you raised. You covered a bunch of different topics and didn't really elaborate on what specifically you're stuck on. ... so ... again ... help with wh

Re: [android-developers] Logging actions

2010-12-06 Thread Pedro Teixeira
Help please ... On Dec 3, 2010, at 11:30 PM, Pedro Teixeira wrote: > Hello, > > I'd like to make a user test with my application. In order to not be > following the user or make him write things down I would like to > implement some kind of logging system. > This logging would be triggered by pr

Re: [android-developers] Logging actions

2010-12-04 Thread Kostya Vasilyev
Pedro, Not sure if you're asking about gps coordinates or device orientation, here are links for both: http://developer.android.com/reference/android/hardware/SensorManager.html http://developer.android.com/reference/android/location/LocationManager.html You mention logging current time: ht

Re: [android-developers] Logging actions

2010-12-04 Thread Pedro Teixeira
Any thoughts on this please? It seems quite easy but every time I search on internet I just find applications that already do this.. I kinda just want to send an email with the gps positions or something close to that.. like write in a txt the coordinates while the user is walking.. Anyway I nee

[android-developers] Logging actions

2010-12-03 Thread Pedro Teixeira
Hello, I'd like to make a user test with my application. In order to not be following the user or make him write things down I would like to implement some kind of logging system. This logging would be triggered by pressing a button and stopped by taking a picture which are actions that I have alr