Posts by Alisson Hirle • 69 points
6 posts
-
1
votes1
answer222
viewsQ: Database with problems for accentuation
The Mysql database did not have accentuation support, I changed the encoding to the utf8_general_ci standard and now started to display the data correctly in the client, but still the words get…
-
0
votes1
answer74
viewsQ: Start a new Fragment when searching
I need to know how when people give enter in the search bar, the application pass what was typed to another Fragment and start it. Currently I arrived at the following code, but it is not working.…
-
2
votes2
answers7215
viewsQ: Create a column in Mysql that automatically divides the other two column values
People need to explain to me how I can make it similar to what happens in Excel I can create a column in Mysql that divides the values of the other two columns. Something like column 1 / column 2=…
-
1
votes1
answer281
viewsQ: ERRO; Canvas: trying to use a Recycled bitmap android.graphics.Bitmap
Guys I’m taking a bitmap of a gridview and displaying in another Activity, then when I open 3x the other Activity the app hangs and closes. First action view.buildDrawingCache(); Bitmap bitmap =…
androidasked Alisson Hirle 69 -
0
votes1
answer320
viewsQ: I transferred an image from one imageview to another imageview in another
Guys I have a grid view that displays images of a server, when clika in the image I have to reload the image a few more details, I wanted instead of having to download the image again, That is, I…
-
1
votes1
answer67
viewsQ: How to create a system to list the most popular images from my application
I am wanting to set up a system to display the most popular images of my application. Today I list these images simply but efficiently: the folders become categories and list the images from within…