offline

Android Offline Speech Recognition shows only one result?

拈花ヽ惹草 提交于 2019-12-07 10:13:53
问题 I've set a speech recognition service as shown in this post Android Speech Recognition as a service on Android 4.1 & 4.2 and when I use the offline recognition (putting the phone in plane mode) it only shows me 1 result in the onResults() while in online mode I always get more than 5 results. I use this Intent : mSpeechRecognizerIntent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH); mSpeechRecognizerIntent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL, RecognizerIntent.LANGUAGE_MODEL

Mercurial workflow with subrepositories and offline clones?

风格不统一 提交于 2019-12-07 09:55:20
问题 I'm offline a lot. So normally, I use one local clone as a "hub" for features, bugs, etc. hg clone local-hub bug-123 Works offline. Cool. Can I use a similar workflow if that project contains remote subrepositories? Because, if .hgsub says sub/shared = http://server/hg/shared hg clone says abort: error: getaddrinfo failed Note that once the clone is created (while connected), push and pull will use the path in the subrepo's hgrc (instead of the location in .hgsub ). So I can point this to a

Which HTML5 offline storage solution should I use for storing user notes in my web app?

做~自己de王妃 提交于 2019-12-07 09:42:55
问题 I'm writing a Chrome app in which users can create and write notes(plain text), I'd like to the notes to be saved offline. I've learned that there are several storage solutions from html5: localStorage , Web SQL DB , Application Cache . I'd like to know your advice on how to choose from them, considering the size they offer, the speed, and the convenience of use. 回答1: localStorage is by far the simplest solution and it's the one you should use for this task. It allows you to store strings, so

installing android offline is hard[obsolete]

家住魔仙堡 提交于 2019-12-07 09:40:02
问题 i am a student in africa and in our land, there actually exist slow and expensive internet connections, which is why we tremble in fear whenever we hear the word "online repository" method of installing software. Damn, that usually means you have to look elsewhere. The problem.(i cant install android without connecting eclipse to the internet) It is possible to manually download individual components as .zip files but there is no way of installing them into android eg i have managed to

Getting content of a local file without uploading [duplicate]

别等时光非礼了梦想. 提交于 2019-12-07 06:21:05
问题 This question already has answers here : How to open a local disk file with JavaScript? (7 answers) Closed last year . I'm writing an offline webapp that allows user to select local file, modify it and than saves a copy also locally. Is it possible without any server (I can upload a file and return base64 of it, but it's not much of a offline)? App needs to work only on Google Chrome, so maybe I should look here? 回答1: The HTML5 File API might prove usefull http://www.html5rocks.com/en

HTML forms working offline

ぐ巨炮叔叔 提交于 2019-12-07 05:50:49
问题 I need to be able to run HTML forms offline. I mean they have to work without direct connection to the web server. In an application I wrote over 5 years ago I did it by implementing a custom protocol handler - when a user initiated form submit the resulting HTTP request was recorded locally. At later time when a connection to the server becomes available a synchronization program loops through collected requests and submits them to the server collects the responses and again saves them

Why might cache-manifest fail to get mobile Safari to cache site while working as expected on desktop?

感情迁移 提交于 2019-12-07 04:46:40
问题 I'm playing around with a simple web app locally, and can't quite figure out why it is not caching correctly on the iPhone. I am serving a .manifest file with the correct MIME-type, and the site works perfectly fine with my local server turned on or off on desktop Safari, Chrome and Firefox. It is only mobile Safari that is failing to cache the site. Any ideas why this might be? 回答1: It seems to be an iOS bug. I found out that mobile safari will always run into an application caching error if

Should I still use Silverlight/XBAP

眉间皱痕 提交于 2019-12-07 04:38:22
问题 We need to create an application that can be used via the browser but that can also be used while offline. The browser Version will be used by our customer to do calculations. Each customer needs to log into the application with a username and Password. The offline version will be used by our own employees. They need to be able to use this Version while not connected to a Network. The data that is needed for the application will be stored in XML files. We are mainly programming with C# and

Large XML Files and Pagination, is it possible?

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-07 03:44:44
问题 The problem When opening very large XML files locally, on your machine, it's almost a certainty that it will take an age for that file to open - it can often mean your computer locks down because it thinks it's not responding. This is an issue if you serve users XML backups of rather complex databases or systems they use - the likehood of them being able to open large backups, let alone use them, is slim. Is pagination possible? I use XSLT to present readable backups to users. In this same

Offline Map With Routing - iOS

落花浮王杯 提交于 2019-12-07 02:01:07
问题 I'm working with a project its related to Offline map application.Because of that I searched for offline map which shows the defined area. I used MapBox for offline mapping. I can add annotation on this map and draw lines. But my requirement is offline map with routing. I was fed up to find a offline routing library or offline routing engine to embedded to Xcode. Appreciate if any of you have any clue or sample project/code to implement this Note : This question is related to my one. No one