Anonymous » 02 мар 2024, 15:14
Последнее сообщение Anonymous «
Anonymous »
I'm currently developing an Android Host Card Emulation (HCE) app targeting API level 34. My application handles the server-side implementation of PACE (Password Authenticated Connection Establishment) authentication and responds to APDU commands in...
Anonymous » 02 мар 2024, 15:00
Последнее сообщение Anonymous «
Anonymous »
I have a lazy row that contains items. Now I want to make an API call for the items which are fully visible in the viewport whenever the user scrolls the lazy row.
Anonymous » 02 мар 2024, 14:56
Последнее сообщение Anonymous «
Anonymous »
I want to get BasicTextField selected text count in jetpack-compose, how can I do it? I want to check if any text is selected in the BasicTextField, show a dialog.
CustomBasicTextField( value = uiState.note.title, updateTextValue = {...
Anonymous » 02 мар 2024, 14:53
Последнее сообщение Anonymous «
Anonymous »
I have an android application built by jetpack-compose. When my MainActivity starts, it calls some composables. But the problem is that after showing the first composable, it freezes and I cannot interact with it for a few seconds (about 30...
Anonymous » 02 мар 2024, 14:52
Последнее сообщение Anonymous «
Anonymous »
I've made a custom toolbar with a title and functioning popup menu, but I can't seem to get a search menu to show up in the toolbar. The search menu icon doesn't even show in the toolbar for this activity and I can't figure out why.
Anonymous » 02 мар 2024, 14:43
Последнее сообщение Anonymous «
Anonymous »
I want to get BasicTextField selected text count in jetpack-compose, how can I do it? I want to check if any text is selected in the BasicTextField, show a dialog.
CustomBasicTextField( value = uiState.note.title, updateTextValue = {...
Anonymous » 02 мар 2024, 14:37
Последнее сообщение Anonymous «
Anonymous »
I am developing a mobile app on Android that will track the hours that users spend in certain location using geofencing technology. This app will be installed on phone that will be provided by companies to their employees and this app is one of (if...
Anonymous » 02 мар 2024, 14:36
Последнее сообщение Anonymous «
Anonymous »
I tried to accept touch events in Qt6 like this, in main.cpp:
QApplication::setAttribute(Qt::ApplicationAttribute::WA_AcceptTouchEvents); error: no member named 'WA_AcceptTouchEvents' in 'Qt::ApplicationAttribute'
Anonymous » 02 мар 2024, 14:35
Последнее сообщение Anonymous «
Anonymous »
I am facing conceptual issue on how to store session in mobile app after sending login request to API. Basically what I have done so far I created web server using Node.js and I handle sessions using express-session. What I want to to is to create...
Anonymous » 02 мар 2024, 14:34
Последнее сообщение Anonymous «
Anonymous »
I'm currently working on an API that is going to be used in an app and a website. For some actions, you have to be logged in and for others not. Users are also split up into different account types like e.g. users and support. For the API I've used...
Anonymous » 02 мар 2024, 14:34
Последнее сообщение Anonymous «
Anonymous »
I have mobile app (Xamarin Forms for Android and iOS). I need to display some pictures from the server in my application. some pictures do not exist on the server. if the picture does not exist, the server redirects to another page. I need to check...
Anonymous » 02 мар 2024, 14:33
Последнее сообщение Anonymous «
Anonymous »
When using MOBILE SHARE (navigator.share), cancelling the Share flow causes an unexpected error to appear. The message can be acknowledged and user is allowed to proceed but this error response is unexpected.
Anonymous » 02 мар 2024, 14:32
Последнее сообщение Anonymous «
Anonymous »
I have a project to do at school, it's about developing an API to link three applications from different platforms to a single database. It will be a desktop, mobile and web application. But problem, I've never developed an API and I don't know...
Anonymous » 02 мар 2024, 14:19
Последнее сообщение Anonymous «
Anonymous »
I'm running an expo react-native application with a dependent version
expo : ^49.0.0 system MAC M1 Venture 13.2.1 (22D68) Node version is v20.11.1 npm version is 10.2.4 npx version is 10.2.4
Have configured all the packages and plugins correctly...
Anonymous » 02 мар 2024, 14:15
Последнее сообщение Anonymous «
Anonymous »
META-INF/java.com.google.android.gmscore.integ.client.measurement_api_measurement_api.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.7.1.
What went...
Anonymous » 02 мар 2024, 14:09
Последнее сообщение Anonymous «
Anonymous »
I know Flutterflow has a one-clic deployment feature, but I would like to learn doing it myself. I managed to get it into the Google play store for a closed test. I could download and install it on the phone, but after that I could only see the...
Anonymous » 02 мар 2024, 14:08
Последнее сообщение Anonymous «
Anonymous »
I have developed a basic program where it has list(recycler view) and you can search from it. But, the issue i encountered is when i tried to integrate a search feature. When trying to find the id of the search view, my app crashes. I also tried to...
Anonymous » 02 мар 2024, 14:01
Последнее сообщение Anonymous «
Anonymous »
I am working with AOSP 9 and 11 to build a android based embedded system.
For several review task I require a list of all software packages, libraries, etc. that are used to build and/or get installed in the final image plus their versions.
Гость » 02 мар 2024, 13:55
Последнее сообщение Гость «
Гость »
I have been trying to install flutter package path_proveder. But I do not know for what reason it is giving error. I need to use it in production app. One reason that might cause this error for using the flutterToast which requires minsdk 21.Can...
Гость » 02 мар 2024, 13:49
Последнее сообщение Гость «
Гость »
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)...
Вы можете начинать темы Вы можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы можете добавлять вложения