Posts by Rui Branco • 3 points
3 posts
-
0
votes0
answers43
viewsQ: Calculate button closes application
I can’t understand why the Calc button makes the application close instead of calculating and showing the result in the textview. package com.example.cc; import…
-
-1
votes2
answers63
viewsQ: php filter data inside while
I’m having trouble filtering into a while the data I get from a database. I am writing HTML + PHP generate the layout and to get data from sqlite database. Table: entries select * from ORDER BY data…
phpasked Rui Branco 3 -
0
votes1
answer98
viewsQ: CSS margins using jquery-mobile
I’m not able to create margins using css on an html page using jquery-mobile when the header and footer is data-position="fixed". My example: http://jsfiddle.net/z2z7zjvL/ .ui-header, .ui-footer,…