Click here to Skip to main content
15,914,795 members
Home / Discussions / Android
   

Android

 
QuestionHelp urgently needed on Http Injection in Android Pin
Mukhtar Oyelayo28-Aug-15 19:52
Mukhtar Oyelayo28-Aug-15 19:52 
AnswerRe: Help urgently needed on Http Injection in Android Pin
Richard MacCutchan28-Aug-15 22:40
mveRichard MacCutchan28-Aug-15 22:40 
GeneralRe: Help urgently needed on Http Injection in Android Pin
Mukhtar Oyelayo29-Aug-15 11:57
Mukhtar Oyelayo29-Aug-15 11:57 
GeneralRe: Help urgently needed on Http Injection in Android Pin
Richard MacCutchan29-Aug-15 21:27
mveRichard MacCutchan29-Aug-15 21:27 
QuestionMonodroid AsyncTask OnProgressUpdate Not Working Pin
Member 1113168818-Aug-15 6:17
Member 1113168818-Aug-15 6:17 
SuggestionRe: Monodroid AsyncTask OnProgressUpdate Not Working Pin
David Crow20-Aug-15 5:52
David Crow20-Aug-15 5:52 
QuestionHow to store large data in an Android application Pin
jasonalien18-Aug-15 3:13
jasonalien18-Aug-15 3:13 
AnswerRe: How to store large data in an Android application Pin
Afzaal Ahmad Zeeshan18-Aug-15 4:47
professionalAfzaal Ahmad Zeeshan18-Aug-15 4:47 
Psst, ditch your idiot boss! Why in the very first place did he need to create an entire server for web services to allow such functionality that in the end he had to download the entire server (in my mind it would be of 900+ MB) to the application.

Ok, lets for a second consider that the application is downloaded and the content is also available. What makes you so sure that the client would have 1GB extra just for your application, most Android devices do not have more than 500 MB of HDD space. In such cases you must use web services. Offline? Which Android device is offline now adays. My (3) Android devices are connected to Internet and when WiFi is not present one of them provides tethering services to the two of the devices.

In the end, if your boss really does want to do this, here is the thing. In Android databases are SQLite. You can read this official Android documentation about Saving Data in SQL Databases[^]. You will be able to find other resources, such as extracting and updating the data along with that document.

Finally, remove the HttpClients from your application and consider using functions to extract the data from the database and show the data on screen.
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~

Questionwhy viewholde class make static Pin
Gaurav Tyagi17-Aug-15 18:59
Gaurav Tyagi17-Aug-15 18:59 
GeneralRe: why viewholde class make static Pin
Richard MacCutchan17-Aug-15 21:12
mveRichard MacCutchan17-Aug-15 21:12 
Questionhow to use toolbar in android Pin
Gaurav Tyagi17-Aug-15 18:39
Gaurav Tyagi17-Aug-15 18:39 
QuestionTemperature monitoring on an Android device Pin
Daniel Pfeffer13-Aug-15 4:24
professionalDaniel Pfeffer13-Aug-15 4:24 
AnswerRe: Temperature monitoring on an Android device Pin
Richard MacCutchan13-Aug-15 5:49
mveRichard MacCutchan13-Aug-15 5:49 
Questionandroid compilation problem on lower version devices Pin
Member 1190643213-Aug-15 0:25
Member 1190643213-Aug-15 0:25 
AnswerRe: android compilation problem on lower version devices Pin
Afzaal Ahmad Zeeshan13-Aug-15 1:05
professionalAfzaal Ahmad Zeeshan13-Aug-15 1:05 
AnswerRe: android compilation problem on lower version devices Pin
Richard MacCutchan13-Aug-15 1:05
mveRichard MacCutchan13-Aug-15 1:05 
GeneralRe: android compilation problem on lower version devices Pin
Member 1190643213-Aug-15 2:35
Member 1190643213-Aug-15 2:35 
GeneralRe: android compilation problem on lower version devices Pin
Richard MacCutchan13-Aug-15 4:15
mveRichard MacCutchan13-Aug-15 4:15 
AnswerRe: android compilation problem on lower version devices Pin
David Crow13-Aug-15 5:52
David Crow13-Aug-15 5:52 
AnswerRe: android compilation problem on lower version devices Pin
Siddharth Chandra24-Aug-15 6:09
Siddharth Chandra24-Aug-15 6:09 
QuestionDraggable Button in Xamarin.Android ? Pin
Vaikesh K P11-Aug-15 0:20
professionalVaikesh K P11-Aug-15 0:20 
AnswerRe: Draggable Button in Xamarin.Android ? Pin
Richard MacCutchan11-Aug-15 5:42
mveRichard MacCutchan11-Aug-15 5:42 
QuestionI have table not found in SQLite database table. Pin
Member 1141933410-Aug-15 22:19
Member 1141933410-Aug-15 22:19 
AnswerRe: I have table not found in SQLite database table. Pin
Richard MacCutchan10-Aug-15 23:29
mveRichard MacCutchan10-Aug-15 23:29 
Questionhow to change the actionbar background color Pin
Member 118975669-Aug-15 21:16
Member 118975669-Aug-15 21:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.