Pierfrancesco Gulinelli
Pierfrancesco Gulinelli
Hi! I am using your plugin to use AspectJ on my android app. I have to ask you a question: AspectJ working runtime(with reflection) o intercept class file and inject...
I'm trying to create jar from google play services location but i have this error message: Could not find com.google.android.gms:play-services-location:8.3.0. Searched in the following locations: https://jcenter.bintray.com/com/google/android/gms/play-services-location/8.3.0/play-services-location-8.3.0.pom https://jcenter.bintray.com/com/google/android/gms/play-services-location/8.3.0/play-services-location-8.3.0.jar https://repo1.maven.org/maven2/com/google/android/gms/play-services-location/8.3.0/play-services-location-8.3.0.pom https://repo1.maven.org/maven2/com/google/android/gms/play-services-location/8.3.0/play-services-location-8.3.0.jar What...
I have to set SpinKit_Color only by xml file, but it doesn't work for all progressdrawable. In particular, i have seen the problem in "setIndeterminateDrawable" method, where ``` if(this.mSprite.getColor() ==...
Is possible?
Hi! Is possibile to Hook even a custom annotation???
Hi! Could i mux audio and video from h264 bytebuffers extracted from live streaming?
Hi! I'm trying your project but the result is distorted.
Hi! I am not able to start the sceneTransition when i have to set the imageview Bitmap from resource with SetImageResource or from bitmap with SetBitmapImage. The activity starts but...
Hello pedro, i'm using your library and i would like to change the default muxer (editing code in RecordController, in `private void write(int track, ByteBuffer byteBuffer, MediaCodec.BufferInfo info`) . I...
Hi! I'm using Android API to record audio and video and then muxing them. But i don't want to use the Android MediaMuxer API to mux the incoming bytebuffers. Could...