Custom Charm in Metro Style Apps [closed] - microsoft-metro

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
How to implement Custom Charm in Windows 8 Metro Style Application.Please help me.

Charms are defined by Windows. So, there is no way for an app to add custom ones.
An application should use its app bar (top or bottom) to provide commands. For more details, read Guidelines and checklist for app bars.

Related

How to make a "sidebar menu" with rubymotion? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
What libraries are available to allow for sidebar menu functionality in RubyMotion?
Something very similar to this app design, I was wondering if it was possible using RubyMotion.
I would try some of the answers detailed here:
What's the best way to develop a sideswipe menu like the one in Facebook's new iOS app?
Some of the suggested ones:
https://github.com/Inferis/ViewDeck
http://www.cocoacontrols.com/platforms/ios/controls/jtrevealsidebar
https://github.com/mikefrederick/MFSideMenu
Some of these may be CocoaPods and I would recommend using those versions. Just run pod search X (with X being the name of the library) to find out.

iPhone Push Notification server wirtting in C# to run on windows [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want a push notification service to run on windows written using C#. Is it possible any guide lines?
Simple google search showed me this tutorial which seems cover everything.

how to access/generate .ppt file through an IOS App [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
After seeing apple's keynote and other similar applications, I would like to prepare an app which makes presentation(.ppt file) and try to add some other things for an IOS application. But i don't know how & from where i should start from programming side or if any,
Please can anyone give suggestions regarding this feature/functionality.
Thanks in advance..

How to make my iOS application to dynamic [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I'm new to iPhone development,currently i have to develop my application as dynamic one,Where i have to change the Theme ,App icon,color scheme of application.
with out touching my source code & build file is it possible to do this.
My team lead says it was there in .Net & Java side.like that there in iOS development.
If possible please some one help me solving this issue.
Thanks in advance.
This is posible, but you can't change the appicon and loading screen.
The rest of the theming you will have to code your self.

monotouch startup window [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
just wondering how to set startup window of monotouch application...
Probably the same way you do in the standard environment. Create a image, put it in resources with the name "default.png". The application objects loads and displays it automatically.(Edit: Actually, I think the system displays the image while the app loads.)