Questions tagged [mobile-application]

Refers to a software application that is designed to run on a hand-held device, such as a smartphone, pda, or tablet.

Refers to a software application that is designed to run on a hand-held device, such as a smartphone, pda, or tablet.

1815 questions
8
votes
1 answer

Is there free mobile app CMS?

I want to do mobile app (let's say it will be like ebook with some improvements) which content should be changeable for non-programmer user. And this content should not be loaded from web at every time when opening app(so content update take place…
8
votes
3 answers

Which framework is the best to develop a mobile application using database connection?

I developed a website using PHP5. Now, I want to sum up the main features of my website in a cross-platform mobile application. I did some research about frameworks which can do this. I found 'jQuery Mobile', 'SenchaTouch' and 'Cordova' which are…
user1364743
  • 5,283
  • 6
  • 51
  • 90
8
votes
2 answers

How do I prompt iPhone/iPad visitors to install native app?

I've visited a few sites on my iPhone/iPad which have prompted me to install the native app the first time I've visited the site. Is there a standard script somewhere that people use for this or should I just create my own? This must have been…
NickG
  • 9,315
  • 16
  • 75
  • 115
8
votes
2 answers

Facebook and share buttons on a mobile-enabled website that open the mobile app instead of a browser window?

One of the big flaws in Android webphones (and probably other Operating Systems for phones): You are surfing some website, and want to use the site's embedded share button for say Twitter. You want to use the embedded Twitter share because it…
Derek W Beck
  • 219
  • 4
  • 12
7
votes
1 answer

how do i choose the right UML diagram for front end

I want to develop mobile applications, but I only focus on frontend development not on the backend. I want to make a UML diagram, but I am confused about what to do, at this point I think I will make a use case diagram, a use case description, and…
7
votes
2 answers

How to create button on the left in Appbar [flutter]

I tried to make the button[that pop new screen]on the left of the app-bar but I found only drawer that is not what I want. what I want in AppBar: ------------------------------------------------
| button |----------text----------| button…
7
votes
5 answers

How to use iOS debug app on iPhone while disconnected?

I made a flutter app and tried to build on iPhone. It works while debugging is connected. But if I try to exit and relaunch the app or disconnect cable, it would not launch again and keeps crashing. How can I use the app while Xcode debugging is…
Cipher
  • 391
  • 1
  • 4
  • 11
7
votes
2 answers

How to use AADHAR authentication api using OTP request

I am in need to use AADHAR API. Basically, we are developing a mobile app for our health care client and in that, we are doing patient registration. Now here we want to do simple AADHAR authentication using OTP request wherein the patient will enter…
7
votes
7 answers

Does `Using Namespace;` consume more memory?

Does Using Namespace; consume more memory? I'm currently working on a mobile application and I was just curious if those unneeded using statements that visual studio places when creating a class make my application require some extra memory to run.
Sergio
  • 8,125
  • 10
  • 46
  • 77
7
votes
1 answer

Invariant Violation error when trying to create a TabBarIOS with custom icons

What I'm essentially trying to accomplish here is to merge these two tutorials (x)(x) in order to create a simple TabBar that has custom icons. I'm trying to use icons from the react-native-vector-icons library, which I've added to my node modules.…
lmotl3
  • 537
  • 1
  • 8
  • 20
7
votes
3 answers

web apps vs mobile apps

Is there a significant advantage of creating a mobile app as opposed to a web application? I pose this question from the following perspective, which is biased towards my lack of knowledge of the mobile phone architecture. You can build a web…
meteorBuzz
  • 3,110
  • 5
  • 33
  • 60
7
votes
3 answers

In Mobile Native App Testing: How to mock backend when using Appium?

We are evaluating App Test Tools and Appium is a candidate for us, however I could not find a good solution how to Mock the backend when using Appium? Consider: - I want to have a single UI test which will be executed on iOS and Android apps (Appium…
masoodg
  • 581
  • 5
  • 8
7
votes
2 answers

Designing common server side for mobile and web application

I have a project where I should develop a mobile application(android) and a website. As both of them have the same database/content and functionality I want to write common sever side for mobile and web application. Now I have two options: To…
7
votes
1 answer

How do third party iOS AppStores (tongbu,sibche, etc.) sign & install Apps?

I've recently evidenced a set of third party illegal appstores that re-distibute iOS apps. These online stores are able to install free Appstore apps (i.e. Facebook, Google Map, etc.) or their own apps on non-jailbroken devices. Regarding the fact…
TonySalimi
  • 8,257
  • 4
  • 33
  • 62
6
votes
1 answer

asp.net mvc, jquery mobile, phonegap architecture best practices

I'm developing a mobile app using ASP.Net MVC to generate HTML 5 pages. The HTML 5 pages will use jQueryMobile's loadPage to make calls to ASP.Net MVC to load pages into the DOM. Then it will use jQueryMobiles's changePage to make the page active…