Questions tagged [async-loading]

Async loading is the concept of loading data/object or other things not synchronized with the main thread.

Async loading is the concept of loading data/object or other things not synchronized with the main thread.

6 questions
9
votes
6 answers

angularjs ng-cloak is not working when page load

I am new to AngularJS and trying to fix the issue where some of the HTML code displays before ng-if condition gets evaluated. I am using ng-cloak as mentioned in many other stack over flow URLs but it still doesn't work for me. I am trying to load…
ree
  • 119
  • 1
  • 2
  • 6
3
votes
1 answer

Distance between multiple points in android Listview

Work Summary.. I'm working on project where we calculate the driving distance from user current location and nearby user location. It can be a duplicate question for single point distance calculation but i want distance calculation for multiple…
Preet_Android
  • 2,332
  • 5
  • 25
  • 43
3
votes
2 answers

Implementing "withDelay" in Picasso Android (for skimming)

When dealing with many scrolling images, you have to avoid the problem of loading while skimming, while the user is fast scrolling. The simplest and often best solution is remarkably simple: just introduce a small delay (say .350) before doing…
Fattie
  • 27,874
  • 70
  • 431
  • 719
1
vote
1 answer

Is it absolutely correct that Picasso understands NOT to load if the view has been recycled?

I'm a little confused: as a rule when async loading images to some sort of list view (whether on Android or iOS or in the abstract on another platform), you essentially must do this .. -- make a note of "which" cell this is (say, #213) -- start…
Fattie
  • 27,874
  • 70
  • 431
  • 719
0
votes
1 answer

Android Studio Book search Google API

OK This Android ( Java ) app searches the Google App API and displays books in a listview. It uses a custom adapter and a Async Loader. I have a skeleton of the app working, but just one search. After that everything just stays on the screen and…
Greg Kraft
  • 11
  • 3
0
votes
1 answer

how does yepnope js test object work?

I know this package is deprecated but would like to understand what's going on - Looking at the docs, does the below mean that if window.JSON is true, run the complete function? And if not, load up the nope file? yepnope({ test: window.JSON, …
akantoword
  • 2,824
  • 8
  • 26
  • 43