Ask Your Question

xchris's profile - activity

2013-11-16 12:40:12 -0600 commented question Android Audio Recorder enabled by NFC

I'm sorry,I thought I could ask a question for Android

2013-11-15 13:41:36 -0600 commented question Android Audio Recorder enabled by NFC

Is something wrong with my question?

2013-11-14 11:58:03 -0600 asked a question Android Audio Recorder enabled by NFC

Hello

I’m really new in java programming. I’m trying to build an android application that will be enabled by NFC, record sound (during sleep) continuously (in separated files of 1-2 minutes length and then start a new recording file), uploading each one of them (right after it’s recorded) on a server and then deleting them from the phone. Also I want to add a UTC timestamp to every file , to be able to synchronize these sounds recordings with other signals, on the same graph. I’ve found this (http://androidcodeexamples.blogspot.gr/2012/06/voice-recording-in-android.html) open source app, which records audio. I need to make it to : 1. Start while I put the phone on the NFC 2. Record files with 1-2 minutes max length 3. Upload each one on the server and then delete it from the phone 4. Add UTC timestamps Could you help me with any of these? Any Help would be appreciated. Thanks in advance!