Pierfrancesco Gulinelli

Results 25 comments of Pierfrancesco Gulinelli

I have tried but same result. I have found the solution, but (damn play services!) it depends on support library and android package and now it doesn't build because i...

mm ok. I would prefer your approach because i have to crop a video, with the surface i'm not able to do it because i have no knowledge of opengl.

How could i create a timestamp? Only with `System.currentTimeInMillis()`? Because i have problems using the presentationTimeUs from bufferInfo in RecordController.java. It looks like that, on your RecordController class, audio data...

using (only for audio) `bufferInfo.presentationTimeUs` improves the situation, but it seems (editing with vlc audio sync) the audio is behind 300 milliseconds. Debugging with android studio, the audio data arrives...

ok, but i think it should be a mix of what you said: 1) PR to edit the RecordController class, adding two classes (interface Muxer.java and AndroidMediaMuxer with the default...

i would like to do like Anko that maps custom function (like toast(), dialog()), but with custom view: customview() Must i do a custom Anvil.ViewFactory??? Is there a changelog of...

The problem comes with recyclerview. The only solution, i think, is create a Custom Renderable View and put "Anvil.unmout(this,false)" inside "onDetachedFromWindow"

ok, thank you!

The problem Is with recyclerview. I use parse.com service as backend and it returns list of parseobject,a sort of hashmap. I do The maplist with this kind of list