The recycle tag has no wiki summary.
0
votes
0answers
16 views
Is there a way to use WeakReference<View> to implement View recycling?
I want to make a View recycler so I can enclose a CursorAdapter inside a PagerAdapter, so I can use cursor-generate views in a PagerAdapter. I would like to recycle views if possible.
As I ...
1
vote
1answer
112 views
This FragmentManager should be recycled after use with #recylce()
This is my code:
protected void showNewsItem(News news) {
FragmentManager fm = getFragmentManager();
FragmentTransaction ft = fm.beginTransaction();
DialogFragment newFragment = ...
0
votes
5answers
80 views
Recycling views in custom array adapter: how exactly is it handled?
I am having an unclear issue concerning the recycling of views in a getView method of a custom array adapter.
I understand that elements are reused, but how do I know exact what to implement in the ...
0
votes
1answer
59 views
How do I programmatically delete a defect in the Rally recycle bin using ruby?
I'm able to delete defects in Rally v12.4 using a Ruby script and the Rally Rest API. The defect then goes into the Recycle Bin. How do I remove it completely?
If you must know...I'm importing data ...
1
vote
0answers
55 views
Unexpected application pool recycling, why?
I know that there are several posts about this, but I have a different scenario.
In my case, I disabled all the options that are in the IIS to recycle the application pool
in minutes,
in ...
0
votes
0answers
47 views
android onResume not restoring image values
I use AnimationDrawable animation, and after animation is finished or activity is closed im recycling bitmaps. So i start activity for first time and animation is happening, but if i close activity ...
0
votes
1answer
44 views
Switch gets toggled by itself when gone off screen in ListView - CursorAdapter
I am having trouble figuring this one out.
I have a ListView with CursorAdapter and if item goes offscreen the switch resets it self. I have a listener onCheckedChangeListener set on the switch, ...
0
votes
1answer
109 views
WPF listview virtualization with columns
I am trying to create a listview (5'000 items +) that has a smooth scrolling.
I found a solution in the inet, that "virtualizationmode=Recycling" could do the trick.
Well I totally am lost, since I ...
0
votes
0answers
57 views
Setting up memory dump for aspnet_isapi.dll' reported itself as unhealthy for the following reason: 'Deadlock detected
We have frequent warning messages on our production server event logs. Below is the warning message :-
aspnet_isapi.dll' reported itself as unhealthy for the following
reason: 'Deadlock ...
2
votes
2answers
71 views
Android and image recycling
How exactly does image recycling work in Android?
Allow me to elaborate:
If I have the following:
myBitmap = BitmapFactory.decodeResource(curView.getResources(), R.drawable.mypic);
And log the ...
0
votes
0answers
42 views
Bitmaps and scaled bitmaps
I'm loading multiple bitmaps (aprox 40 of varying sizes from full-screen images to individual sprite frames) using:
Bitmap graphic = BitmapFactory.decodeResource(res, R.drawable.mygraphics);
And ...
0
votes
1answer
113 views
Getting Canvas: Use a recycled bitmap on setting layout background
I need to set a different background to layout based on some event. This was causing OOM exception. I added code to fix this but this is now causing recycled bitmap issue.
Here is the code:
...
0
votes
0answers
120 views
Android: How to reuse a recycled Bitmap?
When I don't need Bitmaps anymore, I usally recycle them by calling
bitmap.recycle()
However, there are a couple of situations in which I need to use the recycled Bitmap again, so usually I just ...
0
votes
1answer
45 views
Is there any side effect of reducing IIS recycle time interval?
My asp .net mvc3 application is hosted in IIS 7 and i wish to reduce memory consumption by reducing the recycle time interval of IIS to 1000 mintes . Is there any side-effects in doings this?
1
vote
1answer
491 views
Drag and drop, ListView and item Views that miss the ACTION_DRAG_STARTED event
On Android, I use a ListView and I want to be able to reorder its items using drag and drop. I know there are different implementation of a "drag and drop listview", however I want to use the Drag and ...
4
votes
1answer
451 views
Recycle bitmaps on a listview causes issues
I got a list view where im displaying images, these images are downloaded and cache properly. As I scroll down the list and load new items I want to recycle the least recently used ones to save on ...
0
votes
2answers
250 views
How do I maintain android checkbox state after scrolling
I've scoured multiple questions on this and still have not found the way to implement what i'm looking for. I have a simple custom cursorAdapter that is in the form
|textview checkbox|
when ...
2
votes
2answers
204 views
What is a difference between DeleteObject() and Recycle() methods for SP.Folder
Could anybody help me to understand a difference between DeleteObject() and Recycle() methods for SP.Folder?
I found this documentation, but it's not clear for me.
...
0
votes
0answers
65 views
ListView Recycle
In My Screen i have a listview with different items for every time this screen appears only one list item has to be enable and the rest all disabled initial time it will show exact output what i ...
0
votes
1answer
203 views
android fragment: recycle bitmap
I am using a DialogFragment from the compatibility package. I have a Bitmap which I need to recycle when the dialog closes, but when I call findViewByID() inside onDestroyView() it returns null. I ...
0
votes
1answer
157 views
IIS Process Recycling
I have read the MSDN article (link) which says something about the IIS process recycling and it turns out that
The new process is started before the old worker process stops, and requests are then ...
0
votes
3answers
432 views
How to effectively recycle a Bitmap which is created as per below code?
I have created Bitmap like below,
// create bitmap in the below line
Bitmap myBitmap = BitmapFactory.decodeResource(getResources(), R.drawable.googlelogo320x480);
And I have set it to an ...
1
vote
1answer
355 views
Android is trying to use recycled image
I'm getting
Canvas: trying to use a recycled bitmap
android.graphics.Bitmap@4057a3a8
everytime i'm trying to show one image.
Image
When i delete bmp.recycle() everything goes well but i dont ...
2
votes
2answers
547 views
Only Android 4.1, Bitmap is recycled automatically
I've got very critical problem.
Only Android 4.1, Bitmap is recycled automatically!
I didn't call recycle() in my code!
My project works fine in other OS versions( ~ 4.0.3) with any resolutions.
Other ...
3
votes
2answers
508 views
Android - Different items in GridView not showing up
I am working on app which has a GridView of images but the last item in GridView is a button that loads more item into Grid. But i am facing a strange issue and that is Button shows up sometime and ...
2
votes
1answer
160 views
Calling Bitmap#recycle() from a finalizer causes Android app to terminate silently
The Bitmap memory problem in Android has led me to implement a custom loader and downloader class that will download an image from the web, store a local copy, and create a Bitmap if requested to do ...
1
vote
1answer
111 views
ListView or recycle views myself?
I have an app which loads a boatload of images and displays them in a TableLayout which is inside a ScrollView. At run time I get the width of the layout parent and use that to determine how many ...
1
vote
2answers
148 views
Cannot recycle a Sitecore CMS Item from a Windows Service
I am using a Windows Service which does cleanup jobs on Sitecore Items (inactive or old products) and when I am trying to delete them I cannot.
if (qItem != null)
{
qItem.Recycle();
}
Relevat ...
1
vote
1answer
140 views
Do we have to explicitly recycle the bitmap if we don't need it?
Bitmap has a recycle method, but do we have to invoke it explicitly if we don't need it any more?
For example, an ImageView has a bitmap now. When user click a button, it will set a new bitmap to the ...
1
vote
1answer
556 views
WCF service is unavailable after app pool recycles
I'm working on a website that consumes a WCF service hosted in a different app pool, and every time the WCF service's app pool recycles I get a 503 when I'm using the website:
[WebException: The ...
1
vote
0answers
69 views
Rights for an application pool user that can access IIS through Microsoft.Web.Administration
I'm looking for a minimal set of rights (preferably through the hidden app pool user that is created by default by IIS 7.5 when you create a new app pool) for a user that allows him to call classes in ...
2
votes
1answer
197 views
What does calling bitmap.recycle() on API 11+ do?
i know that before API 10 of android , it was important to call recycle() for bitmaps that aren't used anymore , since the actual raw data is stored in the native memory .
however , as of API 11 , ...
1
vote
2answers
189 views
Android bitmap size exceeds VM budget error
Android bitmap size exceeds VM budget.
My app is getting this error frequently. I have two questions.
Do I need to recycle my about activity (it contains some imageviews and buttons and textViews)?
...
0
votes
2answers
294 views
Android recycle bitmap when going back
My app lets u choose an image then when u click next on first activity it takes u to activity num. 2 and it shows the image u've choosen there in the imageview, and when u click back then re-click ...
0
votes
1answer
264 views
Android gallery of drawables
I'm creating a simple Gallery of drawables - each of them is almost the size of a screen, so they require quite much memory. For each entry I'm creating a custom LinearLayout with ImageView and ...
0
votes
1answer
2k views
java.lang.RuntimeException: Canvas: trying to use a recycled bitmap android.graphics.Bitmap
I send message to this handler(here I ommitted some cases) to do some operation on a bitmap and then set the bitmap on the UI. Because the operation on the bitmap is time consuming, I put it in a ...
1
vote
1answer
782 views
Android ICS bitmap recycling
I was using following code in onDestroy to recycle large bitmap in order to restore memory quickly. If I don't do it, application will crash with OutOfMemory error after few screen rotations. Android ...
0
votes
0answers
88 views
IBOutlet UIScrollView didn't recycle memory of subviews
Confused:Although viewController is dismissed ,the memory didn't recycled.
The code was updated to github for reference.
https://github.com/shuangyi/iOS-memory-recycle
My projects :
1.A ...
0
votes
1answer
268 views
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 ...
3
votes
2answers
141 views
Can you recycle a vector of Domino objects?
I have made a vector of objects that are Domino ViewEntries (they could be Documents or any Domino object for that matter). This is not a ViewEntryCollection nor a DocumentCollection. The list object ...
0
votes
2answers
1k views
Why I get Canvas: trying to use a recycled bitmap android.graphics?
I have 4 activities A, B, C and D.
Activity A has a menu. One of its options opens Activity D which has a list view.
Activity A opens Activity B by a button. Activity B opens Activity C by a button.
...
0
votes
3answers
402 views
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 ...
1
vote
1answer
1k views
android recycle all bitmaps in view on view removal
I have a ViewPageron my Kindle Fire app that adds roughly 30 views per Page Activity. There are no references to the bitmaps once they are added (the vars are lost after the local statement block ...
0
votes
1answer
190 views
IIS Process Recycled When Thread Running
There is an ASP.NET Web App , some of it's modules are implemented by threads(C#).
When the threads are running , What does it result to if IIS Process Recycled ?
0
votes
2answers
303 views
C threads worth reusing? [closed]
Is it worth taking the time to write the code to reuse threads in C, or are they cheap to create and destroy?
I'm rendering some CPU only 3D graphics and it was going pretty slow (looked like about 5 ...
1
vote
1answer
737 views
recycle bitmap ice cream sandwich force close
In my ondestroy method, I recycle all the bitmaps I've used to free up memory and keep the app from crashing during screen rotations. This has proven to be the right thing to do for all apis until ice ...
1
vote
1answer
173 views
Moodle IIS Crash
I have a fresh install of Moodle 2.1, PHP v5.3, Windows Server 2008 R2, IIS, MySQL, 3GB Ram, 4 CPUs.
I use Moodle as a VLE for a School, but have recently been having problems with it not responding ...
2
votes
2answers
2k views
How to check app pool last recycled
is it possible to check when i recycled the app pool last time, i want to check the date when my app pool was last recycled, is there anything in IIS i can get this info.
7
votes
2answers
1k views
Asynchronous download of Bitmaps in an Adapter, with emphasis on Bitmap.recycle()
Could someone tell me how to make a good mechanism for async. download of images for use in a ListView/GridView?
There are many suggestions, but each only considers a small subset of the typical ...
19
votes
7answers
3k views
How are people solving app pool recycle issues on deployment with large apps?
Currently after a build/deployment of our app (58 projects, large asp.net MVC 3 front end) takes ~15-20secs to load as it goes through the whole 'recycling the app pool' (release configuration).
We ...

