-
Library is not compatible to appcompat 27+.
-
I implemented the library as in the sample and whenever i start the activity containing the fab my app force closes displaying the following error
`E/AndroidRuntime: FATAL EXCEPTION: main
…
-
_From @JoaquimLey on November 20, 2017 14:49_
https://android-developers.googleblog.com/2017/10/working-with-multiple-jobservices.html
_Copied from original issue: JoaquimLey/transport-eta-android#6…
-
how to fix this
A problem occurred evaluating script.
org.gradle.api.ProjectConfigurationException: A problem occurred configuring project ':library'.
at org.gradle.configuration.project.Lifecyc…
-
Hi there, first of all, thank you so much for the plugin and the wrappers! Really helps!
My request/question is if you are thinking about exposing an interface to handle the UI states of the compo…
-
Depends on `versions.gradle` task #10
Top level `build.gradle`
```groovy
buildscript {
ext.kotlin_version = '1.1.4-2'
apply from: './versions.gradle'
addRepos(repositories)
…
-
Hi,
Is it possible to make *open* and *close* method as public?
I want to close menu when clicking other element in activity and this function will be helpful.
-
Hi @rikschennink,
Very Sorry to bother you again, I am trying to implement custom upload to my image server.
My image server accepts the image name, dimensions, dataURL via POST API and returns a …
-
MVVM looks to be a good pattern for such application. It simplifies a lot of things and is fully supported by Google.
https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93viewmodel
https://and…
-
https://github.com/JoaquimLey/bus-eta/blob/26ce1a7f4b2dff12c6efa2292531035e70bfc4ae/app/src/main/java/com/joaquimley/buseta/App.java#L22