Posts by Henrique Navarro Marçulo • 136 points
2 posts
-
1
votes1
answer23
viewsA: How to nest a route
As you mentioned in the comment, this link is to go to the Report creation page, so the route/method 'new' is missing. For this reason returns the error, because you are trying to make a GET for a…
-
1
votes6
answers8471
viewsA: Do not open keyboard automatically when on screen with Edittext
You can also create a method to hide the keyboard when you want, for example: public void hideKeyboard(View v) { InputMethodManager imm = (InputMethodManager)…
androidanswered Henrique Navarro Marçulo 136