Category "android-studio"

using 100+ EditTexts in Android Studio causes to lag the application

I want to use 100+ edittexts in android studio but when I add 100+ edittexts, on application start, it lags for a while, once it renders then it is ok but the l

keystorePropertiesFile - Gradle task assembleDebug failed with exit code 1

I am getting this error after trying to run the app in an emulator. FAILURE: Build failed with an exception. * Where: Build file 'D:\Projects\news-app\news\mai

I'm getting this error anyone know the solution

I'm getting this error anyone know the solution FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':flutter_plugin_android_lif

What scopes do IntelliJ settings sync require?

I am trying to get my Android Studio (IntelliJ) IDE settings synced across multiple computers. From what I understand, the easiest options should be to use a se

Mapbox dependency in Android studio Bumblebee

So as it mentioned in mapbox installation guide, in order to add dependency to top level gradle, this is what should be done: . But as you see in the picture it

Dart preview Flutter UI guides is not present in vscode?

I can't find the dart preview flutter UI Guides... I have installed flutter and dart extensions in vscode... Can anyone help?? my Flutter version 2.10.4 and Dar

Show screen before another app starts in android studio

I'm doing an app that blocks the access to another apps when you have used them for an specific time, for example Facebook. So, my idea is to show a screen when

How can I run PHP Code locally within a WebView App?

So I have been issued a project with tight restrictions, I need to run php files stored in local app directory for a WebView application. However I dont even kn

I/chromium: [INFO:CONSOLE(2)] "Uncaught SyntaxError: Unexpected token ..." spread operator in webview android studio

the problem is maybe the same as the link below : https://forum.vuejs.org/t/spread-operator-not-working-in-webview-android/74893/7 but the different is, im usin

Error: Method 'addPostFrameCallback' cannot be called on 'SchedulerBinding?'

how can I fix this error in flutter with android studio /C:/src/flutterSDK/flutter/.pub-cache/hosted/pub.dartlang.org/get-4.6.3/lib/get_navigation/src/snackbar/

How do you add windowSoftInputMode to one item

I want to add android:windowSoftInputMode="adjustPan" only to recycler view. When I add it into the manifest file it adds it to everything which I don't want. W

How to split string from a QR Code and inserting them into a login and password text form field

I'm trying to create a scanner that can insert string from a QR code. I've been researching to no avail. I managed to create a simple scanner that can setstate

I cannot add new destination into navigation component in android studio

I got some problems when I create a navigation graph to control fragments, the problem is that whenever I add any new destination to this graph, this destinatio

Flutter doctor can't find Android SDK, but everything is set

I'm on Ubuntu 20.04 LTE My Android SDK Location (shown in Android studio) is /home/myuser/Android/Sdk The error goes as follows: ✗] Android toolchain - d

How to make Apk available in play store for the version 6 android phones

I have published my application with a minimum SDK 23 but unfortunately, it's not showing the application in the play store for the android version 6 phones. I

How do I add an external library (Apache Commons Lang) to an Android Studio app manually?

I know how to work with Apache Commons Lang 3 library in an Android Studio app by implementing it in the build.gradle file using implementation 'org.apache.comm

How to customize the hard wrap vertical line in Android Studio IDE for code formatting

When I apply "Format code" my lines of code automatically down line (many lines) even though my screen has enough space to display it on 1 line. I see it depen

Android Studio - blank white screen when running Ionic App on an emulator

I'm working on an Ionic App. It's running fine both in iOS emulator (via Xcode) and via ionic serve, but when trying to run it on an android emulator in Android

how in GridLayout (Android) to fit the last two blocks to full width?

I am currently learning the Android front-end development, and our teacher gave us this task: We need to create the next grid in Android Studio: Task Grid using

setOnClickListener is not showing the Toast or doing the Intent

this is in Kotlin, it doesn't seem to work no matter what I try it's just a button with a click listener. Its function is to take me to another activity, I trie