Skip to main content
1 vote
0 answers
56 views

I am new to Android and looking for some help. I am making a get request which returns a list as a string. For each entry in this list I want to add a card to a linearLayout in a horizontal scrollview ...
user27100319's user avatar
0 votes
1 answer
40 views

I have MainActivity.java that implements an interface from SshFragment.java which runs an AsyncTask in the fragment. The fragment has no UI but I'm unsure how to define it so and I'm confused how to ...
user avatar
0 votes
1 answer
49 views

I am trying to call a SOAP service with Android studio, but I am getting the following exception android.os.NetworkOnMainThreadException I know should be when running a network call on the main thread,...
andrea's user avatar
  • 1,358
0 votes
0 answers
37 views

I am making a game that has a recyclerview with several items, each item has its own progressbar filling time, I need them to fill in parallel and start over after completion. I did it with asynctask. ...
Artict 11's user avatar
-2 votes
2 answers
126 views

So my object is simple and need to know if I can either make my code better all the way around or remove sleep from my code and somehow wait for the async task to finish with getting data from a ...
Shawn Mulligan's user avatar
1 vote
0 answers
185 views

The app is prompted with an "App is not responding" window. In my main activity, inside the button click, I am calling "Background task" Meanwhile I am shown a progress bar in the ...
Kalai Selvi's user avatar
0 votes
1 answer
93 views

I'm attempting to write data from a list to a specific Google Sheet. I've set up the configuration, but I'm encountering an error that seems related to not using a coroutine. Is my approach correct? ...
Juanjo's user avatar
  • 103
0 votes
1 answer
48 views

I make two requests to the Firebase database, and then load the data into the XML. But it doesn't load them and just leaves the default, I suspect it's because I'm not handling asynchronous requests ...
Dp258's user avatar
  • 3
0 votes
1 answer
56 views

I make two requests to the Firebase database, and then load the data into the XML. But it doesn't load them and just leaves the default, I suspect it's because I'm not handling asynchronous requests ...
Dp258's user avatar
  • 3
0 votes
0 answers
50 views

I have one query regarding the local database. As my system works, when the user logs in for the first time in the application that time in the dashboard we get an API call for getting data. But in ...
Shreyas Balar's user avatar
0 votes
1 answer
374 views

Today I opened my project which haven't been updated for about 6 months now and I decided to update all the libraries to make it up to date with recent Android development environment. After updating ...
Adam Varhegyi's user avatar
0 votes
0 answers
126 views

Since Android 11 AsyncTask is deprecated so I implemented in a separate .java file this AsyncExecutorService abstract class: public abstract class AsyncTaskExecutorService<Params, Progress, Result&...
Luigino's user avatar
  • 779
0 votes
1 answer
103 views

Just an FYI, this is my first time working with JSON, Volley, or ASyncTask. For a coding challenge I have to download a JSON array from a url into an android application and display the list of items ...
jwy205's user avatar
  • 3
0 votes
1 answer
97 views

I am making an app for showing nearby places. But I have a runtime error FATAL EXCEPTION: AsyncTask #2NullPointerException and the app is crashed. I am trying to send nearby places data URL. But I ...
Yash Deshmukh's user avatar
-1 votes
1 answer
700 views

We are coding behaviors for a robot in python async; we would like the robot to have multiple states, within each of which it will exhibit multiple behaviors, some random, some in order. These ...
wibl's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
965