Posts by Ari • 25 points
7 posts
- 
		0 votes1 answer71 viewsQ: Setar Adapter inside a ThreadI’m trying to list in one RecyclerView in the fragment, but the return of the list is in a thread, I don’t know if I’m doing something wrong but it doesn’t show any record. No logcat returns no… 
- 
		-1 votes1 answer171 viewsQ: Recyclerview does not show list dataI have a problem that when trying to list the data on RecyclerView it does not show the records, in Debug I check that the records are entered in the list 'ArrayList', follows the code. Method… 
- 
		-1 votes1 answer233 viewsA: Error while trying to connect to Android FTP serverI managed to solve this problem. I changed the method ListarArquivosdoFTP() adding thread: public void ListarArquivosdoFTP() { new Thread(){ @Override public void run(){ try{ classe_FTP ClienteFTP =… 
- 
		-1 votes1 answer233 viewsQ: Error while trying to connect to Android FTP serverI am trying to connect to the external FTP server with the current lib 3.6 of apache ftp client using Android Studio, the version of my Android is 4.3 up to the current 9. In my Manifest I have: I… 
- 
		1 votes1 answer47 viewsQ: Access and list files on an FTP serverHello, I would like to access and list folder/PDF’s files on an FTP server using an App, I use fragment and the version of Android and 4 until the current 9. What I researched so far I could not… 
- 
		0 votes0 answers14 viewsQ: Error - Warning: Cannot Modify header informationI’m trying to make a footer on the site with access to the bank to show the logged in user, but when soon gives this error, I already searched and could not solve. my footer: <?php if… 
- 
		-1 votes1 answer308 viewsQ: Footer at the bottom of the page and after the contentI have a footer that gets fixed right after some small content 'middle of the screen' and not at the end of the page, I use sidebar. I would like it to be at the bottom of the page when there is no…