Skip to main content

All Questions

Tagged with
-1 votes
1 answer
79 views

using flutter Getx binding that is visible in visibility does not work even if the data has changed

i make a onboarding page using flutter and getx state management with binding, when i try to set the visible the ui is not updating, so when im at the last page the skip and next icon is not gone and ...
ubasa nino's user avatar
0 votes
1 answer
53 views

Cannot GET data from Github API in Android Kotlin Development

I am a beginner in Android development, I am experiencing problems when GET data from the GitHub API, I have a details page to display the details of the GitHub user but when I want to display the ...
Dzy's user avatar
  • 175
0 votes
1 answer
60 views

Flutter, How to add animation when redirecting screen using Get.off()?

I have this line Get.off(() => const AllergyConfigurationScreen()); which redirects to another screen. Is it possible to add animation by integrating a PageRouteBuilder? preferences_controller.dart ...
Safwan Norasidin's user avatar
0 votes
1 answer
80 views

Flutter, how to redirect to different screens depending on current screen using Get.off() in a try catch block

So I have a button which will call the updateAllergy() function and it will redirect to the home screen. Say if I want to redirect it to another page which will also have a button with the ...
Safwan Norasidin's user avatar
0 votes
0 answers
61 views

Flutter, How do I default an RxBool variable to a value from Firebase

How do I default Rxbool variable RxBool isVegan = false.obs; to use a user value from firebase instead of false. preferences_controller.dart class PreferencesController extends GetxController { ...
Safwan Norasidin's user avatar
-1 votes
1 answer
44 views

Request Get on Android Studio

I'm create a app to found where is the client (city, localization, route, ...) and to solve this i need make a request get to this website https://nominatim.openstreetmap.org on android studio with ...
Carl's user avatar
  • 11
0 votes
1 answer
49 views

My android studio new Thread(new Runnable ) didn't work

I want to use GET() connection in android studio. And here is my code in MainActivity.java. protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); ...
Ikun's user avatar
  • 1
0 votes
0 answers
69 views

Android .I don't get data when using kotlinx serialization

When creating the application, I had difficulties with kotlinx serialization. I wrote the code based on the article: https://vtsen.hashnode.dev/simple-rest-api-android-app-in-kotlin-various-http-...
Влад Михнёнок's user avatar
0 votes
1 answer
70 views

Android. Unable to get data when using token

In my application, I am trying to access the list of repositories of an authorized user using the documentation: https://docs.github.com/ru/rest/users/users?apiVersion=2022-11-28#get-the-authenticated-...
Влад Михнёнок's user avatar
0 votes
0 answers
41 views

RETROFIT QUERY CONTAINS SPECIAL characters

I have special characters in the query path which gives me an error: @Path parameter name must match {([a-zA-Z][a-zA-Z0-9_-]*)}. Found: metadata.tags.sys.id My query parameter is : metadata.tags.sys....
Bhoomika Brahmbhatt's user avatar
0 votes
0 answers
111 views

GET request on Kotlin Android doesn't resolve url

I try to get response from the api of the website https://api.api-ninjas.com/v1/city?name=Moscow with OkHTTP and get this error: Message: Unable to resolve host "api.api-ninjas.com": No ...
CHEYSOFF's user avatar
0 votes
1 answer
35 views

how to get the id from First API to utilize in nested call of another API, using retrofit in android Studio?

I'm trying to fetch the genre's id from the response of GenresDataModel and want that id to compare with nested api response of MovieDataModel. Here I've Created an interface method for call retrofit ...
Kailas Mantri's user avatar
0 votes
0 answers
224 views

Unhandled Exception: Null check operator used on a null value When I use SnackBar in Get X Framework

I need to show message via snackbar using Get X Framework. I tried source code like below Get.snackbar('Need Distributor', 'Make Sure Set Up Route Plan', snackPosition: SnackPosition.BOTTOM); When I ...
Md Omor Faruqe's user avatar
0 votes
1 answer
43 views

HTTP GET by sending parametres RETROFIT android

Postman refernce image When I hit the HTTP GET request by passing the below parameters in body at postman I can able to get the current responce { "pickup_postcode":"600114", "...
AMRESWAR V's user avatar
0 votes
0 answers
41 views

GET request to server `http://desktopName` over LAN through mobile

My app is trying to lock desktop's mouse and keyboard using a mobile app, which is already working. I am already using the desktop IP but now trying to use http://desktopName as GET URL for my android ...
Lourence Epino's user avatar

15 30 50 per page
1
2 3 4 5
40