Most viewed questions in Mobile Development

0 votes
0 answers

How to launch Amazon Shopping app in Android app?

I want my Android application to be ...READ MORE

Nov 23, 2022 in Android by Ashwini
• 5,430 points
774 views
0 votes
1 answer

Android: When should I use a Handler() and when should I use a Thread?

Because Chrome V8 is a JavaScript engine, ...READ MORE

Nov 10, 2022 in Android by Edureka
• 12,690 points
772 views
0 votes
0 answers

iOs build fails with FacebookLogin package

I'm currently using the Facebook Login package for ...READ MORE

Nov 10, 2022 in Mobile Development by gaurav
• 23,260 points
751 views
0 votes
0 answers

ionic build ios error ( ionic cordova build ios )

When i run "ionic cordova build ios" ...READ MORE

Nov 15, 2022 in Mobile Development by gaurav
• 23,260 points
750 views
0 votes
1 answer

Simple Android grid example using RecyclerView with GridLayoutManager (like the old GridView)

This is a simple way from XML ...READ MORE

Nov 10, 2022 in Android by Edureka
• 12,690 points
749 views
0 votes
1 answer

HTTP live streaming server on iPhone

If you don't encode the raw h264 ...READ MORE

Sep 20, 2022 in IOS by Aditya
• 7,680 points
749 views
0 votes
0 answers

Android Studio AVD - Emulator: Process finished with exit code 1

I'm having trouble starting my android emulator. ...READ MORE

Sep 21, 2022 in Android by Edureka
• 13,620 points
746 views
0 votes
0 answers

Flutter iOS App Size issue: Runner.app size is ~450MB. Can anyone help how can this be reduced?

I have tried almost all the solutions ...READ MORE

Nov 11, 2022 in Mobile Development by gaurav
• 23,260 points
740 views
0 votes
0 answers

iOS Custom Notification Sound (UNNotificationSound) doesn't play when iPhone is locked

I edit the notification before showing it ...READ MORE

Sep 22, 2022 in IOS by Soham
• 9,710 points
737 views
0 votes
1 answer

What is Flutter?

Flutter is a free and open-source mobile ...READ MORE

Mar 1, 2023 in Android by vishalini
734 views
0 votes
1 answer

reduce camera/photo library image file size for less than 100 KB in iphone

The simplest technique to reduce the size ...READ MORE

Nov 8, 2022 in IOS by Rahul
• 9,680 points
731 views
0 votes
0 answers

ios - Sign-in With Apple: Didn't get privaterelay.appleid.com when hide email in Simulator

I'm working on Apple Sign In in ...READ MORE

Nov 15, 2022 in Mobile Development by gaurav
• 23,260 points
726 views
0 votes
0 answers

Find nearest gas station using google maps v2 in android and want to display the route to it

The following code will help me locate ...READ MORE

Nov 25, 2022 in Android by Edureka
• 13,620 points
725 views
0 votes
1 answer

flutter problem with Getx ,socket.io and node.js

Check that you have added the necessary ...READ MORE

Apr 6, 2023 in Flutter by vishalini
722 views
0 votes
0 answers

can we make multi color gradient in xml for android background?

There are only 3 options available for ...READ MORE

Nov 22, 2022 in Android by Edureka
• 12,690 points
722 views
0 votes
0 answers

Android Facebook API Shows White Blank Page

I use the Facebook API for Android, ...READ MORE

Nov 15, 2022 in Android by Edureka
• 13,620 points
722 views
0 votes
0 answers

Musical note symbols on Android

I'm working on a piano quiz app, ...READ MORE

Dec 10, 2022 in Android by sarit
• 1,830 points
719 views
0 votes
0 answers

Create an Android GPS tracking application

I recently started learning Android coding as ...READ MORE

Nov 23, 2022 in Android by Ashwini
• 5,430 points
710 views
0 votes
1 answer

flutter firebase: showing data

It seems that when using different emulators ...READ MORE

Apr 4, 2023 in Flutter by vishalini
708 views
0 votes
0 answers

Google map myLocation button color after tracking user current location - ios

In Google map ios app i find ...READ MORE

Nov 17, 2022 in Mobile Development by gaurav
• 23,260 points
708 views
0 votes
0 answers

Android : Check whether the phone is dual SIM

After extensive investigation on discussion boards, I now understand that a dual SIM phone's IMSI or SIM serial numbers cannot be found (except for contacting the manufacturer).  My original query has been amended to: Can we even tell the phone has two SIMs?  I think someone with some intellect could find it.  I can think of a few ways, including: tracing the logs for the IMEI number and dialling a USSD code (I tested this in India with *139#).  It succeeded.)  This will provide me with the SIM's IMEI number from which I called the USSD code.  (The phone is assumed to adhere to Android standards and have two IMEI numbers.) preserving the SIM's IMSI and/or serial number. ...READ MORE

Dec 10, 2022 in Android by sarit
• 1,830 points
700 views
0 votes
0 answers

iOS: transforming a view into cylindrical shape

With Quartz 2D we can transform our ...READ MORE

Nov 10, 2022 in Mobile Development by gaurav
• 23,260 points
698 views
0 votes
0 answers

How to connect iphone to a local server running on mac?

I am running a django server at ...READ MORE

Sep 22, 2022 in IOS by Soham
• 9,710 points
698 views
0 votes
1 answer

Flutter different theme for Android and iOs

You can easily override theme by wrapping ...READ MORE

Nov 25, 2022 in Mobile Development by gaurav
• 23,260 points
695 views
0 votes
1 answer

