Posts by Victor Hugo Montes • 126 points
2 posts
-
0
votes1
answer95
viewsA: problems with Float Action Buttom (speedDial) - Android
It seems to me that in the method onPrepareMenu you are returning false, with this telling the library not to display the items. Events As with all menus, you have a callback just before the list of…
-
1
votes1
answer34
viewsA: Android: Error using Retrofit with XML converter
You marked the attribute title as required (that is the configuration default). At some point you are receiving an XML without the title element. Try to explicitly mark required as false…