Posts by diego figueiredo • 101 points
4 posts
-
1
votes1
answer686
viewsQ: Enable android keyboard "Search" key
here again! In some apps we can notice a button on the keyboard with the drawing of a magnifying glass.. that keyboard, or button, if it is necessary to be enabled in the application? I tried…
-
0
votes2
answers162
viewsQ: Android getIntent error
Hello, I have an application that I need to send data of a Activity to another Activity. I tested several ways however all failed, but in another project one code worked normally, but in my current…
-
9
votes2
answers731
viewsQ: Priority in progress
It is possible to prioritize a progressdialog before a Thread? In my app, after clicking a button, I need to freeze a progressdialog for 2 seconds. After that, generate a query to my webservice, and…
-
0
votes1
answer173
viewsQ: Android does not interpret command " n" of a web page
I’m creating an app that it accesses a URL page, query some data, and returns the result in a Alert dialog, however in the web code, made in PHP, I need to put some " n" to format the data, and…