I'm working on an app in which I want to add a functionality that shows an alert dialog box only once a day when the user opens the app. I'm done with the dialog box I used the boolean variable if this bool value is true then show dialog else don't...
I am new to Flutter/coding. I am trying to work on my first project. I am following an online tutorial to create a weather app. I followed all the instructions but when I am running the app, nothing shows up on my emulator. There is an error on the...
I am developing an app in which I want to send mail from app without user intervention (without using intents), and it is not good to take the user credentials (without using Java mail API), but how to bind the body of the mail from Android...
I have a code that adds a new captain to the list and then updates the list and has to redraw it, but it doesn't do that. Although an object is added to the MutableList
class MainActivity : ComponentActivity() { @SuppressLint(...
I am facing a weird behavior. I have stucked for five days, at last, I am asking here. When the Internet connection is off, (or on, but no data), when I want to open my app by tapping the launcher icon, my app leads me to a screen, that shows a...
I want to know when I'm writing a web API to make service for mobile and angular 2 clients, should I write one register API for both of them (mobile and angular 2) or should I write for each one separately? My register user view model for web and...
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...
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.
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 = {...
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...
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.
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 = {...
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...
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'
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...
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...
Вы не можете начинать темы Вы не можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы не можете добавлять вложения