Can I delete songs of iTunes over my app? [closed] - mpmediaquery

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 8 years ago.
Improve this question
I use MPMediaQuery class to query iTunes's songs, and then display them in my APP. But now, I received a new needs, that's delete songs. I find the MediaPlayer framework, there is no way to delete songs.
How could I do?
Thank you

No, you cannot. As the name suggests, the Media Player framework can only browse, select, and play media — it cannot modify the user's media collection, or the objects it contains.

Related

Can I create RSS feed in mobile app [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 8 years ago.
Improve this question
I want to create a RSS feed from mobile app ex: android where I can post the data that all people immediately can see it. Can you please help..
You need to put RSS feed in server or website and your app can display or post to that website.

How do I make my website remember variables? [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 8 years ago.
Improve this question
I want to make my website remember variables for each user and display them, something like local storage that I can use in c#. What is the best way to achieve this concept?
ASP.NET Session State is what you are looking for.
http://msdn.microsoft.com/en-us/library/ms972429.aspx
Or if you want permanent storage (ie they leave and come back another day)
Connecting to a SQL Server database.

ASP.NET User Interface Language selection [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 8 years ago.
Improve this question
friends
I want to add three languages to my ASP.NET website to give users language options.How could I do this.If possible, could you explain it me in details?Thanks...
You can do it by using the Resources.
And for setting/detecting current language in the views you can use cookies or the routing (which is more preferable due to it's SEO and cache friendly behavior). Here is a tutorial.

How to set the different language for asp.NET application? [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 8 years ago.
Improve this question
I am new to development of asp.net applications... I want to give different language options for the user to choose as he wishes.
Thanks in advance
The best way to do this is to have all the text for your site set in a language table in your database. Every piece of text. Set a unique ID for each languae, 1=English, 2=Spanish, and so on. Then, when populating the text on your page, rather than calling up the text from a static table, call it up from the Language table for that ID.

how to create clickable links on impress.js? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I am trying to create a brochure visual treat for a client using impress.js
I need to put a link on every slide that redirect to the proper page while click.
Is it possible that each page could also have a click able link to every slide?
You can use jimpress.js to achieve that and take also advantage of the numerous other options that this plugin provides.

Resources