samy-baili
samy-baili
``` java TextInputEditText inputEdittext = ButterKnife.findById(view, R.id.input_edittext); inputEdittext.addTextChangedListener(this); ``` ``` java @Override public void beforeTextChanged(CharSequence s, int start, int count, int after) { } @Override public void onTextChanged(CharSequence s, int...
Hi, I'm updated your library to 'com.github.ozodrukh:CircularReveal:2.0.1@aar', but apparently it's not compatible for API 14: Error:Execution failed for task ':SwapcardProject:processDebugManifest'. > Manifest merger failed : uses-sdk:minSdkVersion 14 cannot be smaller...
Hey, There is way to get the `1.0.0-beta9` source file code
Hi Everyone, There is a way to know the rotation of the picture taken, without saving any file ? I tried to get the orientation with this library : "http://stackoverflow.com/a/14207864/2201419"...
I got a 403 error, even when I am replacing the api_key
Hi Florent, Firstly thank you for your awesome work on this library. I got this messages: - "requestLayout() improperly called by android.support.v7.widget.RecyclerView during layout: running second layout pass?" - "Skipped...