Surface Pro 7 deal! Save big at Amazon right now
- So! I swear this exists but I can't find it for the life of me:
Pin media control tiles to home screen. Like, prev play/pause next.
Also, a QR generator app that is actually useful and efficient. By this I mean it can be shared to- when you press share contact in people or share page in IE, the QR app should be in that list.
I'd be interested in any app that uses Bluetooth connectivity. For example, Cardash can connect to Bluetooth obdii scanners, Remoter 8 can use Bluetooth as the medium for touchpad data, etc.
Last- games! I like Tiny Death Star's concept of running in the background and you open it (frequently) to manage a few things. If there is a time based game like that which perhaps needs less nannying, I want it. Tiny Death Star needs too much attention, I'd rather have a Sim Earth type simulation that runs by itself and I can change things as I please, when I please.
Also, bullet hell. Losing Dodonpachi Maximum is a huge blow to me- it's the only game I actually played and really liked on WP7. All other bullethell games that I can find on this platform are slow, easy, dumb, landscape instead of portrait, and just look bad. Teslapunk is *close* but that also has this cheap feel to it with the bad textures and lack of color palette. Moreover there's no sense of progress in that game- you have one shot to play through 4 levels and you start at the beginning every time unless you pay for continues. Leaves a sour taste in my mouth.
Thanks in advance.11-19-2013 10:07 PMLike 0 - No live tile can directly control something like a widget. Pressing the volume buttons while playing something gives you the controls.11-19-2013 10:48 PMLike 0
- There's absolutely no reason a live tile can't open up an app which knows it was launched from the next song tile, proceed to the next song, and the exit. Every system shortcut app works in this way. The launching/exiting is so fast that the homescreen just does a pretty flip and you don't see it.11-20-2013 01:28 AMLike 0
- There's absolutely no reason a live tile can't open up an app which knows it was launched from the next song tile, proceed to the next song, and the exit. Every system shortcut app works in this way. The launching/exiting is so fast that the homescreen just does a pretty flip and you don't see it.11-20-2013 01:31 AMLike 0
-
Why is this harmless search for apps turning into a "I don't know how WP works and OP must be wrong" thread?11-20-2013 02:13 AMLike 0 -
- No, I'm looking for apps, and I could do without your snotty retorts. If you don't want to fight, contribute. If you have nothing to contribute, leave.
- Share
- Share this post on
Digg
Del.icio.us
Technorati
Twitter
mcivor88 likes this.11-20-2013 02:38 AMLike 1 - Share
- I contributed clearly. I asked a question and you assumed you were being treated poorly. I asked the question to know your background with apps. You can only control your own application's media with developer API's. You can use stop music to clear your music dropdown because it opens its own and then removes it.11-20-2013 03:10 AMLike 0
-
It can be done. Easily. Let the next poster try it for him/herself instead of pointlessly and incorrectly doubting.
Troytle, asking irrelevant questions is not contributing to my search. Asking me "how many apps I developed" is a rude, snotty way of implying I am unqualified to comment on the subject. If that's not what you intended to say and you truly wanted to know what my experience is, you could have, I don't know, *asked me what experience I have* instead of tunneling into a very specific corner of your now revised query in a curt way.- Share
- Share this post on
Digg
Del.icio.us
Technorati
Twitter
mcivor88 likes this.11-20-2013 03:32 AMLike 1 - Share
- There's absolutely no reason a live tile can't open up an app which knows it was launched from the next song tile, proceed to the next song, and the exit. Every system shortcut app works in this way. The launching/exiting is so fast that the homescreen just does a pretty flip and you don't see it.
1.OS invokes the constructor of app main page. You cannot determine whether the launch was from tile here, there is no way for that. You have to do that in onnavigatedto() method. So constructor has to finish execution and main page will be displayed. Then the onnavigatedto() is executed and you determine launch is from "play next" tile. You change the song and self terminate the app and go back to start screen. Pretty much simple huh!!
by the way, to change a song you need to load MediaPlayer class along with a dispatcher service for Mediaplayer Xna message pumping.
2. The transition effects that happens when you start and kill an app also adds to the time. Adding the time required to execute two methods in your app with this, you have a solid 4seconds(least) before a song changes.
why would someone bother to do this, when they can change song in volume bar in half a second.11-20-2013 03:58 AMLike 0 - it's true that any app can determine the way it was launched, a secondary tile, primary tile or by other deep links. It can do exactly as you described too. Change the song, exit right away. But being "so fast that is unnoticeable" is pretty much impossible. For example, we are talking about a music player app that has a 'play next song' tile. When user clicks it following happens (assuming you know architecture of wp apps
1.OS invokes the constructor of app main page. You cannot determine whether the launch was from tile here, there is no way for that. You have to do that in onnavigatedto() method. So constructor has to finish execution and main page will be displayed. Then the onnavigatedto() is executed and you determine launch is from "play next" tile. You change the song and self terminate the app and go back to start screen. Pretty much simple huh!!
by the way, to change a song you need to load MediaPlayer class along with a dispatcher service for Mediaplayer Xna message pumping.
2. The transition effects that happens when you start and kill an app also adds to the time. Adding the time required to execute two methods in your app with this, you have a solid 4seconds(least) before a song changes.
why would someone bother to do this, when they can change song in volume bar in half a second.
Go try "skinery themes", or wiztiles. I think you'll be pleasantly surprised. Search the store for any shortcut app you please- I just looked at "shortcut tiles free", a terrible ad ridden thing that pins tiles which bring you to a tile context specific settings page instantly with the intermediate app loading and exiting so quickly you cannot see it.11-20-2013 04:19 AMLike 0 - Thanks for the explanation, but your conclusion that "it's pretty much impossible" is wrong, as evidenced by (I feel like a freaking broken record here) any given shortcut tiles app.
Go try "skinery themes", or wiztiles. I think you'll be pleasantly surprised. Search the store for any shortcut app you please- I just looked at "shortcut tiles free", a terrible ad ridden thing that pins tiles which bring you to a tile context specific settings page instantly with the intermediate app loading and exiting so quickly you cannot see it.11-20-2013 05:07 AMLike 0 - There's absolutely no reason a live tile can't open up an app which knows it was launched from the next song tile, proceed to the next song, and the exit. Every system shortcut app works in this way. The launching/exiting is so fast that the homescreen just does a pretty flip and you don't see it.11-20-2013 07:13 AMLike 0
- Curiously Link, is the controls you get from the lockscreen and when you press the volume buttons not quick enough? It seems like both of those would be quicker in most situations.11-20-2013 07:16 AMLike 0
-
Troytle, asking irrelevant questions is not contributing to my search. Asking me "how many apps I developed" is a rude, snotty way of implying I am unqualified to comment on the subject. If that's not what you intended to say and you truly wanted to know what my experience is, you could have, I don't know, *asked me what experience I have* instead of tunneling into a very specific corner of your now revised query in a curt way.11-20-2013 09:27 AMLike 0 - I get that the volume shortcut is plenty fast, but what's wrong with options and customizability? Personally, I would rather have the buttons lower towards the bottom of the screen. Pressing a volume button then reaching for the top of the screen is shifting between two different grips of holding the phone.11-20-2013 02:09 PMLike 0
- http://imgur.com/ia4ylzV
Well now system tiles updated and added this just now (what timing!), and it works *exactly like I said it would*; it loads and exits so fast you never see the app. The homescreen just does a pretty flip.
That puts an end to the pointless bickering I hope, let's move on to other parts of my list: anyone have any app that uses Bluetooth? There's a serious lack of apps taking advantage of Bluetooth in WP. I know of three total.11-21-2013 12:10 AMLike 0 - imgur: the simple image sharer
Well now system tiles updated and added this just now (what timing!), and it works *exactly like I said it would*; it loads and exits so fast you never see the app. The homescreen just does a pretty flip.
That puts an end to the pointless bickering I hope, let's move on to other parts of my list: anyone have any app that uses Bluetooth? There's a serious lack of apps taking advantage of Bluetooth in WP. I know of three total.
I just checked out the app you mentioned. It does work for songs played through the built in media player, aka xbox music. It does not work with any other app like Pandora or Nokia Music. The controls you get from pressing the volume key work everywhere. Just so everyone knows.
If you like it, cool. Glad it works for you. I personally dont like the flip animation in this case.
As far as Bluetooth goes, are you looking for a specific use or just anything you can find for fun?11-21-2013 12:31 AMLike 0 - Piece of advice: Dont get so defensive with people who want to help, no matter what you think of the answer.
I just checked out the app you mentioned. It does work for songs played through the built in media player, aka xbox music. It does not work with any other app like Pandora or Nokia Music. The controls you get from pressing the volume key work everywhere. Just so everyone knows.
If you like it, cool. Glad it works for you. I personally dont like the flip animation in this case.
As far as Bluetooth goes, are you looking for a specific use or just anything you can find for fun?
Re: music. I said in a previous post "any app can control the playback of any other app so long as the source is the system music library". I don't know how much clearer I can be in regard to that.
Bluetooth: just for fun. I like exploring systems to see the limits of the functionality (which is partially why I know WP well enough to know what can be done- I'm pretty intimately familiar with how things are done in abstract, and the limitations). I'm a power user with programming experience, it's what I do. Bluetooth on WP is still something of an unknown to me- it seems like there's no simple API which is why apps supporting it are few and far between- working with Bluetooth COM must not be that fun. But if indeed it is just the COM devs have access to, it should be plenty powerful and capable. I just want to play with some apps to further my understanding.11-21-2013 01:18 AMLike 0 - Re: defensive. You've been nice. Others I didn't perceive as wanting to help. Plus, the perpetual doubting of something that was pretty clear to me (and people not believing me nor trying out the examples I kept citing) made me really frustrated. Sorry. I envisioned a thread of sharing apps, not doubt and misunderstanding.
Re: music. I said in a previous post "any app can control the playback of any other app so long as the source is the system music library". I don't know how much clearer I can be in regard to that.
Bluetooth: just for fun. I like exploring systems to see the limits of the functionality (which is partially why I know WP well enough to know what can be done- I'm pretty intimately familiar with how things are done in abstract, and the limitations). I'm a power user with programming experience, it's what I do. Bluetooth on WP is still something of an unknown to me- it seems like there's no simple API which is why apps supporting it are few and far between- working with Bluetooth COM must not be that fun. But if indeed it is just the COM devs have access to, it should be plenty powerful and capable. I just want to play with some apps to further my understanding.
Anyways, 4.0 Bluetooth support is just now coming to WP. You should start seeing apps taking advantage of the "low energy" mode I think it is called. I imagine that means more support from things like health monitors.11-21-2013 01:31 AMLike 0 - I didn't describe *how* it would work in my first post, true, I just described what the end result I desired was. I think it's silly that in the absence of detailed information, y'all jumped to the conclusion that I wanted the end result done in a specific way that can't be done, instead of a way that can be done. And it didn't even transition that smoothly! We went from can't do it, well you might be able to do that but it can't control music, well you can control music but it'd be too slow, well that example shows it might not be too slow but there's a bit more to it... then I ended up finding the damn app.
Is this forum really so riddled with android users that I can't be given a benefit of the doubt?11-21-2013 01:57 AMLike 0 - Well this thread is a mess, in the trash it goes.
- Share
- Share this post on
Digg
Del.icio.us
Technorati
Twitter
troylytle likes this.11-21-2013 07:52 AMLike 1 - Share
- Forum
- Phones
- General Phone Discussion
Looking for the following apps
Similar Threads
-
where is the 525 news??
By RSB54 in forum Windows Central ArchiveReplies: 2Last Post: 12-31-2013, 05:31 PM -
Phone's saying insufficient space for app
By rjohnson1990 in forum Other Operating SystemsReplies: 10Last Post: 12-02-2013, 04:05 AM -
What are you guys doing for screen protection?
By EnemiesInTheEnd in forum Windows PhonesReplies: 10Last Post: 11-22-2013, 03:40 PM -
I humbly ask for your help.
By Sergio The One in forum The Photography LoungeReplies: 4Last Post: 11-21-2013, 06:32 PM -
Instagram Windows Phone App Gets A Store Link, But It Is Not Live Yet
By juba20 in forum Other Operating SystemsReplies: 11Last Post: 11-20-2013, 05:39 AM
LINK TO POST COPIED TO CLIPBOARD