Posts by SilvioYousseff • 169 points
5 posts
-
5
votes2
answers1382
viewsQ: Retrieve the first elements of an Integer list
I have a list ArrayList<Integer> list = new ArrayList<Integer>(); where I have over 40,000 records. I wonder if there’s a way to get only the first 10,000. I know you can make one for…
-
2
votes2
answers338
viewsQ: How to create project installation done on android studio
I created a project in Andoid Studio, run it on the right virtual machine, now I would like to "compile" it to install on a real phone. How do I do it? I create a file and step into the mobile? I…
-
2
votes1
answer1491
viewsQ: Change repository linked with android project in Git
Good morning, I created a project in Android Studio, created a repository in Git, did the Share of my project in my repository. Now, I’d like to switch repositories, take this project of mine that’s…
-
0
votes1
answer970
viewsQ: Use Ancora and update the page with Javascript
Good morning, I have a html with several tabs, when I do some procedure, I need to update the page, when you return from the upload, I need you to go back to the tab where I left. I added some…
-
7
votes4
answers24368
viewsQ: Close Mozilla, IE, Chrome tab
I am trying to close a tab of my site, I have tried to use the following commands: window.open('','_self',''); window.close(); window.close() self.close() var win = window.open("","_self");…