Qt World Summit 2016 Conference App: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
m (Added the location of the example app in V-Play SDK)
m (Fix link in about section)
 
(8 intermediate revisions by 2 users not shown)
Line 2: Line 2:
[[Category:Learning::Demos_and_Examples]]
[[Category:Learning::Demos_and_Examples]]


http://v-play.net/wp-content/uploads/2016/10/feature-new.png
The Qt World Summit mobile app for Android and iOS is a full-featured conference management app.
 
https://felgo.com/resources/qtwiki/felgo-examples-hcombo-qtws.jpg
 


Documentation Link: http://v-play.net/doc/v-play-appdemos-qtws2016-example/
== Description ==
== Description ==
The Qt World Summit 2016 Conference App was built with the V-Play Apps SDK. It's a conference management app that lets you:
* Browse the conference schedule
* Find detailed information on talks
* Chat with other conference attendees
It showcases the following V-Play features:
* New [https://v-play.net/doc/apps-howtos/#listview-code-snippets list view]
* New [https://v-play.net/doc/vplayapps-searchbar/ search component]
* Advanced [https://v-play.net/doc/vplayapps-tabcontrol/ tab bar] options
This is an open-source app example. You can find the source code on [https://github.com/V-Play/QtWorldSummit2016-V-Play GitHub] or by downloading [http://v-play.net/download V-Play Apps].


== V-Play Apps SDK ==
The official Qt World Summit Conference App for Android and iOS from 2019 is a full-featured conference management app and includes the following features:
This app was created using V-Play Apps. This free SDK is now available for [http://www.v-play.net/download download].
 
* Browse the Qt World Summit conference schedule.
* See detailed information for all talks, speakers and tracks.
* Manage your personal schedule by adding talks to your favorites.
* Connect with other conference participants, chat & schedule meetings.
* Scan attendee QR codes and export contacts to your phone or via email.
* Get notified of upcoming favorited sessions with push notifications.
* Full-text search of all speakers & talks.
* Auto-cache the conference data & images locally to also work offline.
* Customize the UI and switch between different native styles and colors.
* Earn points for each app-start and favored talk to climb the leaderboard.
 
[[File:iOS-Android-QtWS-App.gif]]
 
The app also shows best practices how to use Qt & Felgo components to create mobile apps that:


V-Play Apps lets you create cross-platform mobile apps from a single codebase. It uses a component-based approach and responsive design to reduce code. It also provides native look and feel to iOS and Android users.  
* Support multiple platforms, screen sizes and screen resolutions.
* Provide a native look and feel for different platforms from a single code base.
* Use native device features like confirmation dialogs.


http://v-play.net/doc/test/images/apptabbar-control-ios.gif
http://v-play.net/doc/test/images/apptabbar-control-android.gif
http://v-play.net/doc/test/images/searchbar-control-ios.gif
http://v-play.net/doc/test/images/searchbar-control-android.gif


== Open Source App Example ==
== Downloads & Source Code ==
You can find the source code for this example app on [https://github.com/V-Play/QtWorldSummit2016-V-Play GitHub] or download the app from the [https://itunes.apple.com/at/app/qt-world-summit-2016-qtws/id1162075690?l=en&mt=8 iOS App Store] and [https://play.google.com/store/apps/details?id=net.vplay.demos.qtws2016 Google Play]. The source code of this app is included in the [http://v-play.net/download V-Play SDK] as well. You can find it in the V-Play SDK at the following location:


''<Path to your V-Play SDK>/Examples/V-Play/appdemos/qtws2016/QtWSApp.pro''
You can view and edit the source code with a live preview in the [https://ide.felgo.com/-/ide/project/root/qtws/ Felgo Cloud IDE].


The Qt World Summit 2016 Conference app is an open-source project so you can use it as the basis for your own apps. Change the code as much or as little as you like and create conference apps in a reduced amount of time.
You can also run the demo from the [https://felgo.com/resources/developer-app Felgo Dev App] available in the app stores.


[https://play.google.com/store/apps/details?id=net.vplay.demos.qtws2016 http://v-play.net/wp-content/uploads/2016/11/Google_Play_Badge-1.png]
For more information and download links, [https://felgo.com/doc/felgo-appdemos-qtws-example/ browse the documentation].
[https://itunes.apple.com/at/app/qt-world-summit-2016-qtws/id1162075690?l=en&mt=8 http://v-play.net/wp-content/uploads/2016/11/iTunes_download_link.png]
[https://github.com/V-Play/QtWorldSummit2016-V-Play http://v-play.net/wp-content/uploads/2016/10/github_logo.png]


You can also view the source code for this app in the [http://v-play.net/samples/ V-Play Sample Launcher].


== App Features ==
== Felgo ==
* '''A Single Codebase:''' support multiple platforms, screen sizes and screen resolutions.
* '''Native UI & UX:''' provide a native look and feel for different platforms from a single code base.
* '''Gamification elements:''' add a talk to your agenda and rise in the leaderboard.
* '''Customize the UI:''' switch between different native styles and colors.
* '''Social Features:''' make friends and send messages with the integrated in-app chat.
* '''Cross-Device Capabilities:''' handle mobile app specific requirements like offline capability.


== Downloads ==
This app was created using the '''[https://felgo.com/qt-app-developers/ Felgo SDK]'''. Felgo, a Qt technology partner, extends Qt with 200+ APIs, unique tooling like QML Code Hote Reload and cloud services like Qt CI/CD.
This app is available in complete form as a Qt example app from V-Play. You can download the free SDK [http://v-play.net/download here].


You can also download it from [https://itunes.apple.com/at/app/qt-world-summit-2016-qtws/id1162075690?l=en&mt=8 Google Play] or the [https://itunes.apple.com/at/app/qt-world-summit-2016-qtws/id1162075690?l=en&mt=8 App Store].
You can download the SDK [http://felgo.com/download here] or get it via [https://marketplace.qt.io/products/felgo Qt Marketplace].

Latest revision as of 14:34, 3 November 2020


The Qt World Summit mobile app for Android and iOS is a full-featured conference management app.

felgo-examples-hcombo-qtws.jpg


Description

The official Qt World Summit Conference App for Android and iOS from 2019 is a full-featured conference management app and includes the following features:

  • Browse the Qt World Summit conference schedule.
  • See detailed information for all talks, speakers and tracks.
  • Manage your personal schedule by adding talks to your favorites.
  • Connect with other conference participants, chat & schedule meetings.
  • Scan attendee QR codes and export contacts to your phone or via email.
  • Get notified of upcoming favorited sessions with push notifications.
  • Full-text search of all speakers & talks.
  • Auto-cache the conference data & images locally to also work offline.
  • Customize the UI and switch between different native styles and colors.
  • Earn points for each app-start and favored talk to climb the leaderboard.

IOS-Android-QtWS-App.gif

The app also shows best practices how to use Qt & Felgo components to create mobile apps that:

  • Support multiple platforms, screen sizes and screen resolutions.
  • Provide a native look and feel for different platforms from a single code base.
  • Use native device features like confirmation dialogs.


Downloads & Source Code

You can view and edit the source code with a live preview in the Felgo Cloud IDE.

You can also run the demo from the Felgo Dev App available in the app stores.

For more information and download links, browse the documentation.


Felgo

This app was created using the Felgo SDK. Felgo, a Qt technology partner, extends Qt with 200+ APIs, unique tooling like QML Code Hote Reload and cloud services like Qt CI/CD.

You can download the SDK here or get it via Qt Marketplace.