Questions tagged [aquery]

aquery or Android-Query is a light-weight library for doing asynchronous tasks and manipulating UI elements in Android. AQuery is an open source project which significantly reduces the amount of code needed to perform asynchronous tasks and manipulate the DOM. The tag can be used for questions related to Android development using aquery.

Wiki

AQuery stands for Android Query, which is a small though powerful library for doing asynchronous tasks and manipulating UI elements in Android. AQuery is an open source project that contains library files for Android developers that makes doing repetitive tasks easier.

Android Query simplifies attaching event handlers. Rather than building out an interface or anonymous class. When working with different screen sizes Android Query lets you side-step inspection of the visual tree to see which controls were actually created from the axml file before you attempt to manipulate them by using conditional chaining of methods.

Usage:

The tag can be used for programming related problems of android development using aquery technology. The tag should be avoided for basic android related problems.

Links:

Read more:

80 questions
0
votes
1 answer

AQuery. How do I get username, id, name, surname and email address from a google account?

I am using the code below from the AQuery demo app and the xml is always null How can I reteive the info related to the account I choose from the list of google accounts? public void auth_specific_account(){ String url =…
124697
  • 22,097
  • 68
  • 188
  • 315
0
votes
0 answers

How to create a thumbnail of video using Aquery

i am working on listview showing list of video.i am getting url of video from web server.Now i want to create a thumbnail of video using aQuery.i am using this code: Bitmap bmThumbnail = ThumbnailUtils.createVideoThumbnail("http://" …
Akhilesh Sk
  • 451
  • 4
  • 18
-1
votes
2 answers

statusCode 500 or 400 in HttpUrlConnection in android

i try for one week without find solution always get error with HttpUrlConnection status Code 500 and some times status Code 400 I try JsonCallBack but no data back myurl work with Browser fine and get Data but in android nothing what the wrong…
-1
votes
1 answer

Json parsing with AQuery library of android

Is there any solution to use AQuery library of android for JSON parsing? Do give the code for it. Any solution that makes use of AQuery and no need to create JSONObject instance and to get object from there. Any direct solution for it, please do…
-2
votes
1 answer

How to make AQuery work in Android library on API 28?

I have two apps. One of them uses a library I wrote and the other one doesn't (it has the libraries code directly inside the app). The problem is that with Android Pie API 28 the images in the app that uses my library don't load. The code is the…
Yotam
  • 21
  • 3
1 2 3 4 5
6