java - InputStream appears to be loading twice -


while working inputstream , coming app after long idle appears load listview twice. parsequery uses same code within app not. wondering, without going mounds , mounds of code if of have had similar issues inputstream , if how did correct it. way doesn't if app idle little while, idle mean if user presses home , comes app.

screenshot (the top listview scrolls bottom 1 acts background):the top listview scrolls bottom 1 acts background

here logcat upon long idle:

06-14 21:23:02.373  16455-16458/com.parse.tcourt d/dalvikvm﹕ gc_concurrent freed 3567k, 20% free 17314k/21447k, paused 12ms+15ms, total 82ms 06-14 21:23:04.866  16455-16458/com.parse.tcourt d/dalvikvm﹕ gc_concurrent freed 5569k, 26% free 17983k/24071k, paused 12ms+7ms, total 80ms 06-14 21:23:07.949  16455-16458/com.parse.tcourt d/dalvikvm﹕ gc_concurrent freed 6046k, 27% free 18214k/24775k, paused 5ms+7ms, total 127ms 06-14 21:23:10.622  16455-16458/com.parse.tcourt d/dalvikvm﹕ gc_concurrent freed 5740k, 25% free 18728k/24967k, paused 12ms+13ms, total 137ms 

here logcat @ startup:

06-14 21:30:00.990  17333-17333/com.parse.tcourt d/dalvikvm﹕ gc_for_alloc freed 585k, 10% free 15348k/16899k, paused 26ms, total 26ms 06-14 21:30:01.941  17333-17369/com.parse.tcourt i/configurator﹕ ical4j.properties not found. 06-14 21:30:03.653  17333-17335/com.parse.tcourt d/dalvikvm﹕ gc_concurrent freed 3620k, 19% free 17968k/22087k, paused 13ms+8ms, total 88ms 06-14 21:30:06.276  17333-17335/com.parse.tcourt d/dalvikvm﹕ gc_concurrent freed 6237k, 28% free 17929k/24711k, paused 12ms+7ms, total 92ms 

so seems loading twice according logcats... thanks


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -