Posts by Fabricio Aguiar • 129 points
12 posts
-
1
votes1
answer59
viewsQ: Parse json with struct, error passing to array - Swift 4.0
I have an error with Swift 4.0 in parse Json, I am using struct Decodable to receive json, I am new in Swift I work with objective-c. struct dataInativa: Decodable { let dia_data:String }…
-
0
votes1
answer27
viewsQ: How to pass parameter in Nsarray in Nsurlsessiondownloadtask url
I am creating a Uitableview to load the bookmarks that are saved in Nsuserdefaults, the values are the Ids. ex. 34, 45, 55... I am creating the url and passing parameter through a Nsmutablearray.…
-
2
votes2
answers130
viewsQ: Auto iOS layout does not work properly Xcode 8.2
I’m developing an App in Xcode 8.x. I have a problem resizing 4 buttons on the first screen. I work on the design of iPhone 5 or 6 and configure all auto layout, when I run in all Vices is cool…
-
0
votes1
answer180
viewsQ: Search Data in a Listview with Arrayadapter
I have a listview with Jsontask to search in my database is everything OK. In this listview I have several fields, Plate, Brand, Model, Year. etc. I saw some examples on the net but it is for simple…
-
1
votes1
answer512
viewsQ: Parametric passage from one fragment to another
I don’t know how to work with two fragments, I looked for some things here but I didn’t know how to look right. Of Activity for another I use the Bundle and it works, but I don’t know how to use it…
-
0
votes0
answers158
viewsQ: Mysql query problem (subquery) difference between MYSQL versions.
I have a problem in a MYSQL query, I think it is different from versions of MYSQL, my client’s database is on hostgator (Database client version: libmysql - 5.1.73 / Server version: 5.6.30 - Mysql…
-
2
votes1
answer11955
viewsQ: JSON return with special characters in URL
I’m having a problem with the return of a JSON, I made a query to fetch some images from the database, some URL users registered the images with special characters like -> (ç ã) the texts that…
-
0
votes1
answer70
viewsQ: Uicollectionviewcontroller 3 columns auto layout
I’m creating a Uicollectionviewcontroller with 2 or 3 columns, when using autolayout in some devices works perfectly but in others not, I did not find anything that speaks how to dynamize these…
-
1
votes1
answer263
viewsQ: Set invisible button after running Uitableview
I have a question in my Uitableview, I put a button on the Cell of a Tableview. cell.btnDownload.tag = indexPath.row; [cell.btnDownload addTarget:self action:@selector(btnDownloadClick:)…
-
2
votes1
answer379
viewsQ: Progress Bar with Asynctask and multiple download links
I have an Asynctask that downloads several images that I pass through an Arraylist with the links to download and I use a Progress bar and it is not working perfectly. The progress bar restarts to…
-
2
votes1
answer42
viewsQ: Parameter crossing error from an Activity to a Pageadpter
Good night, I have an Activity Class that generates an Array String, I need to pass this array to another Class but this class is a Pageadapter. What I need to do is take the Activity Filearray…
androidasked Fabricio Aguiar 129 -
0
votes1
answer480
viewsQ: View Page Android - grab list of images within the App and set on the View page.
Guys I have a problem when I need to set my variable in View Page. I have an Activity that searches the images inside the App and arrow in an Array String, until then it is all correct, I use the…