Posts by Fernando Ferreira • 39 points
4 posts
-
0
votes1
answer111
viewsQ: Best format to work with sum of money in android
I am having some problems when performing sums of decimal values in my application, the variations that occur are not of great difference, but as I am dealing with total amounts of money, I would…
androidasked Fernando Ferreira 39 -
1
votes1
answer109
viewsQ: Return existing dates between two other dates - Android
I would like to know if there is any class or library that returns the existing dates between two dates that I pass. For example: would pass the dates 23/02/2016 and 25/02/2016 and return me the…
androidasked Fernando Ferreira 39 -
0
votes1
answer748
viewsQ: createNewFile java.io.Ioexception: open failed: EACCES
I am trying to create an excel file in a public directory with my app but am getting the following error: java.io.IOException: open failed: EACCES (Permission denied) at…
androidasked Fernando Ferreira 39 -
2
votes1
answer479
viewsQ: Problems trying to open the Navigationdrawer with the Home Button on the Toolbar
I’m trying to open the Navigationdrawer of my application in my Main Activity through the home button available on Toolbar when using Actionbardrawertoggle, but when pressing the button my…