Android platform
-
Jayakrishnan.M, yeah, you now write Qt apps with small wrapper written in Java (wrapper is similar for all qt apps and is needed only to start and init qt app).
Alexandra, yeah, I think BogDan will be happy if there will be more people working on Android-Lighthouse. For now as I know he is doing all the things and some people helps him with small patches (as for me I've sent him two of them, but not really big).
-
[quote author="Jayakrishnan.M" date="1278992727"]Thanks Denis, for the clarification. So we should be able to write Android apps in Qt. I had also seen a partial iPhone port. I know it is technically feasible, but does Apple allow Qt c++ apps on iPhone ? Any info regarding this ?[/quote]
As of now people are just working on it (enthusiasts) and not ready yet. Will Apple allow Qt, only time can tell. You know what happened to Flash on Apple right.
-
[quote author="Jayakrishnan.M" date="1278992727"]but does Apple allow Qt c++ apps on iPhone ? Any info regarding this ?[/quote]
AFAIK, Apple doesn't allow Qt C++ apps on iPhone. Currently the porting process in the beginning of the way (non officially, it's a community initiative). I do not think that Apple and Google will allow to use Qt framework (from a competing company) officially. -
Google force Android developers to use its on framework and a single language. NDK is not substitute for creating full blown applications in c++. If it don't allow other frameworks or languages, how is it an open platform? It is iritating for me when someone boast about Android being an open platform.
-
https://www.facebook.com/qt.android
Please post updates here too.
-
I am working on an Android VoIP solution. I have got some problem with the event handlers
for the device buttons so I googled for codes and I have found one on a VoIP website (http://voip-sip-sdk.com/p_456-voip-android-integration-voip.html). In the
code the event handler functions for handling buttons are listed. There is no difficulty to
handle these buttons within the Adobe Flash code.
- private function handleActivate(event:Event):void
- {
-
NativeApplication.nativeApplication.systemIdleMode =
SystemIdleMode.KEEP_AWAKE;
4. }
5.
6. private function handleDeactivate(event:Event):void
7. {
8. NativeApplication.nativeApplication.exit();
9. }
10.
11. private function handleKeys(event:KeyboardEvent):void
12. {
13. if(event.keyCode == Keyboard.BACK)
14. NativeApplication.nativeApplication.exit();
15. }Could you provide me any C# codes similar to the mentioned one?
Thanks,
Niko -
Apple allows Qt C++ apps on iPhone/iPad/iPod. There are apps in the App Store that use Qt 4.8 for Gui/Networking that Apple approved without any complications.
[quote author="A.A.M." date="1279007446"][quote author="Jayakrishnan.M" date="1278992727"]but does Apple allow Qt c++ apps on iPhone ? Any info regarding this ?[/quote]
AFAIK, Apple doesn't allow Qt C++ apps on iPhone. Currently the porting process in the beginning of the way (non officially, it's a community initiative). I do not think that Apple and Google will allow to use Qt framework (from a competing company) officially.
[/quote]