PlayStation3 application development - ps3

Merged with ps3 applications development.
is it possible to create PS3 applications on the Windows platform, if yes what tools are needed, can you clarify this please.

Related

What does Cross-Platform Development mean in Embedded System?

I did an interview in a company, and someone from HR asked me this question, but I do not know its relation with Embedded System, how I use it?
I searched for this topic in different sites but I did not find anything related to Embedded Systems.
Definition - What does Cross-Platform Development mean?
Cross-platform development is the practice of developing software products or services for multiple platforms or software environments. Engineers and developers use various methods to accommodate different operating systems or environments for one application or product.
definition
For instance, your development (Host) on X86-x64 PC platform but your target development (board, device, ..) is ARM, PowerPC,.. platform. In this case, your development on the Host, cross-compile on the Host and then port to the target.

Deploy an app to phone [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I wanted to test a calculator program I built in vb.net on my phone. I wanted to see if mouse click was the same as a touchscreen. So with my calculator, I have the executable files from the build folder, but how do you get it on your phone?
You can't run an application created with VB.NET on a phone running Android. If you like Visual Basic 6 there is a language called B4A (formerly known as Basic4Android). It is eerily similar to VB6 (although you will have to learn some phone specific things) and allows you to write Basic code and create it into an Android app. It has a fairly active community around it for such a niche product. You can find more info here: https://www.b4x.com/
Phones do not run desktop applications. For the most part the CPUs are different architectures (x86/Intel on desktop, and ARM on mobile devices), and the operating systems are not the same as well.
That said, you have some options.
Xamarin is a commercial (paid) development tool kit for cross architecture/OS development.
For Windows Phone only: there's the new UWP (Universal Windows Platform) that will net you develop apps to run on Windows Phone and Windows desktop.
As of this moment in time you can not deploy a Windows desktop Console App or WinForms app to a phone.

Secure Coding Practices for Developing Windows Phone Applications

Does anyone know a website which has a security checklist with regards to Windows Phone application development? For instance, one of the recommendations may be to disable any unneeded privileges that the application may not need.
It is important that it is focused on the development of a secure windows phone application and NOT about the use of the phone in general. Thank you.
although it is retired content and not specific aimed at phone development it might still hold value in its core concepts.
The Security Guidance of the Patterns and Practices team
An another option is the SDL (Security Development Lifecycle)

Where to start for developing mobile application?

I know this is repeated question. I read almost all the threads , googled a lot and became more confused. I read Microsoft Mobile Internet Toolkit (MMIT) is not used anymore and Windows Mobile 6.5 Developer Tool Kit is widely used .
Requirement:Develope and publish websites for mobile phones.
Envoirnment:VS2008/.net 3.5
I am new to mobile web application development. I want to know how to start ,what are the frameworks i should know/download,sample websites or articles..
Thanks,
Vanitha
If you want to create web applications for mobile devices using microsoft technologies check out this site:
http://www.asp.net/mobile
It has simple how-to.....
If you're going to invest in a new skill, I'd focus on iPhone and Android development - they're far more widespread than windows mobile.

Programming for Nokia phone?

What is best way to develop for nokia phones ?
symbian programing or html applications ?
how to start symbian programming. i am not able to find the nokia carbide software anymore. which software is used to program ?
In my opinion, Symbian programming is the way to go for Nokia applications because you can create more visually appealing applications in less time using QT. Check out their QT platform which makes it easier for developers to start programming for Nokia devices and deploy to OVI store. You may want to start at http://www.forum.nokia.com/Develop/Qt/
If you want to know your options and the tools associated with them (Either developing in Symbian, Web or Java), you can check out their Developer website at http://www.forum.nokia.com/Develop/
here the downloadlinks:
platform-sdk
carbice.c++
hope that helps