Гость » 09 мар 2024, 16:45
Последнее сообщение Гость «
Гость »
What is the last version of Android Studio for Windows 7 ?
I can see we can download older versions in the archive download page but I can't find minimum requirement infos except for the last versions.
As an example, if I want to check the minimum...
Гость » 09 мар 2024, 16:42
Последнее сообщение Гость «
Гость »
Whenever i try to run emulator it gives me error, when i checked my idea.log file then it displaying this error.(i recently installed android studio)
**This is the error: **
INFO - Emulator: Small Phone API 34 - GetFileAttributes...
Гость » 09 мар 2024, 16:25
Последнее сообщение Гость «
Гость »
Hi I'm using recyclerview for handling multiviewType of the lists, but when i scroll the cells are changing sometimes.
I referred many SO's answer but it didnt worked.
Override the getitemid as well but didnt worked need help for the following...
Гость » 09 мар 2024, 16:19
Последнее сообщение Гость «
Гость »
I've been trying to build my android app with gradle build, and to get it download required dependencies and jar files automatically, I added in my settings.gradle
apply plugin: 'com.android.application'
apply plugin: 'com.android.library'
Гость » 09 мар 2024, 16:06
Последнее сообщение Гость «
Гость »
I have this below composable. when I scroll the lazycolumn, the bottomsheet closes. how to fix this? I have attached the video of the same issue below.
val navController = rememberNavController()
val sheetState = rememberModalBottomSheetState(...
Гость » 09 мар 2024, 16:00
Последнее сообщение Гость «
Гость »
I created a test app for Flutter on Android TV that can play external streams via a streamingUrl. Initially loading the stream and playing it works fine.
The problem starts when I want to 'zap' through the different streams that are available by...
Anonymous » 09 мар 2024, 15:49
Последнее сообщение Anonymous «
Anonymous »
For example, i have LiveKit SDK for Android and i need to integrate this plugin into my Unity project for android devices.
I have searched for many tutorials, but none of them had good explanation how to implement this whole SDK to my project and...
Anonymous » 09 мар 2024, 15:44
Последнее сообщение Anonymous «
Anonymous »
Our app has started hanging when making API calls despite not being updated in production for months. We can replicate the issue using the Play Store version of the app or by creating a locally built APK file and signing it. However, we can not...
Anonymous » 09 мар 2024, 15:44
Последнее сообщение Anonymous «
Anonymous »
I have mock data that I want to use for both unit and instrumented test. To avoid repetition, I created a common directory testHelper and placed my mock data there. In app/build.gradle I did:
sourceSets {
androidTest {
java.srcDirs += 'testHelper'...
Anonymous » 09 мар 2024, 15:37
Последнее сообщение Anonymous «
Anonymous »
I have this below composable. when I scroll the lazycolumn, the bottomsheet closes. how to fix this? I have attached the video of the same issue below.
val navController = rememberNavController()
val sheetState = rememberModalBottomSheetState(...
Anonymous » 09 мар 2024, 15:26
Последнее сообщение Anonymous «
Anonymous »
I'm new to Android Development and working right now on my first real project (just trying to copy iPhone calculator). The question is how do I implement deletion on swipe to left side of a screen exactly as on iPhone?
Here I've tried already...
Anonymous » 09 мар 2024, 15:08
Последнее сообщение Anonymous «
Anonymous »
ok so i have two rows of checkboxes that the user can either press checked or uncheked to each individual column so i came up with this idea of code :
fun HowAmIDoingComponent(
modifier: Modifier = Modifier,
selfAssessmentList: List,...
Anonymous » 09 мар 2024, 15:06
Последнее сообщение Anonymous «
Anonymous »
Project is based on Flutter and trying to run on android device.
After setting up the project, when i am trying to run the project, i am getting below error:
Launching lib\main.dart on sdk gphone x86 64 in debug mode...
Running Gradle task...
Гость » 09 мар 2024, 15:04
Последнее сообщение Гость «
Гость »
A few weeks ago i was installing a custom rom to my GT-S7582 using TWRP's built in ADB Sideload feature, in the middle of the process i realised that i forgot to wipe cache and a few other necessary partitions, i thought nothing would happen, but i...
Гость » 09 мар 2024, 14:34
Последнее сообщение Гость «
Гость »
I have installed flutter and Visual studio code and followed all the steps. I created a new flutter project and tried running it. However, it does not run either in the phone and will not launch the browser either. Here is the output when the...
Гость » 09 мар 2024, 14:31
Последнее сообщение Гость «
Гость »
react-native: 0.57.0 yarn : 1.9.4 nodejs: 9.10.1
react-native run-android give me this error:
..\..\../index.js ░░░░░░░░░░░░░░░░ 0.0% (0/1)::ffff:127.0.0.1 - - GET /index.delta?platform=android&dev=true&minify=false HTTP/1.1 500 - - okhttp/3.10.0...
Гость » 09 мар 2024, 14:24
Последнее сообщение Гость «
Гость »
For a page, I only see two options to perform actions - On Page Load & On Phone Shake . But I need to perform an action on press of Android back button or back gesture (swipe from the edges). I can write my own custom action, but the problem is I am...
Гость » 09 мар 2024, 14:15
Последнее сообщение Гость «
Гость »
I'm building an Android app and I wanted to add an option in the settings for the user to choose either he wants to use The app custom font family or just use the dafault system font family and maybe also options for other fonts. Is there an option...
Гость » 09 мар 2024, 14:15
Последнее сообщение Гость «
Гость »
I have the following seek bar in Android XML:
The problem is, that there is always white space around the view. Strangely this white space has different ratios depending on the used screen. You can see on the screenshot, that the aspect ratio for...
Гость » 09 мар 2024, 14:10
Последнее сообщение Гость «
Гость »
I have a room database configuration like below. Room.databaseBuilder(context.applicationContext, AppDataBase::class.java, wallet.db ).setQueryCallback(QueryInterceptor(), executor = Executors.newSingleThreadScheduledExecutor() ).createFromAsset(...
Вы можете начинать темы Вы можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы можете добавлять вложения