-
Recent Posts
Recent Comments
- Martin Reinhardt on New version of my Roundcube App for OwnCloud available
- Jaco Marais on New version of my Roundcube App for OwnCloud available
Archives
Categories
Meta
Tag Archives: Cordova
Cordova and PhoneGap Encryption
Any developer who uses Cordova is aware of this: The source code of a Cordova/Phonegap App can be read in clear text. Just download the app archive (IPA or APK) and unzip it. Now everyone can read your source code. … Continue reading
Hybrid web applications with Cordova and AngularJS
The problem is everywhere for a typical multi-tier architecture. The UI calculation is done at server-side and the browser just displays the data. That was the typical architecture for several years. Every interaction with the user needs the server backend. … Continue reading