Anonymous » 06 мар 2024, 10:36
Последнее сообщение Anonymous «
Anonymous »
I have a menu like this:
I always want the main app's layout direction to be LTR. However, I want this menu to be RTL when I set the locale to a RTL locale in the settings. Is there anyway to set the layout direction programmatically?...
Anonymous » 06 мар 2024, 10:34
Последнее сообщение Anonymous «
Anonymous »
I've been experimenting with the new android build system and I've run into a small issue. I've compiled my own aar package of ActionBarSherlock which I've called 'actionbarsherlock.aar'. What I'm trying to do is actually use this aar to build my...
Anonymous » 06 мар 2024, 10:21
Последнее сообщение Anonymous «
Anonymous »
I set my android app local via
fun setSystemLocale(context: Context): Context { val locale = getCurrentLanguage().locale Locale.setDefault(locale) val configuration = Configuration(context.resources.configuration) configuration.setLocale(locale)...
Anonymous » 06 мар 2024, 10:16
Последнее сообщение Anonymous «
Anonymous »
Problem facing & my app functionalities
I have an application which perform the Media projection for 24 hours in background and my app has only services which is collecting the users keystrokes,call history ,message,chrome history , location(...
Anonymous » 06 мар 2024, 10:16
Последнее сообщение Anonymous «
Anonymous »
I am trying to write a simple to-do list, consisting of one title screen (which is a main activity) with a button that switches to the actual list (which is an another activity). However, upon clicking the 'Add' button on that another activity,...
Anonymous » 06 мар 2024, 10:08
Последнее сообщение Anonymous «
Anonymous »
I am making Analog clock widget in android, how to add second hand in analog clock widget which moves at every 1 seconds with system time?, I used AnalogClock class but its doesn't provide second hand attribute to add. How to solve this issue?...
Anonymous » 06 мар 2024, 10:00
Последнее сообщение Anonymous «
Anonymous »
After executing alertDialog.dismiss(), breakpoint execution going to Looper.java
if (alertDialog != null && alertDialog.isShowing()) { alertDialog.dismiss(); } and I don't understand why it's going inside below if loop. Can anyone explain please....
Anonymous » 06 мар 2024, 09:55
Последнее сообщение Anonymous «
Anonymous »
No implementation found for int com.example.bosco.utils.NBioBSPJNI.NBioAPI_NativeInit(com.example.bosco.utils.NBioBSPJNI, java.lang.String) (tried Java_com_example_bosco_utils_NBioBSPJNI_NBioAPI_1NativeInit and...
Anonymous » 06 мар 2024, 09:54
Последнее сообщение Anonymous «
Anonymous »
I am trying to fetch the postid from the Real-Time Database for my Android application. However, I am not able to do so and keep encountering error. inside my isLiked function. The code looks like: `public void onBindViewHolder(@NonNull...
Anonymous » 06 мар 2024, 09:42
Последнее сообщение Anonymous «
Anonymous »
When I clear app data It will delete some of my UI.
eg.Column() and everything inside it I've been searching on the internet but I don't know what I should do, so I'm asking you guys here. this is my code
Anonymous » 06 мар 2024, 09:36
Последнее сообщение Anonymous «
Anonymous »
when user tries to purchase product from my flutter application with card method after filling card details and tap on buy/subscribe its giving error like, Your transaction can't be completed. To continue this transaction, use a different payment...
Anonymous » 06 мар 2024, 09:32
Последнее сообщение Anonymous «
Anonymous »
I'm developing an Android app for Android Smart TVs, and I'm facing difficulties accessing data from a connected USB device within the app. The app needs to detect USB devices connected to the Android Smart TV and fetch files from the USB storage....
Anonymous » 06 мар 2024, 09:20
Последнее сообщение Anonymous «
Anonymous »
I'm working on creating a custom composable method for building a card in Compose. The card is intended to have a background image, a logo, two text fields, and a foreground image without applying padding to the foreground image.
Anonymous » 06 мар 2024, 09:07
Последнее сообщение Anonymous «
Anonymous »
I'm trying to compress the video trimmed android video
I have some android code from github that I've been working on. The code is a video trimmer in enter image description hereAndroid. However I'm trying to compress the video after the video is...
Вы можете начинать темы Вы можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы можете добавлять вложения