Note that there are some explanatory texts on larger screens.

plurals
  1. USuser2380669
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COyes, that will also achieve the goal i set forth. Although i prefer to have the data updated on first load that means not getting the data from raw/res. i kept on searching, has it to do with bytes and string when i feed into documentbuilder. on download of file, the inputstream is in bytes. sending the stream to documentbuilder is in byte too. but my on this command s = statements.item(i).getChildNodes().item(0).getNodeValue();, it is to be in string since s is defined as String at top.
      singulars
    2. COi editted the post. i rebuild the app ,putting the file in res/raw for the xml file that is to be downloaded. it works fine when i use inputstream directing to res/raw/. it may just mean the file is okay for parsing in. so the issue is when i try to parse the file the downloaded one from URL. can it be that the input stream command InputStream in = camera_context.getApplicationContext().openFileInput("/data/data/appprogram/files/alladvertlist.xml"); is giving problem? because i checked form DDMS, the file in database was not updated / parse from the file..
      singulars
    3. COEs0329 thanks for the idea.. I considered your suggestions and modified the whole solutions. Now I'm able to get the latest data loaded by first getting from res-raw, update from webby when user perform search.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload