Hi, i want to create auto suggest to my loopback service, the behaviour is every afterTextChanged the request fired, but if onTextChanged, i want to cancel the request, i know in loopj it will use cancelRequest() to do so but i don't have idea how to cancel request from RestAdapter?
Hi, i want to create auto suggest to my loopback service, the behaviour is every
afterTextChanged
the request fired, but ifonTextChanged
, i want to cancel the request, i know in loopj it will usecancelRequest()
to do so but i don't have idea how to cancel request from RestAdapter?any clue will be helpful, thanks!