Developing Mediaplayer for windows 8 phone [closed] - windows-8

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 am newbie to windows-8 phone development.
My first assignment is to develop mediaplayer for windows 8 phone.
can anyone guide me how should I proceed?
The requirement for mediaplayer is as follows.
Mediaplayer should have ability to stream the music from server.
We need to cache last played music-track by mediaplayer.
functionality like playnext,playprev,playlist etc..
Waiting for your reply.

what you have is a basic exercise in coding.
Take a nice long read through the Media Overview for Windows Phone. http://msdn.microsoft.com/en-us/library/ff402550(VS.92).aspx . You'll have to implement your cache, probably in isolated storage. The playnext, playprevious you'll have to do as well.
Work through some of the basic tutorials up at genapp in the phone section for some free training. http://bit.ly/30tolaunch .

Related

developing app with windows8 for tablet,mobile,desktop [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 9 years ago.
I need develop an application for windows8 mobile,tablet,desktop.As i am fresh to mobile app i dont have any idea about this.Is there anyway to develop an application like this with single code or we have to write code seperatly for all three and how to add this app to the app store. please anyone help me with this problem.
Thanks in advance
Typically, we use stackoverflow to answer specific questions about code issues you're having. Despite this, please begin at some of the great instructional videos provided on Microsoft development centers (better known as MSDN). They have quick-launch tutorials and the link.

How to get clock alarm information on iOS [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 to get the clock's alarm information on iOS, is there any way to fetch the information?
No, there's no way to do that.
I don't know how I can add credibility to my answer, except from saying that in iOS, apps are "sandboxed", so they don't "talk" with each other. The only way they can interact (in a very restricted way) is if they share a part of their App ID. As the stock clock app is made by Apple, there's no way your app will ever have access to data from the stock apps.

How to make a clickable map in iOS [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've done this with Flash and Actionscript but does anyone know how I'd even begin to make a clickable map in iOS?
Is using cocos2d a good approach?
I want to make a clickable map of countries into a mini-game.
Did you know you can create iOS applications utilizing Flash 5.5?
http://www.adobe.com/devnet/logged_in/abansod_iphone.html
Some other good resources:
http://www.gotoandlearn.com/play.php?id=116
Just some food for thought.
I have done a few simple things thus far like Rss readers with no issues. Never done a large game.

How to scan for networks in the area [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 have a question; I want to be able to make an iPhone iOS 5 app which can scan for networks and afterwords and prefereable filter one out [on SSID, for example], and show this in a list
I am looking for a class than can handle this but Im finding a lot of classes that handles services in a network.
I'd recommend that you check out the WWDC videos which are free from Apple about Bonjour. Alternatively, just check out using Bonjour. It's probably the best internet network interface known to man.

How to steal audio from specific application? [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 am trying to figure out how to capture the audio from a given software running on a mac, just like audio hijack does.
I'm aware that this is not the first question on the subject, but I'd like to better understand the possibilities on how to do it.
Crete a user space driver is the only solution to achieve it?
The best way that I've found is to get soundflower from cycling74.com. This basically gives your computer an internal interface that you can route to audio programs. If you then get a DAW like audacity you can choose soundflower as your audio input, set soundflower as your system audio output and record audio directly into your DAW.
GW