This tag should be used for questions about software development aimed specifically at the mobile environment but not directed at a specific mobile environment such as iOS or Android.
Questions tagged [mobile-development]
807 questions
-2
votes
2 answers
How to create a custom keyboard to use by default on all inputs in the application?
Is there any way how to create my own custom keyboard only for my application (not system keyboard), without the need for the user to change the keyboards in settings and without the need for me to specify for every EditText to use the…

Marek Takac
- 3,002
- 25
- 30
-2
votes
1 answer
I want to develop a basic static content displaying Android app
What are the basic ways in which i can achieve it?
-2
votes
1 answer
What are the most redundant tasks (authentication, social network integration etc.) in the life of a back-end web developer?
There are various tasks that a web back end developer has to do while doing a project while making APIs in specific. For example setting up authorizations for various roles, setting up a push notification server(mobile applications) etc. I just…

Utkarsh Dhawan
- 324
- 3
- 9
-2
votes
1 answer
Mobile Device (Android) Encryption
So I'm doing some research and am a little lost as I don't have any experience in regards to the dev side of applications. I've got a few questions and would greatly appreciate some help:
1) Is there any full device encryption for Android mobile…

Anoob
- 1
- 2
-2
votes
1 answer
Mobile App Development ...Which should I choose to use in the future?
Mobile App Development
-Native (java,swift)
-Xamarin
-React Native
-ionic
-what else?
...Which should I choose to use in the future and why?
I'm Thai ,Sorry for my language ...Thank U

Pitiwat Rakprommarat
- 15
- 5
-2
votes
1 answer
how do i know where to send item bought on my websites
When a costumer buys something from a website how does the owner know where to send the items purchased and is there a way to get notification to my phone when a purchase is made from my website

curmar
- 1
-2
votes
1 answer
Converting Bootstrap Struts based application to an app
We have a Struts2, JSP, Bootstrap and jQuery based responsive UI.
The current demand is for an App.
Is there any quick way to convert the Web Application itself into an App? I know this is a bit generic.

Cool Techie
- 756
- 2
- 18
- 39
-2
votes
1 answer
How to measure the area of a touch path in android?
I would like to develop an app that will be used for measuring irregular shapes on your android device's touch screen.
For example,
I have a MotoG3 phone and its screen dimensions are 142.1 x 72.4 x 11.6 mm. I place an eraser of dimensions 15mm*…

jewelhuq
- 1,210
- 15
- 19
-3
votes
1 answer
How to jump from one detail page to another and return to the list page in SwiftUI?
When I use the "next article" button to jump to the article details page with index 3, I want to go directly back to the article list page instead of the article details page with index 2.I tried to search for methods to return to the specified page…

aaron
- 3
- 3
-3
votes
1 answer
I'm trying to build a portal or framework in Xamarin.Forms which would contain multiple apps, is this possible?
I'm planning on building a portal/framework app which would launch a selection of apps. The user's log in details would determine which would be available to them. I would like to use Xamarin.Forms, as it would be multi-platform and it is the code…

rhodesR
- 7
- 3
-3
votes
2 answers
Is flutter only good for UI-related stuff?
I'm a complete beginner in Flutter.
I was wondering whether Flutter is only meant for Front-end UI stuff or can it be used for little more advanced stuff. Maybe something like sockets??

Niraamay Dileep
- 11
- 1
- 3
-3
votes
1 answer
Need ideas of solving problem with app I built
I built this app:
https://play.google.com/store/apps/details?id=com.FindNewMusic_Vakil
But ios keeps rejecting me for following reason:
Guideline 4.2.3 - Design - Minimum Functionality
We were required to install Spotify before we could use your…

ModernDayTechie
- 19
- 4
-3
votes
1 answer
Change Label text in a ContainerView on click of a button from other class (Uiviewcontroller)
I got small containerView with UILabel on main app screen. I got UIButton on main UIViewController. I want to change text of label that belongs to containerView class by clicking button in UIViewController.
I try to make it with delegation, but for…

Ixar
- 57
- 7
-3
votes
1 answer
Any good frameworks for mobile?
Nice hybrid framework for both android/ios? I tried ionic framework and it's super easy to use but it slow compared to native framework.

Janz Pro
- 1
- 1
-3
votes
1 answer
How can I manipulate the client-side appearance of websites on Android/iOS using JavaScript for a mobile game?
I have an idea for a game which consists of adding elements on certain web pages in a player's browser on Android/iOS. It has to be their native browser and not a custom one for this game, as the idea is to play whenever you enter a certain site…