Posts by Bruno Novais • 1 point
3 posts
-
0
votes1
answer142
viewsA: User-friendly URL and default URL php with parameters
You can use RewriteEngine On RewriteRule ^nome/([^/]*)$ /?nome=$1 [L] This will return a page of this type pagina.php/nome/Bruno If you want to omit the /name/ you can use RewriteEngine On…
friendly-urlanswered Bruno Novais 1 -
0
votes1
answer332
viewsQ: Good Practice Fragment and Service
So personal the question is the following.. I have an Activity connected to a service. I want to start a fragment and that fragment will perform functions within the service. What would be the best…
-
0
votes2
answers44
viewsQ: Planning to update Android messages
My question is this:. I’m making an android app and will implement the interface now. The app works with an online parse where you take the data. ( I think of implementing as a service updating a…
androidasked Bruno Novais 1