WikiTravel Offline (Unofficial) APK

WikiTravel Offline (Unofficial)  Icon
0/5
0 Ratings
Developer
V Nemeth
Current Version
1.01
Date Published
File Size
3.4 MB
Package ID
b4a.wikitraveloffline
Price
$ 0.00
Downloads
10+
Category
Android Apps
Genre
Travel & Local

APK Version History

Version
1.01 (3)
Architecture
universal
Release Date
September 19, 2021
Requirement
Android 5.0+
Version
1.00 (2)
Architecture
universal
Release Date
March 31, 2021
Requirement
Android 5.0+
  • WikiTravel Offline (Unofficial) Screenshot
  • WikiTravel Offline (Unofficial) Screenshot
  • WikiTravel Offline (Unofficial) Screenshot
  • WikiTravel Offline (Unofficial) Screenshot
  • WikiTravel Offline (Unofficial) Screenshot

About Radio FM 90s

How does the app work?

For non-techy users, the app works by querying Wikitravel's website, and storing the returned data locally. That's the simple explanation but it's a gross oversimplification.
There is more to it though and it's important you understand what it can do, can't do, and why. In reality the app queries the Wikitravel API, which, in non-technical terms accepts a packet of data and then sends back information based on the request. While this is in theory a lot like what you have in your browser (e.g. Chrome), actually it's rather different because the API is very far from being perfect.

In order for the app to be able to function as offline data storage the returned data has to be captured and cleansed. This also means the app needs to be able to monitor and control what you (can) do inside the app. While this might sound odd/scary it's obvious and important. There's something called WebView in Android world, which is the element of the app that shows the web contents and which you will be reading/using.
When you search for "London" (or any other place) there are 2 queries that get sent out. First a query to establish if there is a page called "London" in the language of your choice and if so what's the internal PageID and current RevisionID. At this stage the app checks if that specific combination is already stored in the local database and if so you'll see the locally stored data, if not, another query gets fired off for the actual online content and eventually the data will be presented inside the WebView (from a strictly non-technical approach, "the app".).

What's New in this version

v1.01 -- Minor updates/fixes. Btw I can see from the logs that the app is crashing on the occasion, for whoever is affected pls leave a msg telling what they've done for the app to crash so I can track it? Thnx.