Questions tagged [mobile]

The tag Mobile should be used to mark questions regarding mobile computing issues. Mobile computing is a form of human–computer interaction by which a computer is expected to be transported during normal usage. Examples include smartphones and tablets.

Mobile OS-specific questions should be tagged accordingly. Please see , , , etc.

Mobile development refers to the process of programming specifically for hand-held devices, such as cell phones/smartphones, tablets, and PDAs.

Mobile computing is human–computer interaction by which a computer is expected to be transported during normal usage. Mobile computing involves mobile communication, mobile hardware, and mobile software. Communication issues include ad hoc and infrastructure networks as well as communication properties, protocols, data formats and concrete technologies. Hardware includes mobile devices or device components. Mobile software deals with the characteristics and requirements of mobile applications.

Reference

30536 questions
6
votes
4 answers

Could not find adb Please set the ANDROID_HOME environment variable with the Android SDK root directory path

I am getting the below error message: An unknown server-side error occurred while processing the command. Original error: Could not find adb Please set the ANDROID_HOME environment variable with the Android SDK root directory path.…
Shafiq Ahmed Khan
  • 179
  • 1
  • 4
  • 14
6
votes
2 answers

Location based push notification FCM

I am implementing a service that will push notifications/messages to client devices(android/ios) based on the real time location. If the client is within a predefined radius, the service shall send them a custom message that is tailored towards that…
Mert
  • 83
  • 1
  • 7
6
votes
1 answer

how to delete rows from GreenDao based on condition?

i want to delete rows from a table based on condition. like "delete from Table where Name='Value'" here i am using greenDAO database.
rashmi ranjan
  • 380
  • 1
  • 4
  • 14
6
votes
8 answers

Cordova - Android SDK not found

I saw a lot of thread in here related to this, but any of them helped me. With Cordova 6.5.0 installed and Android Studio also installed with Android 6.0 (API 23) and Android 4.4 (API 19), I'm trying to run: cordova requirements I got the following…
Italo Borges
  • 2,355
  • 5
  • 34
  • 45
6
votes
3 answers

Talk back announce Double Tap to Activate on header element

I am working on a mobile site which needs to be accessible with screen reader. I am testing it with Talk back on android device. Problem is Talk back announce "Double Tap to Activate" on each element, even if it is Header (H1, H2...) or a text only…
Vishwakant
  • 111
  • 1
  • 10
6
votes
1 answer

Outlook Mobile Add-in manifest sample?

I was trying to add in the mobile part for the Outlook Add-in. I have search the information in https://dev.office.com/docs/add-ins/outlook/manifests/add-mobile-support for the manifest to update for mobile. However, for that, I am getting the…
Howie Lee
  • 83
  • 4
6
votes
1 answer

Angular 2 Change Detection and Zone are Different in Cordova App

We are building an application using Cordova and Angular 2. I have the following code: import { Component, OnInit, ChangeDetectorRef, NgZone } from '@angular/core'; import { Location } from '@angular/common'; declare var WL : any; …
Derek Daley
  • 160
  • 8
6
votes
0 answers

creating proxies from mobile sim cards

I have a problem and i don't know where to start. My requirement is as follow. Let's say i have 10 mobile sim cards with 1Gb data traffic available on them. I need a way to insert this 10 sim cards into a device and be able to use the internet from…
user978123
  • 343
  • 4
  • 12
6
votes
5 answers

How can I protect my application's register API from spammers without using CAPTCHA?

My app has a register service that users can register themselves. However, someone with malicious intent can write a script to register thousands of accounts in seconds. My back-end developer suggests we use captchas in our mobile apps. However I…
The Cook
  • 1,403
  • 3
  • 17
  • 33
6
votes
8 answers

Is Titanium appcelerator worth it for developing camera based application on ipad, iphone and android?

I want to build a mobile/tablet application whose core feature will be taking pictures with the camera , viewing pictures and receiving notifications. Also I want to target iphone, ipad and android platforms. Titanium appcelerator piqued my interest…
user308808
6
votes
3 answers

How to handle read notifications in mobile app backend

I'm wrapping up the development of a mobile app (ionic, but irrelevant), backed by a backend developed in Ruby on Rails 5, irrelevant again since this is more of a theoretical question/issue. The thing here is, given the fact that users in the…
6
votes
2 answers

Accessing WCF service from mobile client with user idenity

I'm working on an Web API that have a web (ASP.NET MVC), WCF service and mobile interfaces (Android/ iPhone) and i have token authentication for API. The MVC and API have user identity to verify the users, but WCF service won't have this user…
Karthik
  • 405
  • 7
  • 15
6
votes
2 answers

My addthis toolbox JavaScript widget not present on mobile device

I'm using Ionic v1 and testing in Chrome (ionic serve) and View App (ionic upload). I included this script in my index.html And added the…
Kirby
  • 1,980
  • 3
  • 21
  • 33
6
votes
1 answer

(Mobile) Browser support for Cross-Origin Resource Sharing?

I'm building a site that uses w3c CORS to make oAuth-signed HTTP requests to a remote server. Mozilla has a great document explaining how to make and receive CORS requests, and there's good support in firefox, chrome, and safari. Does anyone…
Bosh
  • 8,138
  • 11
  • 51
  • 77
6
votes
1 answer

Does the Android Keystore make use of the Trusted Execution Environment (TEE) and Secure Element (SE) automatically if it is available?

Does the Android Keystore make use of the Trusted Execution Environment (TEE) and Secure Element (SE) automatically if it is available? Or are any further steps required?
Daniel Gartmann
  • 11,678
  • 12
  • 45
  • 60
1 2 3
99
100