Posts by Diego Neri • 39 points
7 posts
-
0
votes1
answer379
viewsA: Inflate a warning in the view from a Broadcastreceiver
It wasn’t the way I expected, but this was the best way I could do it. I used this post as a basis:…
-
0
votes1
answer379
viewsQ: Inflate a warning in the view from a Broadcastreceiver
I have an application where it is necessary to monitor, and warn the user when he is not available with the internet. To solve this, I created a Broadcastreceiver and show a Toast when this…
-
0
votes2
answers961
viewsQ: Redirecionamento Magento
I have two environments of an e-commerce in Magento: homologation and production. The problem is this: when I log in to homologation, it redirects me to production. On the homologation login screen,…
-
0
votes3
answers555
viewsA: Problem with accentuation on a website
Use an Htmlenconde: HttpUtility.HtmlEncode(myString); This code would be for a. NET application, but you can also use jQuery to solve this: $('#campo').text(value).html();…
htmlanswered Diego Neri 39 -
3
votes3
answers661
viewsQ: Receiving value from one method to another - Objective C
I need to receive the value that comes from the settings of the device (That I already got, as it is in the code below) and I need to pass this return to a string that will allow login to my…
objective-casked Diego Neri 39 -
0
votes4
answers145
viewsA: How to define database tables?
I thought a little and I think what you can do is this: Create the fields NAME, DIAS_TRABALHADOS, MES (if necessary create YEAR) Then you insert in the table the name of the guy, how many days he…
-
0
votes2
answers13442
viewsA: Add image in shared link on Facebook
When I tried to share the link from your site, an image appeared. But if you do not like the image you, you can upload an image by clicking on "Add photos/video", only with this you lose the…
facebookanswered Diego Neri 39