Tagged Questions
3
votes
2answers
49 views
How can I speed up my RSS feed Android App?
I have a problem with parsing RSS from a PHP page because the app is too slow.
This is my parsing code:
...
3
votes
1answer
9k views
Optimize JSON insertion to SQLite (insert … on duplicate key ignore)
In current task, I'm refactoring the code of converting JSON file into SQLite database on Android device. Code compliant with Java 6.
As a benchmark, grabbing the code from remote server takes ...
3
votes
1answer
2k views
Simplifying HTML parsing
I'm working on an app for my school (not homework, an app that's going to be used by students), that's supposed to display our week schedules. I get the data from a webapp, but it has no API that I ...
2
votes
2answers
2k views
Android AsyncTask, HTTP Request and Parsing
I am working on Android applications for last 2 years and about 80% applications I have developed involve web-services consumption followed by some sort of XML or JSON parsing. Initially, when I had ...