I'm new to libgdx and was looking for a solution to play video for the game book I'm creating. After some research I find this article:
https://gamedev.stackexchange.com/questions/30607/play-videos-with-libgdx
However, being naive I do not know where does the splash screen and xml ui code go? Do we implement it in CORE project or android project ?
And if someone can also share the event calling mechanism between CORE and android, that would also really help.
Thanks a lot !
Your game "Class" files go to the Core project (You write your code once for all platforms).
All your asset files (graphics, sound...) go to Android project > assets . (The desktop project has a link to that assets folder, so you only need to store the assets once).
If you are new to Libgdx, I recommend you to follow basic tutorials like :
https://github.com/libgdx/libgdx/wiki/A-simple-game
http://www.toxsickproductions.com/libgdx/
http://www.gamefromscratch.com/page/LibGDX-Tutorial-series.aspx
Hope it helps.
Related
Is there any way to view the files and code that belong to TVMLKit.framework*?
*TVMLKit is a framework from Apple to build tvOS Apps:
The TVMLKit framework enables you to evaluate TVMLKit JS and TVML files from within your tvOS app. You can create TVML elements, styles, views, and view controllers through the JavaScript environment.
I'm trying to create new elements by using TVInterfaceFactory and would like to see how some of the base elements are made in order to duplicate some of them and make small changes.
I can't seem to find these files in Xcode or the project folder. Any ideas?
Thanks.
I am looking for an example of how to use the IOS Storyboard SplitView controller with MVVMCross. I have looked at the samples in the MVVMCross playground, but these do not use the storyboard file.
Can anyone help with a pointer to a good example. All information seems to be around 2013 and the examples are too old for the current version of the framework.
Thanks in advance.
The Playground sample in the main repository has some good samples on using Storyboards.
https://github.com/MvvmCross/MvvmCross/blob/develop/TestProjects/Playground/Playground.iOS/Views/ChildView.cs#L10
Documentation is also available on the website: https://www.mvvmcross.com/documentation/platform/ios-user-interfaces-approaches#storyboards
(http://themes.siiimple.com/themeselector/?theme=360)
(http://www.airpano.ru/files/Seattle-USA/2-2)
(http://360gigapixels.com/london-320-gigapixel-panorama/)
(http://www.paris-26-gigapixels.com/index-en.html)
The above links are some of the examples.
You can use flash action Script , or webgl JavaScript... I promote the second option really as its not flash dependant..
Below is an example with source code:
http://threejs.org/examples/#webgl_panorama_equirectangular
Try three.js library it has great documentation and API...
Added image for a visual idea
Is there any way to handle PDF in Adobe AIR?
I don't want just to open it, I need to programmatically use it. Example: extracting pages, rotate pages, add gfx elements to a page, read annotations. I would need a complete framework to handle PDF in AIR.
Thanks
Try PurePDF, it is a port of the famous iText java and C# library
That's the closest you will get to be able to do in ActionScript what you describe above.
Cheers
I am currently working on a new app and this is my first ever app I have attemped to make with the android os.
I am using eclipse 3.6 and using android 1.5 version as the base to make the app as compatible as I can with all android phones.
I am a newbie to java and I read a few tutorials which helped me get the app up and working but I am using webview using iframes and have the html document hosted online but I would like to have it intergrated into the app itself so that I will not have to worry if a lot of people use the app will not bring down the website.
But I also want it to be able to update all the data off the website when members want to check for updated information on the html document as I am using the html document to control the main gui.
please use PhoneGap, this will fulfil your requirements