Android Studio – android studio volley web request
I'm trying to make a get request to an API that returns a JSON array on android studio but when I check the logs it says that there was a problem... (I use kotlin by the way) What did I…
I'm trying to make a get request to an API that returns a JSON array on android studio but when I check the logs it says that there was a problem... (I use kotlin by the way) What did I…
I'm a new learner on this platform. I code a simple react native app using expo. But I want to build a .apk file. I tried this command: expo build:android Then I sign up an expo account. After completing the…
I am using Android Studio 2020.3.1. I want to launch a adb shell from within Android Studio. I have the Terminal tab at the very bottom of the IDE. But I can only open "Local" terminals. Any ideas where I…
When I run my flutter project, I get the following error: C:UsersSourav Kannantha BDocumentsAndroidProjectsecommercestorebuildappgeneratedsourcebuildConfigdebugcomskbsmkecommercestoreBuildConfig.java:14: error: illegal escape character public static final String fluttersdk = "C:UsersSourav Kannantha BDocumentsFlutter"; ^ . . . I can see why that is error, because BuildConfig.java…
I want to program an app but have big issues mentioned in the top. I have some variables in my main activity which, when I switch in a different activity and back again, are resetted. But I want that they…
This code was written before inside oncreate it was working fine but when i shifted it down in order to create a function this "it" is showing these errors, i had checked there is no variable like "it" this is…
I have recently started my journey in Flutter(Dart). I am trying to build an application which fetches some JSON information using an API call. I have successfully written a code for the following JSON file [ { "on_api": "1", "tl_api":…
I am creating a simple Android Bible app. Bible text is structured in the bible folder as: . ├── bible │ ├── book_one │ │ ├── chapter_one.html │ │ ├── chapter_two.html │ │ └── [...] │ ├── book_two │ │…
How to create dynamic URLs using Build Flavors in Android (Android Studio) I have more than 15 URLs for each environment in my app, and in total we have 5 environments, how do I use these URLs from a common…
I tried much code for getting pdf path in android 11 or 12 but only working in android 10 or below devices. Can you please help me? I share my code of lines Intent calling like this Intent intent =…