Arduino Uno Running App

Hello,
I want to have an Arduino Uno run the Pandora App. I want to create a wifi radio with a touch LCD powered by an Uno. I can figure out the wiring but getting the Uno to run the app i have no clue on. Thank you

I can figure out the wiring but getting the Uno to run the app i have no clue on.

Do you have the code? Compile and link it (not really likely) for the Arduino, and hit Upload. The Arduino will then be running the app.

no i dont have any code written. I dont know where to begin with adding a app to it

I dont know where to begin with adding a app to it

Typically, you would start with not using a pronoun (it) with no referent. What, exactly, is it that you want to add an app to?

You started by asking if you would run Pandora on the Arduino. I highly doubt that that is possible.

It was referring to the Arduino Uno. Why is this not possible, can you please explain it to me so I know what I need to be looking for to run what I want, Thanks.

Why is this not possible

Do you have the source code for the Pandora app? If not, it is impossible to compile and link it to run on the Arduino.

If you do, is it written in C or C++? If not, you'll have to understand what it does, and rewrite it using C/C++.

Once you have it in C/C++, does it compile and link and fit in the Arduino's FLASH memory? Does it use less SRAM than the Arduino has available?

Given that you can't seem to figure out even the correct questions to ask, or the answers to the questions that are asked of you, I'm going to stick with the assertion that it is impossible for you to do. It may not be possible for anyone else, either.