Posts by Eduardo Oliveira • 69 points
7 posts
-
0
votes2
answers49
viewsA: Start my fullscreen Chrome app
What worked for me was to create an external javascript file with the following code: setTimeout(chrome.app.window.current().fullscreen,0);
-
0
votes2
answers49
viewsQ: Start my fullscreen Chrome app
I’m studying the Chrome api to create extensions, downloaded an example and I’m modifying. I want my extension to start fullscreen, I made several modifications but none worked. I gave permission in…
-
3
votes0
answers35
viewsQ: Flags of the Arrayiterator
I don’t understand what really makes the flags STD_PROP_LIST and ARRAY_AS_PROPS when configured I looked for some examples, but the explanation was a bit confusing for me, I’m beginner in php…
-
1
votes2
answers2792
viewsA: What status code to use when there is no database record to return on an HTTP request?
I use 204 No content, I’ve found that some libraries also use this same code in similar situations
-
2
votes1
answer93
viewsQ: Login with facebook Android
I’m still studying programming for apps, I have a question that for you should be simple, I created an app and a Rest application the user makes the registration in the app and save the data in a…
androidasked Eduardo Oliveira 69 -
0
votes1
answer107
viewsQ: Listview Loses Focus Back
I have a list of Products, when I press product number 50 for example I am redirected to the product details screen by pressing back the list loses focus and back to top, wanted to know how to get…
-
0
votes1
answer4277
viewsQ: Know region of the city from the zip code
I wonder if anyone has solved a similar problem: in my system has a form and a zip code field, when the user type the zip code wanted to know the region of it is north, west, east and etc.... I saw…