"Scan now to download" QR code for iPhone App Download

They are QR Codes, which can link ...READ MORE

Nov 8, 2022 in IOS by Rahul
• 9,680 points
690 views
0 votes
1 answer

Sharing link on WhatsApp from mobile website (not application) for Android

<html> <head> ...READ MORE

Nov 7, 2022 in Android by Edureka
• 12,690 points
683 views
0 votes
0 answers

Creating an iOS Swift Application that gets synonyms and definitions for words entered by the user

I am working on an iOS application ...READ MORE

Nov 17, 2022 in Mobile Development by gaurav
• 23,260 points
670 views
0 votes
0 answers

How to use .status folder for WhatsApp status saver app in android 11 scoped storage?

Hey everyone, I created an app that ...READ MORE

Nov 8, 2022 in Android by Edureka
• 13,620 points
670 views
0 votes
1 answer

How can I remove the debug banner in Flutter?

The debug banner in Flutter can be ...READ MORE

Mar 1, 2023 in Android by vishalini
668 views
0 votes
0 answers

How to upload to S3 bucket taking a photo with the iOS Camera

I am trying to use the AWS S3 ...READ MORE

Nov 30, 2022 in Mobile Development by gaurav
• 23,260 points
666 views
0 votes
0 answers

How to open the Google Play Store directly from my Android application?

I have open the Google Play store ...READ MORE

Nov 23, 2022 in Android by Ashwini
• 5,430 points
664 views
0 votes
0 answers

How do I get the current GPS location programmatically in Android?

I need to get my current location ...READ MORE

Nov 23, 2022 in Android by Ashwini
• 5,430 points
663 views
0 votes
0 answers

Failed to load map. Error contacting Google servers issue with android google maps api v2

For the past two days, I have ...READ MORE

Nov 24, 2022 in Android by Tejashwini
• 3,820 points
658 views
0 votes
0 answers

How to login to a site using POST request? (Swift,iOS)

I want to create an iOS Application ...READ MORE

Nov 9, 2022 in Mobile Development by gaurav
• 23,260 points
656 views
0 votes
1 answer

android studio calling button

You may utilize the upcoming code. intent =new ...READ MORE

Nov 10, 2022 in Android by Edureka
• 12,690 points
652 views
0 votes
0 answers

Twilio incoming call is not working in iOS

I am working on Twilio programmable voice ...READ MORE

Nov 17, 2022 in Mobile Development by gaurav
• 23,260 points
650 views
0 votes
0 answers

Android - How to download a file from a webserver

I'm getting a kml file from a ...READ MORE

Nov 22, 2022 in Android by Edureka
• 12,690 points
648 views
0 votes
0 answers

Trying to integrate google pay to my android app

I'm attempting to add Google Pay functionality ...READ MORE

Nov 16, 2022 in Android by Edureka
• 12,690 points
645 views
0 votes
1 answer

What does file:///android_asset/www/index.html mean?

file:/// is a URI (Uniform Resource Identifier) ...READ MORE

Nov 10, 2022 in Android by Edureka
• 12,690 points
645 views
0 votes
0 answers

Is it possible to create turn-by-turn GPS navigation app on Android/iOS using Google Maps?

Today I've talked to a client and ...READ MORE

Nov 11, 2022 in Mobile Development by gaurav
• 23,260 points
641 views
0 votes
1 answer

HomeWidgetBackgroundService error using es.antonborri

Based on the error message, it seems ...READ MORE

Apr 18, 2023 in Flutter by pooja
638 views
0 votes
0 answers

How to implement the system lock screen in your own android app?

How should the system lock screen be ...READ MORE

Nov 22, 2022 in Android by Edureka
• 12,690 points
630 views
0 votes
0 answers

Default Ringtone on a VOIP app in iOS

I'm trying to find a way to ...READ MORE

Nov 16, 2022 in Mobile Development by gaurav
• 23,260 points
630 views
0 votes
0 answers

How to get original image when we zoom in and zoom out the image in ios

Hi i am beginner in ios and ...READ MORE

Nov 17, 2022 in Mobile Development by gaurav
• 23,260 points
627 views
0 votes
1 answer

Open webpage in fullscreen in Safari on iOS

Not all platforms are equal. iOS Safari doesn't ...READ MORE

Nov 25, 2022 in Mobile Development by gaurav
• 23,260 points
625 views
0 votes
0 answers

Xcode(version 13.3.1) doesn’t support iOS 15.6

I updated my iPhone to iOS 15.6 ...READ MORE

Nov 10, 2022 in Mobile Development by gaurav
• 23,260 points
623 views
0 votes
0 answers

iOS External accessories framework to connect iPod using bluetooth

0 I am using EADemo from apple https://developer.apple.com/library/content/samplecode/EADemo/Introduction/Intro.html#//apple_ref/doc/uid/DTS40010079-Intro-DontLinkElementID_2 This is ...READ MORE

Nov 23, 2022 in Mobile Development by gaurav
• 23,260 points
621 views
0 votes
0 answers

view-source of a web link in android

I trying to load "view-source:http://goo.gl/lEYQQf" link in webview. If ...READ MORE

Nov 17, 2022 in Android by Edureka
• 13,620 points
615 views
0 votes
0 answers

What is com.google.android.gm?

The following message is being returned by ...READ MORE

Sep 21, 2022 in Android by Edureka
• 13,620 points
612 views
0 votes
1 answer

Call the official *Settings* app from my app on iPhone

It also functions in iOS versions greater ...READ MORE

Nov 4, 2022 in IOS by Rahul
• 9,680 points
609 views