Гость » 09 мар 2024, 20:51
Последнее сообщение Гость «
Гость »
When the coupon which is the small icon is gone, this part in the layout
The green box I have drawn should be where the description should be aligned.
I have tried using the barrier but could get that to work
I have the following layout...
Гость » 09 мар 2024, 20:49
Последнее сообщение Гость «
Гость »
I do not want osmdroid to use the external storage location to store cache of tiles. Instead, I want it to use the app's getCacheDir() location. This is the code I have done to achieve this:
org.osmdroid.config.IConfigurationProvider osmConf =...
Гость » 09 мар 2024, 20:45
Последнее сообщение Гость «
Гость »
I am creating an app with a html, css, js inside a webview, and also several databases to store data. My app is designed to be used for 10 to 11 hours each time.
A big problem was found that android will kill my app in background after leaving for a...
Гость » 09 мар 2024, 20:39
Последнее сообщение Гость «
Гость »
Wrote a script to monitor folders with exclude option with inotifywait and trapped into problem with substitution in command. Script:
exc= /data/local/tmp/1/|/data/local/tmp/2/
mkdir -p $p1/1 $p1/2
#set -f #globbing off, no changes with this flag...
Гость » 09 мар 2024, 20:22
Последнее сообщение Гость «
Гость »
I was using Android Studio for Jetpack Compos, and now I do not have my device because I am in another country. I went to Android ide and was trying to make an application using Compos, but the expected result in both cases is a white screen. Hope...
Гость » 09 мар 2024, 20:19
Последнее сообщение Гость «
Гость »
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,...
Гость » 09 мар 2024, 20:10
Последнее сообщение Гость «
Гость »
As I'm progressing with my latest personal project in kotlin, Android Studio, I've recently realised that I have to make my components scale uniformly on every type of screen irrespective of screen's resolution or dpi (density per inch). The problem...
Гость » 09 мар 2024, 20:06
Последнее сообщение Гость «
Гость »
Tried to call method from other class that returns data. However, it's either my app is going to crash or the data will be null
LOGIN CLASS:
public class LoginActivity extends AppCompatActivity {
public static String emailLogin;
protected void...
Гость » 09 мар 2024, 20:04
Последнее сообщение Гость «
Гость »
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, 20:01
Последнее сообщение Гость «
Гость »
It looks like to use the Spotify API on android, I need to use the Spotify Android SDK. This requires the user of my app to have Spotify installed! I just want to get small things like genres and user playlists for my app, I don't want playback...
Гость » 09 мар 2024, 19:46
Последнее сообщение Гость «
Гость »
I am currently using the libraries from this repository in my application.
I want to make some changes to the library, so I downloaded the repository, imported the modules inside Android Studio, and updated the settings.gradle and build.gradle files...
Гость » 09 мар 2024, 19:42
Последнее сообщение Гость «
Гость »
I made a watch face using the Jetpack Watch Face API and I'm trying to get the bpm data into a string as to paint them into the canvas. I don't want to use complication as it seems that they will go away sometime in the futur (and only useable from...
Гость » 09 мар 2024, 19:40
Последнее сообщение Гость «
Гость »
I created a recyclerView variable in an xml named activiy_main.xml and i want to access it in the MainActivity file
I tried different ways to import the xml file but I get an error each time.
I added a picture of the navigation in the project, what...
Гость » 09 мар 2024, 19:39
Последнее сообщение Гость «
Гость »
I'm new to Android Application development and there is so much that I have to learn.
I'm creating an app that has multiple activities. I want to find a way to create a service that can play different background music on a loop based on different...
Гость » 09 мар 2024, 19:24
Последнее сообщение Гость «
Гость »
I wanted to implement charts in my android app, so i find Kandy, a library for kotlin. I tried to use it, but after lots of problem that i solved adding exclusions and mergers in the build.gradle file, an another problem pop up. Can anyone tell me...
Гость » 09 мар 2024, 19:16
Последнее сообщение Гость «
Гость »
I'm building an android app using jetpack compose and I'm using my school's gitlab. The runner have only 4GB of memory and every time my pipeline fails on: Gradle build daemon disappeared unexpectedly. Is it normal that android project build needs...
Гость » 09 мар 2024, 19:10
Последнее сообщение Гость «
Гость »
How?
They use the mapsforge mapping engine in their android application. There was a need to move the scalebar from the bottom corner to the center of the screen,
I read the documentation and couldn't find anything. Can you help me, please?...
Гость » 09 мар 2024, 17:55
Последнее сообщение Гость «
Гость »
I have a simple music application. It uses AudioTrack to playback music the user has created, and AudioTrack requires audio data in the form of a short[]. I would like to implement an export feature where the music is written to a .wav file.
Android...
Гость » 09 мар 2024, 17:50
Последнее сообщение Гость «
Гость »
As I'm progressing with my latest personal project in kotlin, Android Studio, I've recently realised that I have to make my components scale uniformly on every type of screen irrespective of screen's resolution or dpi (density per inch). The problem...
Гость » 09 мар 2024, 17:48
Последнее сообщение Гость «
Гость »
I want to connect to the phone via wifi and debug my code. Until a few days ago, it was connected and I was debugging without problems. But recently it encounters the ADB returned null value error. The connection steps are as follows using ADB...
Гость » 09 мар 2024, 17:44
Последнее сообщение Гость «
Гость »
I've returned to old project of mine and slowly fixing things to make it work again. It was android 9-10 when i first started and now i changed it to 13-14. In my java class there is a template like 4 choices but when i click any of them nothing...
Гость » 09 мар 2024, 17:44
Последнее сообщение Гость «
Гость »
I am working on music app which has songs queue contains duplicate songs (as per user's requirement to repeat the song) with different state , one of them could be in playing state or others not(screenshot).
I have set setHasStableIds(true) to the...
Гость » 09 мар 2024, 16:55
Последнее сообщение Гость «
Гость »
I have a service that holds a list of trains (important data that I want to share between coroutines). It also has methods to modify the list. So, I use mutex in these methods.
This is the code that calls the methods (it is inside a coroutine):
val...
Гость » 09 мар 2024, 16:46
Последнее сообщение Гость «
Гость »
i want to create a new project but after select api level there no options for select java and project default open in kotlin. What can i do?
i want to create a new project but after select api level there no options for select java and project...
Вы можете начинать темы Вы можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы можете добавлять вложения