Anonymous » 06 мар 2024, 15:03
Последнее сообщение Anonymous «
Anonymous »
I am using the AlertDialog.Builder in Android to quickly prompt the user for text. The dialog shows up and works great, but the user must click on the EditText field to load the soft keyboard. Is there any way to open the keyboard and give focus to...
Anonymous » 06 мар 2024, 14:53
Последнее сообщение Anonymous «
Anonymous »
I have an android app that I publish to external organizations' app stores using the Managed Google Play option in the play console. Before publishing a new version of the app to production, I would like for it to be tested by a select set of users....
Anonymous » 06 мар 2024, 14:39
Последнее сообщение Anonymous «
Anonymous »
So I have a fragment that contains CameraX. I want to move the photos to the fragment that contains ImageView. When I press the button for photos on the Camera Fragment
binding.ivCamCapture.setOnClickListener { takePhoto() } There always an...
Anonymous » 06 мар 2024, 14:38
Последнее сообщение Anonymous «
Anonymous »
I am using Chrome custom tabs for opening links inside the app. The app runs in a single activity with launchMode = singleTask. When I exit the app when the custom tab is open, and return to the app via recent apps screen, the tab is retained....
Anonymous » 06 мар 2024, 14:37
Последнее сообщение Anonymous «
Anonymous »
I took over a project written in React Native, but this project is a bit strange, I can generate apk to install, but using npx react-native run-android will get Error: Activity class {com.xxx.xxx/com.xxx.xxx.MainActivity} does not exist.
Anonymous » 06 мар 2024, 14:37
Последнее сообщение Anonymous «
Anonymous »
I have followed the Android developers guide on: how to hide the system navigation bar.
int uiOptions = View.SYSTEM_UI_FLAG_HIDE_NAVIGATION | View.SYSTEM_UI_FLAG_FULLSCREEN; decorView.setSystemUiVisibility(uiOptions); It works OK, until I show an...
Anonymous » 06 мар 2024, 14:37
Последнее сообщение Anonymous «
Anonymous »
I have an android application entirely based on immersive mode. I have managed to go edge-to-edge for the entire application but when I open a bottom sheet dialog with peek height of uptop 90% of the screen and a scrollview to accomodate a long...
Anonymous » 06 мар 2024, 14:34
Последнее сообщение Anonymous «
Anonymous »
Clicking on an image (within a Image composable) should open a new screen (using NavHost and NavController). The new screen should display a list of users (using LazyColumn and rememberScrollState() for smooth scrolling). Upon selecting a user (by...
Anonymous » 06 мар 2024, 14:28
Последнее сообщение Anonymous «
Anonymous »
I have scaffold with some floatingActionButton and bottomBar
And the main views.
On the first layout show, all works fine, but if you push home button and go back to the application, all fields after bottomBar become invisible. Last stop of...
Anonymous » 06 мар 2024, 11:45
Последнее сообщение Anonymous «
Anonymous »
I am trying to fetch the postid from a Real-Time Database for my Android application. However, I am not able to do so and keep encountering an error inside my isLiked() function:
Can't pass null for argument 'pathString' in child() My Code:...
Anonymous » 06 мар 2024, 11:45
Последнее сообщение Anonymous «
Anonymous »
I want to have a chat profile screen like in Telegram. there are some parts that I can't make out though. For those who may not know, it has a collapsibleToolbar, a scrolling content area after and then a TabLayot which would be pinned when reached...
Anonymous » 06 мар 2024, 11:27
Последнее сообщение Anonymous «
Anonymous »
I am trying to achieve the following:
Inspect a Java method's byte codes for tampering or manipulation.
I came across the term bytecode framework and online searches led me to ASM, Byte Buddy etc. I tried to get a ClassReader object of...
Anonymous » 06 мар 2024, 11:24
Последнее сообщение Anonymous «
Anonymous »
I would like to ask if anyone has some experience using nfc adapter and camera, I have separated them in a different activity but after using the camera sometimes the nfc is not responding, If anyone has some experience working with this kind of...
Anonymous » 06 мар 2024, 11:12
Последнее сообщение Anonymous «
Anonymous »
According to this RN release , now on we can use overflow:'visible' in android . But still React Native Android clipping its Children view. consider the below code
Anonymous » 06 мар 2024, 11:11
Последнее сообщение Anonymous «
Anonymous »
I am working on a big java + kotlin codebase - it has services, activities, etc - which ultimately compiles to an Android apk. I am trying to improve performance of this app. I found that in Perfetto, it is showing a huge 1.4s binder transaction ,...
Вы можете начинать темы Вы можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы можете добавлять вложения