Questions tagged [offline-mode]

251 questions
0
votes
1 answer

Offline Registration Form

I need to create an offline registration form. I want to use these forms in different computers without any internet support. The form also needs to store data. I was thinking of installing xampp(localhost) on all the computers but it would be…
user3588408
  • 191
  • 5
  • 8
0
votes
1 answer

online and offline status users in uitableview quickblox

I found this tuto that explain how to get offline/online status for one users but my purpose is to get status of my list of Users that's why when I tried to put [QBUsers userWithID:usercell.ID delegate:self]; in my cellforrow I get many responses…
Dhekra Zaied
  • 97
  • 10
0
votes
0 answers

How can i set item name in smartimageview if there is no network?

I am using smartimageview one of the best library to display image from url. When i cleared the app cache and load the page that contains the smartimageview in offline condition it shows nothing. So i want display at least the item name in the place…
Anu
  • 1,195
  • 2
  • 19
  • 35
0
votes
0 answers

Keep a J2EE web application working offline

I am student and I need to develop J2EE web application, that allows the user to work offline and also allows to perform CRUD operations, and once the server is turned on, the data that has been modified must be synchronized with the data already…
Ouda
  • 743
  • 1
  • 8
  • 13
0
votes
3 answers

Inserting PDFs in SQLite

I am developing offline implementation of an iphone app. I cannot insert pdf files into sqlite DB. can anyone help me to insert pdf/xls into sqlite DB. Thanks in advance!
gopikrishnan
  • 198
  • 2
  • 12
0
votes
1 answer

How to store JSON data with images and or videos offline?

I have an app which displays text data with images and or videos which is displayed in a UITableView. I have a requirement now that the data must be available offline. I am thinking of pruge and store data every time I have a connection i.e new data…
veereev
  • 2,370
  • 3
  • 23
  • 37
0
votes
1 answer

Saving OSM map tiles in app project

Just wondering is it possible to add the saved map tiles from the mobile atlas to the project instead of sd card? i want the map tiles to be available within the app i will be releasing. It is a free app on android market. The map tiles are divided…
proJ
  • 9
  • 3
0
votes
1 answer

getting null for google.gears object when working offline

I am new to gear, We are using gear in our web application were flow is ... When ever user assign with some task user will get message attached with static html file, In that html we are showing work assign to user in html form once user submit we…
Garudadwajan
  • 649
  • 4
  • 11
  • 24
0
votes
1 answer

iOS - Empty map tiles / Switch map to offline mode when on 3G/cellular

I need my application to switch to offline mode even if 3G is enabled. I am using AFNetworking and it's quite easy to suppress all the HTTP operations, but how do I handle the screens which have maps? I don't want to do any data transfer, so I…
andrei
  • 95
  • 1
  • 9
0
votes
0 answers

HTML5 offline needs to work on mobile devices canvas kineticjs

sorry if this has been posted before i have looked around and havn't been able to find an appropriate answer. I am currently recreating an extremely old Introduction To Music Theory textbook for school which is in website form, but it uses flash…
DavidAdair
  • 63
  • 1
  • 1
  • 6
0
votes
2 answers

How to remove auto appended Html tag in visual force page?

I am working on html5 offline mode in sales-force. I added following line to cache current page. I turn off the developer mode and check the console. It is by default taking parent tag as follow:
0
votes
2 answers

Disable flight mode in android 2.2

I am working with an android app that allows enabling of flight mode. The enabling part is working fine. Now the problem arises when the user exists/quits the application. I want the flight mode to be disabled once the user quits the app. Is there a…
Sindu
  • 215
  • 3
  • 6
  • 16
0
votes
1 answer

Firefox. Memory/Offline cache device

I develop a smartgwt app. It should work in an offline mode. But I have a problem. There is an app.nocache.js file, that doesn't want to be fetched from the Offline cache device of Firefox (see "about:cache" in Firefox). It is placed in the browser…
0
votes
1 answer

Sync data bethen two JPA applications

I wrote an application that uses JPA (and hibernate as persistence provider). It works on a database with several tables. I need to create an "offline mode", where a copy of the programa, which acts as a client, allows the same functionality while…
lelmarir
  • 523
  • 2
  • 6
  • 20
0
votes
3 answers

moving PHP MySQL web app offline

I recently built a web application for my company, and now they want it to support an offline mode. To complicate things, my company is very concerned about security and does not want me to use Xampp or Mamp. The application handles sensitive data…
fromabove
  • 47
  • 2
  • 5
1 2 3
16
17