Posts by tiao • 101 points
4 posts
-
7
votes1
answer4956
viewsQ: How do I open the android camera and take the photo and upload the photo to the server?
I have a problem in the application it opens the camera but does not upload hold can see where I am missing follows the code public class MainActivity extends Activity{ //chamar quando a atividade é…
-
0
votes2
answers1014
viewsQ: How to solve the cannot find Symbol variable problem?
I am trying to upload an image in android studio but I have a problem that appears an error cannot find Symbol variable in RESULT_LOAD_IMAGE someone knows why this error my code goes below: Click…
-
3
votes5
answers2039
viewsQ: How to centralize information for all Tds by CSS?
I’m with a lot of <td> and need them centralized. I would like to do it by CSS, for example td { puxar por aqui. } That instead of putting align="center" in all tds. How to do this by…
-
-3
votes1
answer55
viewsQ: How to put a datepicker in an Android application whose page is being developed in PHP
I want to put a datepicker on a page that will be implemented in an Android application and I am developing the page in PHP. I’ve picked up several libraries on the Internet from Bootstrap and…