Salva Pérez
Salva Pérez
Hi, I've installed the app and get this error when try to take a photo E/AndroidRuntime: FATAL EXCEPTION: main Process: io.github.froger.instamaterial, PID: 1803 java.lang.IllegalStateException: Preview mode must have started before...
I'm using the library UltimateRecyclerView In Recyclerview I can do this call with RecyclerView: mRecyclerView.getChildLayoutPosition(view) But in the library this method it doesn't exist. How can I do the same...
Hi, I'm trying to implement the library. The icon change the color and do the effect of the moviment, but is not working inside a fragment. If I copy the...
Not sure what I'm doing wrong.... I'm trying this to add the library dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' compile 'com.android.support:appcompat-v7:23.1.1' compile 'com.android.support:design:23.1.1' compile 'com.google.android.gms:play-services:8.1.0' compile 'com.github.yesidlazaro:GmailBackground:1.0'...