FlickrUp - Flickr app for Symbian & MeeGo Harmattan devices
(ShwStppr -) |
(ShwStppr -) |
||
| Line 33: | Line 33: | ||
== Problem areas == | == Problem areas == | ||
| + | '''<big>Problem working with QtQuick 1.0 and QtQuick 1.1 simultaneously</big>''' | ||
As I started with QtQuick 1.0 for Symbian and simultaneously working with QtQuick 1.1 for MeeGo so initially it was difficult to maintain a similar UI as few components are not available in QtQuick 1.0. I have to write custom components for few of these unavailable but necessary components, | As I started with QtQuick 1.0 for Symbian and simultaneously working with QtQuick 1.1 for MeeGo so initially it was difficult to maintain a similar UI as few components are not available in QtQuick 1.0. I have to write custom components for few of these unavailable but necessary components, | ||
| − | :'''InfoBanner'''. | + | :'''InfoBanner''' |
| + | :My code for a custom InfoBanner can be found here http://code.google.com/p/flickrup/source/browse/qml/symbian/flickrup.qml | ||
| + | |||
| + | '''<big>Problem working with QtQuick 1.0 and QtQuick 1.1 simultaneously</big>''' | ||
| + | As I started with QtQuick 1.0 for Symbian and simultaneously working with QtQuick 1.1 for MeeGo so initially it was difficult to maintain a similar UI as few components are not available in QtQuick 1.0. I have to write custom components for few of these unavailable but necessary components, | ||
| + | :'''InfoBanner''' | ||
| + | :My code for a custom InfoBanner can be found here http://code.google.com/p/flickrup/source/browse/qml/symbian/flickrup.qml | ||
''Add categories below. Remove Category:Draft when the page is complete or near complete'' | ''Add categories below. Remove Category:Draft when the page is complete or near complete'' | ||
Revision as of 18:36, 12 March 2012
Enter article metadata as described below. Note that this template can be placed anywhere in the article. Do not remove parameters that you do not use
Article Metadata
Introduction
FlickrUp is an easy way to browse & upload photos on Flickr® website. FlickrUp is available for free on Nokia store for Symbian S^3 or later and MeeGo Harmattan devices. FlickrUp is developed using QtFlickr API (a Qt/C++ based Flickr API by Evengi Gordajev). FlickrUp is an open-source application and hosted on Google Code. It was started in mid-2010 for an entry for Calling All Innovator Challenge 2010 with Qt widget UI for Symbian devices but after seeing some QtQuick demo apps I decided to work on QML user interface as it helps creating much beautiful and fluid UI and more importantly it helped me port my application for MeeGo Harmattan devices. And since Oct 2011, it is available on Nokia store and already crossed 10k downloads mark in over 150 countries.
Problem areas
Problem working with QtQuick 1.0 and QtQuick 1.1 simultaneously As I started with QtQuick 1.0 for Symbian and simultaneously working with QtQuick 1.1 for MeeGo so initially it was difficult to maintain a similar UI as few components are not available in QtQuick 1.0. I have to write custom components for few of these unavailable but necessary components,
- InfoBanner
- My code for a custom InfoBanner can be found here http://code.google.com/p/flickrup/source/browse/qml/symbian/flickrup.qml
Problem working with QtQuick 1.0 and QtQuick 1.1 simultaneously As I started with QtQuick 1.0 for Symbian and simultaneously working with QtQuick 1.1 for MeeGo so initially it was difficult to maintain a similar UI as few components are not available in QtQuick 1.0. I have to write custom components for few of these unavailable but necessary components,
- InfoBanner
- My code for a custom InfoBanner can be found here http://code.google.com/p/flickrup/source/browse/qml/symbian/flickrup.qml
Add categories below. Remove Category:Draft when the page is complete or near complete

