i am new to Nokia Qt and having just started to develop App. I want to set Landscape Orientation & Full Screen mode for my App.
Any Help??
Thanks..
you will need symbian api to be included in the code in snippets
if you are using Qt creator
see this file
http://wiki.forum.nokia.com/index.php/CS001517_-_Lock_application_orientation_in_Qt_for_Symbian
hope it helps!!!
Related
I am developing an app for Android TV it is a screensaver app and I just loading a URL in WebView I have used DayDream Service for this purpose everything is fine, I just want to know that how can I make my layout to support 4K resolution, because when I load [http://howbigismybrowser.com/] it shows 960*500 every time no what configuration I am using. I have seen google official doc on the link
[https://developer.android.com/training/multiscreen/screensizes]
also, I have seen this link and implemented the same link
I have tried by making folder configurations like
layout-sw320dp
layout-sw600dp
layout-sw720dp
[Which resource qualifier should I use to support 1080p, 720p android TV? - Android
I made subfolder in res\folder to support different screen size but am getting same result Like this
Could anyone please help me how can I target a full 4K resolution because right now my Webview looks blurry on 4K TV
I don't believe that it's possible to target a 4K resolution with your UI components natively. According to the Android 6.0 release notes around the 4K display mode:
While in 4K display mode, the UI continues to be rendered at the original resolution (such as 1080p) and is upscaled to 4K, but SurfaceView objects may show content at the native resolution.
I might be mistaken, but I believe the intention here is to allow developers to build their UI for a standard 1080p resolution without having to account for 4K, but this still allows native 4K video as that would be rendered to the SurfaceView.
While Creating Cocos Sharp Project With PCL Xamarin.Forms it gives the game layer in mid of screen how I can set it to full screen of mobile? I am mention below the steps which I am followed.
Step 1 Creating Project
Step 2 Output run on android device
Are you planning to use Landscape or Portrait?
Did you change the ScreenOrientation?
If so, you may need to change the value of the desiredWidth and desiredHeight
I have an iphone app developed in Flash Builder/Flex Mobile Project that displays PDFs using stagewebview.
I am interested in printing these PDFs from the application. Does any one know if this is possible and if yes could you please suggest some example code?
Thanks!
AlivePDF did you have a look on this.
http://livedocs.adobe.com/flex/3/langref/mx/printing/FlexPrintJob.html
http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/flash/display/BitmapData.html
With this you can read pixel by pixel and send to printer to print the Object.
Is it possible to open a pdf file in a Flex Mobile application?I have searched but I didn't find anything.
Thank you
Use Document Launcher Native Extension for Android. I tried and it works nice!
You should be able to do this using the StageWebView:
http://blog.wookets.com/2011/05/flex-mobile-using-stagewebview-to-show.html
I have developed an application in Qt for symbian.
Now i need to set the application icon. not the one showed on the application windows on the top left side. I need to set the icon which will be displayed in the menu of the symbian device! somebody pls help me on this.
I searched in here and found the ways to set the application icon but not the way i needed. All of them showed how to set the icon which will be displayed on the top left in the application window, as i said earlier this is not what i want.
Just add this into Symbian specific section of your .pro file:
symbian {
ICON = ./resources/appIcon.svg
}