Re: [android-developers] NFC host card emulator

2014-02-05 Thread F4L|{0
thanks. can you tell me where I can find some example of this implementation? thanks for support Il giorno giovedì 30 gennaio 2014 09:35:39 UTC+1, Nikolay Elenkov ha scritto: On Thu, Jan 30, 2014 at 5:30 PM, F4L|{0 simone.d...@gmail.comjavascript: wrote: thanks for reply. My idea

Re: [android-developers] NFC host card emulator

2014-01-30 Thread F4L|{0
thanks for reply. My idea is emulate, for now, a Mifare 1K card for transport application. it's possible with secure element. I think that I have confusion about it. Il giorno giovedì 30 gennaio 2014 08:57:53 UTC+1, Nikolay Elenkov ha scritto: On Thu, Jan 30, 2014 at 4:50 PM, F4L|{0 simone.d

[android-developers] NFC host card emulator

2014-01-29 Thread F4L|{0
HI I have some problem to emulate card with android 4.4. has someone some example for learn to use this functionality? I read this article http://developer.android.com/guide/topics/connectivity/nfc/hce.html#, but I don't understand how HCE work exactly. if the HCE create a secure area or

[android-developers] Re: Button Animation

2011-10-16 Thread F4L|{0
://developer.android.com/reference/android/view/animation/Animati... Thanks, Justin Anderson MagouyaWare Developerhttp://sites.google.com/site/magouyaware On Fri, Oct 14, 2011 at 8:28 AM, TreKing treking...@gmail.com wrote: On Fri, Oct 14, 2011 at 8:54 AM, F4L|{0 simone.dolcio

[android-developers] Re: Button Animation

2011-10-16 Thread F4L|{0
://developer.android.com/reference/android/view/animation/Animati... Thanks, Justin Anderson MagouyaWare Developerhttp://sites.google.com/site/magouyaware On Fri, Oct 14, 2011 at 8:28 AM, TreKing treking...@gmail.com wrote: On Fri, Oct 14, 2011 at 8:54 AM, F4L|{0 simone.dolcio

[android-developers] Button Animation

2011-10-14 Thread F4L|{0
hi I have a problem with an animation of a button. I would move and fade a button from a origin position to another position. well i created a translate animation and fade animation, i start the animation with the follow code: AnimationSet exchangeAnimation = new AnimationSet(true);

[android-developers] Re: Button Animation

2011-10-14 Thread F4L|{0
: On Fri, Oct 14, 2011 at 2:49 AM, F4L|{0 simone.dolcio...@gmail.com wrote: somebody can help me on how to correctly position the hit area of the button? AFAIK, animations only make it look like an object is moving / scaling / whatever. The actual position / size / whatever of the View

[android-developers] Re: Button Animation

2011-10-14 Thread F4L|{0
because i don't know how do it. :) I searched a lot on internet, I have not found anything that could help me On 14 Ott, 15:45, TreKing treking...@gmail.com wrote: On Fri, Oct 14, 2011 at 8:40 AM, F4L|{0 simone.dolcio...@gmail.com wrote: but I wasn't able to update update the button

[android-developers] Re: Button Animation

2011-10-14 Thread F4L|{0
); button.setEnabled(true);}}); but this don't have effect. sorry for so many questions, but I'm beginner in the field On 14 Ott, 16:28, TreKing treking...@gmail.com wrote: On Fri, Oct 14, 2011 at 8:54 AM, F4L|{0 simone.dolcio...@gmail.com wrote: because i don't know how do

[android-developers] error in video recording

2011-09-01 Thread F4L|{0
Hi i've same problem with camera video recording below my source code: private boolean mediaRecorderConfig() { try { mediaRecorder = new MediaRecorder(); mediaRecorder.setCamera(mCamera);