After a recent update for Flutter I found that in Android Studio the package links in stack traces are no longer clickable. This is not the case with Visual Stu
I'm confused about what Flutter framework actually does, I know that it uses Dart and have heard that both of them can be used to create cross-platform apps. Bu
I want to turn off / lock the screen of my device by the clicking the icon of my app in flutter. Like some new Android devices have this functionality. Anyone P
I'm building a mobile app in ionic and i want to know if i can use firebase and spring boot at the same time in the same app so i can benefit firebase real-time
I am working on an Android library and I am writing an instrumented test for it using UI Automator and Mockk. The library has a class called InstallManager whic
I have a simple webpage with a <video> tag. I tried assigning the src attribute of the video tag with URLs of two different videos, both about 2 and a hal
I did an OnClickListenner on RecyclerView Item in the ViewHolder class Item = small card + big card like that init { itemView.setOnClickListener {
I'm trying to do a little game on mobile using Unity and I've got a problem with the rotation of a maze. To add context : When your moving your finger on the sc
I cannot figure out, how to make mobile menu full-width. When I click on hamburger menu, it opens up, but it's only like regular dropdown.I tried many ways to c
with Delphi 10 i used a procedure to give android app multiple permissions on a onCreate Event: var permBatt, permRead, permWrite, permBlue, permAccess, per
I used the this tutorial to capture logEvent and then send data to AppysFlyer as in-app events. I can find the event in the dashboard, for example, how many log
I want to click each navigation item and direct it to another activity. I actually want to show the list view of 'now playing movie'. When I click that drawer i
Is there a way to integrate Microsoft InTune with an enterprise iOS application written in React Native? There is an npm package called react-native-mdm that li
Device: Samsung Galaxy S9/Android 10 Build number: Firefox v 99.1.1 Problem: Using Firefox as default browser, the user is failed to get redirected from webview
Currently I am refreshing a FutureProvider that is responsible for fetching data from Firebase and displaying it in a simple ListView with liquid_pull_to_refres
I currently have a simple SwiftUI ScrollView that contains a single element. I have added the .refreshable(action: ) property to allow (pull down) refreshing of
List<ServiceModel> serviceList = [ ServiceModel(id: "12", name: "Repair", subServiceList: [ SubServiceModel(name: "Toilet Repair", id: "123"),
I am trying to implement a function that allows a user on a mobile device (using chrome or safari for example) to be able to draw a polygon in google maps. The
Let's imagine User A. I want to build an application that detects all users of my app who are currently close to user A (in terms of real-life proximity). They
I'm currently developing a website which uses an autoplay video background, however this scales badly on mobile and only sits in the top third of the screen...