EWallet Cloud Storage - app showcase
(Molbal -) |
(Molbal -) |
||
| Line 2: | Line 2: | ||
{{Note|This is an entry in the [[Symbian Qt Quick Components Competition 2012Q1]]}} | {{Note|This is an entry in the [[Symbian Qt Quick Components Competition 2012Q1]]}} | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
== Introduction and Summary == | == Introduction and Summary == | ||
| Line 67: | Line 45: | ||
Here is the download link: [http://cloud.resonance-studios.com/eWallet/promo/Symbian/eWallet_installer_selfsigned_belle_qt474.sis link] | Here is the download link: [http://cloud.resonance-studios.com/eWallet/promo/Symbian/eWallet_installer_selfsigned_belle_qt474.sis link] | ||
The sis is self-signed, was built for Symbian Belle using Qt 4.7.4. The app will install using Smart Installer. The app is going to be a premium app on 1st April and will be available for 2€. | The sis is self-signed, was built for Symbian Belle using Qt 4.7.4. The app will install using Smart Installer. The app is going to be a premium app on 1st April and will be available for 2€. | ||
| + | |||
| + | |||
| + | {{ArticleMetaData <!-- v1.2 --> | ||
| + | |sourcecode= Source is not open, contains sensitive encryption | ||
| + | |installfile= See at Download section | ||
| + | |devices= Nokia 700 (on RDA) | ||
| + | |sdk= SDK(s) built and tested against (e.g. [http://qt.nokia.com/downloads/ Qt SDK 1.2]) | ||
| + | |platform= Symbian Anna, Belle and later, Qt 4.7.4 or later | ||
| + | |devicecompatability= Symbian^3 devices | ||
| + | |dependencies= Qt Quick Components 1.1 | ||
| + | |signing= Nokia Signed / Self-signed before Nokia Store | ||
| + | |capabilities= NetworkServices | ||
| + | |keywords= <!-- APIs, classes and methods (e.g. QSystemScreenSaver, QList, CBase --> | ||
| + | |language= English | ||
| + | |translated-by= <!-- [[User:XXXX]] --> | ||
| + | |translated-from-title= <!-- Title only --> | ||
| + | |translated-from-id= <!-- Id of translated revision --> | ||
| + | |review-by= <!-- After re-review: [[User:username]] --> | ||
| + | |review-timestamp= <!-- After re-review: YYYYMMDD --> | ||
| + | |update-by= <!-- After significant update: [[User:username]]--> | ||
| + | |update-timestamp= <!-- After significant update: YYYYMMDD --> | ||
| + | |creationdate= 20120304 | ||
| + | |author= [[User:Molbal]] | ||
| + | }} | ||
Revision as of 01:37, 11 March 2012
Contents |
Introduction and Summary
Main Screen
The screen uses a slowly fading cloudy background, because it's a nice background and, obvious for the cloud-based services. The login and password buttons are having a small animation. The first time someone opens the app and fills in that information, can register there. An easy-to-fill webpage somes in an embedded WebView that I tried to design as they were QML Components. After the registering, the system keeps the entered data, so the users can log in directly. A fancy loading indicator is fading in and out, with 3 circles rotating in different directions. After signing in, the app downloads and decrypts the entries from the cloud, then shows them in a two-columned list.
Controls on the main screen
On the top of the screen, just below the statusbar, there is a button row with three buttons, without text, only icons: refres (obvious), quicksearch (animates a text-field out that filters the entries), and new entry (Opens up a new layer on the top of everything, slightly fades out the things behind it) The toolbar remains simple in this app, (it would be too much t put everything in it) so it only offers an exit button and a help button that opens another page (using PageStack). On that page, the toolbar chanes: the help button disappears and the exit button becomes a back button.
Controls on the entry-viewer popup
There is the title of the entry written on top of everything, then a white divider line, and the entry data itself. There is a button row, too, with 4 buttons, with only icons, following the iconography rules strictly: 1. Back - closes the popup 2. Delete - deletes the entry 3. Edit - Flips the entry data over and shows an input textarea and a save button. The entry data is precopied into the area. 4. Share - Sends the entry data in e-mail. Just a function for comfort.
Download
Here is the download link: link The sis is self-signed, was built for Symbian Belle using Qt 4.7.4. The app will install using Smart Installer. The app is going to be a premium app on 1st April and will be available for 2€.
Article Metadata
Code Example
Tested with
Compatibility
Platform Security
Article

