EWallet Cloud Storage - app showcase
(Molbal -) |
hamishwillee
(Talk | contribs) m (Hamishwillee - Bot update - Fix ArticleMetaData and other issues) |
||
| Line 9: | Line 9: | ||
|installfile= coming soon | |installfile= coming soon | ||
|devices= Nokia 700 (on RDA) | |devices= Nokia 700 (on RDA) | ||
| − | |sdk= SDK(s) built and tested against (e.g. [http://qt.nokia.com/downloads/ Qt SDK 1.2]) | + | |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 | + | |platform= Symbian Anna, Belle and later, Qt 4.7.4 or later |
| − | |devicecompatability=Symbian^3 devices | + | |devicecompatability= Symbian^3 devices |
| − | |dependencies= Qt Quick Components 1.1 | + | |dependencies= Qt Quick Components 1.1 |
|signing= Nokia Signed | |signing= Nokia Signed | ||
|capabilities= NetworkServices | |capabilities= NetworkServices | ||
| Line 18: | Line 18: | ||
|language= English | |language= English | ||
|translated-by= <!-- [[User:XXXX]] --> | |translated-by= <!-- [[User:XXXX]] --> | ||
| − | |translated-from-title= <!-- Title only --> | + | |translated-from-title= <!-- Title only --> |
|translated-from-id= <!-- Id of translated revision --> | |translated-from-id= <!-- Id of translated revision --> | ||
| − | |review-by=<!-- After re-review: [[User:username]] --> | + | |review-by= <!-- After re-review: [[User:username]] --> |
|review-timestamp= <!-- After re-review: YYYYMMDD --> | |review-timestamp= <!-- After re-review: YYYYMMDD --> | ||
|update-by= <!-- After significant update: [[User:username]]--> | |update-by= <!-- After significant update: [[User:username]]--> | ||
|update-timestamp= <!-- After significant update: YYYYMMDD --> | |update-timestamp= <!-- After significant update: YYYYMMDD --> | ||
|creationdate= 20120304 | |creationdate= 20120304 | ||
| − | |author= | + | |author= [[User:Molbal]] |
}} | }} | ||
| Line 41: | Line 41: | ||
''Add categories below. Remove Category:Draft when the page is complete or near complete - still draft (march 5)'' | ''Add categories below. Remove Category:Draft when the page is complete or near complete - still draft (march 5)'' | ||
| + | [[Category:Code Examples]] | ||
Revision as of 06:43, 7 March 2012
Article Metadata
Code Example
Tested with
Compatibility
Platform Security
Article
Introduction and Summary
This is a cloud based personal data storage app. It offers a really nice GUI that uses lots of prebuilt QML elements, mixed with customized ones. To make sure your data won't leak anywhere, the app only transfers and reveives the data encoded (multiple times, multiple methods)
This page is created to introduce the user interface the app, to 1) show my tricks and solutions to others, and 2) to clarify things or answer possible questions in the Qt Quick competition.
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.
- will continue*
Add categories below. Remove Category:Draft when the page is complete or near complete - still draft (march 5)

