Questions tagged [recycle]

338 questions
0
votes
1 answer

Does it make sense to recycle views in a pager with grid views?

I'm wondering if it makes any sense to use recycling functionality in this case: ViewPager, where each page is a fragment with a GridView, which fits in the page (all items are visible, no scrolling). The reason of the question is that I would like…
User
  • 31,811
  • 40
  • 131
  • 232
0
votes
1 answer

getView only shows Flagged Backgrounds for drawn Views, It does not show Flagged Background when scroll to view more items on list

I am trying to create a listview that receives a flagged list of items to indicate a status to the user. I have been able to create the flag display by using a yellow background (see image at bottom). In Theory, the flagged list can have many…
Leoa
  • 1,167
  • 2
  • 14
  • 31
0
votes
2 answers

Recycling Options for ASP.Net Application State Object

What are the options for recycling the ASP.Net application state object? I'm using that object to store queues of database connections for a web serviced based data access layer. I'm concerned that over days/weeks/months I'll end up allocating…
Jeff
  • 8,020
  • 34
  • 99
  • 157
-1
votes
1 answer

Need to take advantage of R's recycling for once

I want to index cells from the columns df$candidate1 through df$candidate5 based on the first column. In some cases, candidates are empty, in which case I want to recycle back to the first candidate. For example, I could have df$old=4 and…
datajoel
  • 100
  • 1
  • 7
-1
votes
2 answers

List view cell recycling issue

In my case list view on scroll showing duplicate cells. Not working properly. this is my code in getView() if(convertView == null) { LayoutInflater infalInflater =…
Deniz
  • 12,332
  • 10
  • 44
  • 62
-1
votes
1 answer

ListView Recycler deleting data

I have a custom ListView with a few TextViews and EditTexts and i want to prevent the recycler from deleting the data when an item is scrolled out of view. I looked at other posts but i havent found a solution. Please help. Here is my code. Java…
mremremre1
  • 1,036
  • 3
  • 16
  • 34
-1
votes
3 answers

How does recycle bin work (hardware layer)?

I'm interested what would happen with the hardware (hard disk) when deletes a file. I mean, I'm looking for some information about the process in hardware when the user decides to erase all the files from recycle bin. I'm interested in Windows OS. I…
Darf Zon
  • 6,268
  • 20
  • 90
  • 149
-2
votes
1 answer

Android recycled bitmap error

I'm goning to resize bitmap and insert into imageView. However I encountered recycle error... error message : 05-08 13:32:48.948: E/AndroidRuntime(4792): Process: com.test.myapp, PID: 4792 05-08 13:32:48.948: E/AndroidRuntime(4792):…
Richard
  • 351
  • 4
  • 17
1 2 3
22
23