Posts by Harrison • 83 points
8 posts
-
1
votes0
answers675
viewsQ: How to delete files from a specific date in linux
Inside a folder I have files from 2006 until 2018 and want to delete only the files of the year 2017 how to do this on linux?
-
1
votes1
answer137
viewsQ: How to copy children from one node to another node - Android with Firebase
I have an X bank that contains categories of companies and I want you to enter the data manually in Categories, send a copy to Allempresas. I’m using this code but I’m not finding a way to just get…
-
1
votes1
answer66
viewsA: Responsiveness - Android studio
I managed to solve the problem, follow the solution. no build Gradle add: implementation 'com.android.support:gridlayout-v7:27+' //(put 27+ pq my sdk is 27) errors that generate in xml switch from…
-
0
votes0
answers100
viewsQ: How to generate random Firebase items inside a Firebaserecycleradapter - Android Studio
I’m having trouble generating random items received by Firebase, I read the documentation but I was confused. I want you to replace the items inside the FirebaseRecyclerAdapter according to the…
-
2
votes1
answer66
viewsQ: Responsiveness - Android studio
I’m having a layout incompatibility with other versions of android. on my android 8.0.0 the layout is like this On another mobile with android 4.4.2 I’m using recyclerview,grid,cardview dependencies…
-
0
votes1
answer70
viewsQ: Search string snippets
In a search filtered in java using .startWith (query) for example: I want to search "Military Police" in the search I type "Police" and appears police, ok. If I type "military", does not appear in…
-
1
votes2
answers2434
viewsA: How can I kill a process as a windows admin user?
Open the cmd as Administrator and type: tasklist will show the processes tasklist to finish the process type : taskkill /f /im exemplo.exe…
-
0
votes1
answer271
viewsQ: Cardview inside a scrollview
I’m not getting the scrollview to work on my cardview.... Since scrollview works with a single child, I changed the main layout to Scrollview and created a linearLayout to encompass the rest within…