mobile-application

Background data sync for mobile apps

和自甴很熟 提交于 2019-12-03 14:21:24
We're building an API and mobile app on top of a database that has a few hundred thousand records in the main table of interest. Our mobile developer is pushing hard about pre-loading the app with the full table in a local db, then having a service which the phone can sync changes against an updated_at column. While this can definitely increase performance of the app by having it search a local store, I'm worried this will create a lot of load on the server as we acquire more customers. Has anyone else dealt with this? Is it a good idea, bad idea? Can you share some insights and links?

Do Mobile apps need to comply to the EU Cookie Law? [closed]

拥有回忆 提交于 2019-12-03 12:41:43
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. I've had an interesting question from a client regarding the EU cookie law and how it affects their mobile apps. As you may well know, the Cookie Law requires websites to let users know that the site uses cookies, and tells them how to disable these. What is the standing with Android/IOS apps? I don't specifically store cookies, but I do store the users login details to automatically check for access on the app startup.

What is a Hybrid App for mobile?

≯℡__Kan透↙ 提交于 2019-12-03 09:15:06
What is a hybrid app for mobiles? What is basic architecture to follow while developing? What are the components? What will be the back end and what will be the UI? Is it for only iPhone or can be for any mobile device? With iOS, you can create an application that combines features of native applications and webpages. A hybrid application is a native iPhone application that provides most of its structure and functionality through a web viewing area, but also tends to contain standard iOS user interface elements. A hybrid application gives users access to web content with an element called a

Drag up a ScrollView then continue scroll in React Native

陌路散爱 提交于 2019-12-03 06:50:19
问题 What I want (GIF) Here is a (quality-reduced) GIF about what I'm want to achieve. What I want (Text) I have a scrollview , that is positioned at the half of my screen. What I want is to drag that scrollview up, and then, when it reaches a certain position, send the drag touch event to scrollview itself, so it can continue scrolling. My tries Put the scrollview in fullscreen in the foreground, and add a half-screen padding-top to its contentContainerStyle . It worked well, but I couldn't click

How to connect to the server on mobile application?

随声附和 提交于 2019-12-03 02:24:58
I am new to mobile applications. I am basically from a web development platform. I am just playing around mobile frameworks like App Framework, LungoJS, Jquery Mobile, kendo etc to gain some knowledge in this vertical. The app I am developing is still in UI level. All I need is to fetch data from the server and populate in my app. I need some ideas to establish server communication between the smart device and the server. My questions are What kind of server needed for mobile applications ? A cloud or a regular web server is enough ? What are the ways to connect the app with the server ? ( on

How to implement speech-to-text via Speech framework [closed]

风格不统一 提交于 2019-12-03 01:02:57
Closed . This question needs to be more focused. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it focuses on one problem only by editing this post . I want to do speech recognition in my Objective-C app using the iOS Speech framework. I found some Swift examples but haven't been able to find anything in Objective-C. Is it possible to access this framework from Objective-C? If so, how? After spending enough time looking for Objective-C samples -even in the Apple documentation- I couldn't find anything decent, so I figured it out myself

Application Not running on Emulator due to “Binder Thread Pool”

谁说胖子不能爱 提交于 2019-12-02 23:51:15
问题 I am trying open the application on Emulator, But unable to On Logcat I am getting this 10-07 00:23:49.443 1268-1268/? E/hwservicemanager: BINDER_SET_INHERIT_FIFO_PRIO failed with error -1 --------- beginning of system 10-07 00:23:51.504 1268-1268/? E/hw-IPCThreadState: binder thread pool (1 threads) starved for 1871 ms 10-07 00:23:55.324 1271-1280/? E/vold: Failed to pclose /system/bin/sgdisk --android-dump /dev/block/vold/disk:253,48 : Success 10-07 00:23:55.947 1271-1280/? E/vold: Failed

Drag up a ScrollView then continue scroll in React Native

淺唱寂寞╮ 提交于 2019-12-02 20:29:16
What I want (GIF) Here is a (quality-reduced) GIF about what I'm want to achieve. What I want (Text) I have a scrollview , that is positioned at the half of my screen. What I want is to drag that scrollview up, and then, when it reaches a certain position, send the drag touch event to scrollview itself, so it can continue scrolling. My tries Put the scrollview in fullscreen in the foreground, and add a half-screen padding-top to its contentContainerStyle . It worked well, but I couldn't click the view behind it. Is there a way to click through the empty area of a scrollview? I also tried to

Convert HTML5 into standalone Android App

天大地大妈咪最大 提交于 2019-12-02 13:48:49
I have a dynamic HTML5 document that does not contain any external resources (no images, css and scripts are coded inside of document). This HTML5 application is working fine with internet browser. I was wondering, if it would be possible to convert this HTML5 application into standalone Android application , so it can be executed directly without browser. Please advise. Create an Android app using Eclipse. Create a layout that has a <WebView> control. Move your HTML code to /assets folder. Load webview with your file:///android_asset/ file. And you have an android app! You could use PhoneGap.

Embedding ads on Android app?

荒凉一梦 提交于 2019-12-02 13:47:00
I would like to make a free version of the Android app I have, but would like to embed ad on it. I am not sure where I should start? Is there a well known mobile ad company out there that is specialized in mobile advertising? snctln I have personally used both Admob and Adsense . I was wary when I first implemented ads thinking that my users would be upset, but I have not received one complaint from over 500,000 active installations. The only permission that you need to add for either ad SDK to work is the android.permission.INTERNET permission. Admob is open for anyone above the age of 18 to