Tick! A convenient timer! - Android Apps and Games

Hi everybody !
After a year of lurking, i've published my first app !
It's called Tick! and it's a simple timer but i've worked hard on making it easy to launch.
Since there is no wheel selector on the sdk, I've developed one to set the number of minutes wanted. With three clicks, you can launch a timer to remaind you that your pastas or your eggs are ready !
Your comments are welcome !
Since I'm new on the forum, I'm currently not allowed to post external links, so if you want to try it, search for Tick! on the market or SlideMe. I will put images, links and QR-Code as soon as i will be allowed !
RabugenTom

Nice app. Any plans on releasing the source

Any chance for an APK for those of us without data?

Nice
Good Work Buddy works perfectly on Xperia X10i

Thanks for the replies ! I've added the apk posted on the market.
I'm working on an improved version !

Agreed, Great work RabugenTom. Love the custom wheel selection.
Have to admit, though, I'm dying to have multiple timers. I'm not sure off the top of my head how they would fit in with your snazzy countdown timeline, but I'm sure it could be done.
+1 for release of the source

Love the app... Mightve been nice if it worked with 30sec increments as well but that might just be me, and there are other more robust timer apps for when you need that i guess.
One thing I noticed though... If the app is open and showing on the screen (IE - not in the background while working on something else or on one of the home screens), Tapping the app notification (in the notifications pane) will "reopen" the apps interface, and this can be done multiple times.
Basically you end up with multiple instances of the same timer... So if youre looking to go back to whatever was open before - home screen or other - by pressing the back button, youll just close the last instance you "opened" via the notification, taking you back to the previous instance of that same timer, and so on until you reach the first one that was opened when you started the app.
It doesnt seem to affect the functionality of the app in any way that ive seen, but it is rather odd.
Sort of like tapping the notification calls on the wrong "show" function, opening a new window rather than un-hiding the original.

Thanks for the feedbacks !
I'm working on an improved version with pause mode, multiple timers and 30s increments. I will maybe release the source later, after a lot of cleaning !
For the notifications, it's the behavior of android which works by intents. Theses are sort of messages send to applications. Intents depends on something they call Context. This is very powerful since you can launch (or do whatever you want to) an application in different ways, and the behavior of the application can depend on the intent. For example, when you launch an application from the launcher on the home screen, you actually send an intent to the application.
In the Tick! case, when you click on the notification, you send an intent to bring back to foreground (if hidden) or relaunch (if closed) the application GUI (which is different from the counting "engine" which is a background process called Service). The intent sent from the notification is different from the one you used to launch it, thats why it relaunch the GUI because the system thinks it is a different context (which is the case).
You can try it : launch from the launcher, launch a timer, go back to the home screen. Now, the GUI is no more in foreground. If you open the notification bar an click on the notification it will relaunch the GUI as expected, and if you continue to click on it again, it will do nothing (as expected). That's because the second time you launched the app, you did it by sending an intent from the notificiation bar, which is different from the one from the launcher.
Now, i don't find this behavior very annoying, and I don't want to write 100 lines of code to handle differents cases! A trivial solution may exist, but I'm too novice with Android to look at it. If someone knows this easy solution, it will be a pleasure to implement it !

Very nice timer. However I have found two problems:
1. When selecting the notification tone, "Default" plays my ringtone when previewing, but when used for real it plays the default notification sound instead.
2. I used Tick for a five minute countdown several hours ago, and afterwards I exited the program and cleared the notification, but it still prevented my phone from sleeping all these hours, draining the battery severely. I had to use a process killer to get my phone to sleep.
Do you really need to keep the phone from sleeping, even during the countdown? A timer is just an alarm with a countdown, and alarms work even when the phone is sleeping. You just have to update the progress every time the phone wakes up. Right?

Hi,
1-I will look on the notification problem. It is quite strange since it always worked for me. Note that the parameter are set for the notification at the launch of the counter. Every change you make will affect only new countdowns. When you exit the app, it always save the last parameters, even made during a countdown, and restore them at a relaunch. So it is strange, and since i've improved again the counting engine, I hope this will be solved in the coming release.
2-You're right, I've found conditions when the wake-lock is not released at the end of the countdown. It's set now. However, the wake-lock requested is partial and does only concern the CPU, not the screen. I've tested again your version on my unplugged G2 and it behave just well.
The CPU is required to fire an alarm even in sleep mode. Thats because i don't use the alarm service of the device which only check every new minute if there is something to do.
And when it's in sleep mode, only a tiny service is counting. The GUI is stopped and it's memory given back.
May I ask what model of phone you use?

RabugenTom said:
May I ask what model of phone you use?
Click to expand...
Click to collapse
I'm using an HTC Desire.

I've just added here (and on the market) the version 1.3 which resolves a lot of issues (for exemple, the service exits as soon as it's no more used, thanks to bugmenever) and adds a pause mode (long click on the button)

RabugenTom said:
Now, i don't find this behavior very annoying, and I don't want to write 100 lines of code to handle differents cases! A trivial solution may exist, but I'm too novice with Android to look at it. If someone knows this easy solution, it will be a pleasure to implement it !
Click to expand...
Click to collapse
im fairly certain there is something simple out there to handle this, but as opposed to you being novice with android, i have 0 experience programming for it. and youre right, its not THAT annoying, and certainly not worth most your work time at this point.
Happy to hear about all those plans though! look forward to seeing them in action
keep up the good work!

Related

Smarter Alarm - Wake up to info being read to you

Hi everyone,
This is Edward, developer of Car Locator. I just soft-launched my latest app and I wanted to tap this wonderful community to help me test it out and gather feedback before I start promoting it.
The app is called "Smarter Alarm". Basically, instead of waking up to a blaring sound in the morning, Smarter Alarm will read customizable information to you, like the morning's weather, stock prices, headline news, sports scores, your friends' birthdays and more. It's similar to Iron Man's "Jarvis" alarm clock.
I'll be adding more feeds in future updates, but I wanted to gauge interest before putting in the time =)
I'd really appreciate any bug reports, feature requests, and improvements you might have! If you can find any verifiable bugs, I'll happily reward you with a free copy of the full version of any of my other apps: "Car Locator", "Copy Paste It" and "Screenshot It".
Heres the market link: market://details?id=com.edwardkim.android.smarteralarm
Thanks!
p.s. The app is also entered in Verizon's VDC Power your app contest under the "information" category. Please vote for me! (poweryourappcontest.com/Protected/ApplicationListVote.aspx)
Sounds like a great idea! Ill keep an eye out
Sent from outerspace
I think its a great idea, but instead of voice, maybe an option to have music (or anything else playing) and instead have the text on your screen. Because currently the voice is a bit unpleasant to listen to
Hmm, interesting. I'll give it a try.
Pretty good once you install a decent voice. However, there is a big omission in features. It only supports one alarm time for every day.
Add the ability to configure a different alarm based on the day of the week. For example: Monday-5am alarm, Tuesday-6:30am alarm, Wednesday-7am alarm, etc.
Also, add the option to play user configurable music in the background while the voice is reading. Then it will be amazing. If the music volume is configurable independently of the voice, then it will be SUPERB. You only need to support a basic format like mp3 or something, no need for every format support....
A dream feature is to have the voice read like it is now BUT the app would also pick a RANDOM song from your music library and play it in the background. It will be different each time. But that's stretching it too far. Add music and different alarms for different days of the week and this thing will be irresistable.
Sent from my SGH-T959 using XDA App
EDIT: Also, add in the description 1 or 2 suggestions as to what voices it sounds best with. I had to do trial and error with quite a few to get it to be decent and they were all paid apps that I had to then refund till I find one I like lol. Adding a suggested voice can help users a lot.
}{Alienz}{ said:
Pretty good once you install a decent voice. However, there is a big omission in features. It only supports one alarm time for every day.
Add the ability to configure a different alarm based on the day of the week. For example: Monday-5am alarm, Tuesday-6:30am alarm, Wednesday-7am alarm, etc.
Also, add the option to play user configurable music in the background while the voice is reading. Then it will be amazing. If the music volume is configurable independently of the voice, then it will be SUPERB. You only need to support a basic format like mp3 or something, no need for every format support....
A dream feature is to have the voice read like it is now BUT the app would also pick a RANDOM song from your music library and play it in the background. It will be different each time. But that's stretching it too far. Add music and different alarms for different days of the week and this thing will be irresistable.
Sent from my SGH-T959 using XDA App
EDIT: Also, add in the description 1 or 2 suggestions as to what voices it sounds best with. I had to do trial and error with quite a few to get it to be decent and they were all paid apps that I had to then refund till I find one I like lol. Adding a suggested voice can help users a lot.
Click to expand...
Click to collapse
Thanks for your suggestions! Multiple alarms is definitely a feature that I'll be adding soon. I'm just getting started =).
Can you recommend to me some voices that you think are good?
Thanks for this fantastic app!
So far i've found that it works great with SVOX Classic British English Voice.
A few suggestions that were not mentioned:
Statusbar icon when alarm is enabled.
Alarm track/tune play for a configurable time before reading starts.
User configurable RSS feeds.
Enable Wifi/Data before alarm start and disable after completion (may be reaching but would be cool still).
Device: Samsung Galaxy S
tried it on my htc desire. Although the app is quite nice, however the lock screen went missing once this application is install, and lock screen is restored once the app was uninstall.
Hey guys, have you ever heard something about WakeVoice ?
It's exactly the same things but with vocal recognition to ! (Jarvis....)
Here is the XDA thread : http://forum.xda-developers.com/showthread.php?t=743915
RMonst3r said:
Thanks for this fantastic app!
So far i've found that it works great with SVOX Classic British English Voice.
A few suggestions that were not mentioned:
Statusbar icon when alarm is enabled.
Alarm track/tune play for a configurable time before reading starts.
User configurable RSS feeds.
Enable Wifi/Data before alarm start and disable after completion (may be reaching but would be cool still).
Device: Samsung Galaxy S
Click to expand...
Click to collapse
User configurable RSS feeds is a DREAM feature for me as well. And the enable Wi-Fi Data would be important as I have things such as JuiceDefender which switch them off when not in use. Specifically...turning Wi-FI ON would be the most important one since where you need an alarm, you will likely be at your house and you will likely have wi-fi there that you use everyday.
So I suppose if I had to rate features it in order of important it would go like:
1. Configurable alarm time for different days of the week.
2. Turn Wi-Fi (or data) one minute prior to alarm going off. Make a trigger that checks if there is connectivity 1 min in advance and only enable the wifi if the trigger says there is no internet
3. Music in the background. Configurable in volume and content, meaning you can select what tune to play while the voice is reading stuff.
4. RSS feeds. YOU choose the feeds and news sites the alarm will read.
5. Randomize the background music so that it's different on different days or it randomly picks a song to play in the background-that way it will sound like you're listening to the radio only it's playing YOUR favorite music and telling you only stuff YOU care about.
Voices:
SVOX Classic British
SVOX Classic US Grace
Loquendo Susan
All 3 choices work pretty nice with the program. They are not like human voices but they are at least 5-10 times better than the default Android voice and WELL worth it. Hint: You can use them for navigation and reading your texts while you are driving as well.
To OP: If you manage to implement most of those features, I think you can easily set a $5-7 price tag and this thing will STILL sell like hot bread on the market lol. . .
nice.lets try
}{Alienz}{ said:
User configurable RSS feeds is a DREAM feature for me as well. And the enable Wi-Fi Data would be important as I have things such as JuiceDefender which switch them off when not in use. Specifically...turning Wi-FI ON would be the most important one since where you need an alarm, you will likely be at your house and you will likely have wi-fi there that you use everyday.
So I suppose if I had to rate features it in order of important it would go like:
1. Configurable alarm time for different days of the week.
2. Turn Wi-Fi (or data) one minute prior to alarm going off. Make a trigger that checks if there is connectivity 1 min in advance and only enable the wifi if the trigger says there is no internet
3. Music in the background. Configurable in volume and content, meaning you can select what tune to play while the voice is reading stuff.
4. RSS feeds. YOU choose the feeds and news sites the alarm will read.
5. Randomize the background music so that it's different on different days or it randomly picks a song to play in the background-that way it will sound like you're listening to the radio only it's playing YOUR favorite music and telling you only stuff YOU care about.
Voices:
SVOX Classic British
SVOX Classic US Grace
Loquendo Susan
All 3 choices work pretty nice with the program. They are not like human voices but they are at least 5-10 times better than the default Android voice and WELL worth it. Hint: You can use them for navigation and reading your texts while you are driving as well.
To OP: If you manage to implement most of those features, I think you can easily set a $5-7 price tag and this thing will STILL sell like hot bread on the market lol. . .
Click to expand...
Click to collapse
Thanks for your feedback again, as well as the suggested voices
I really like your ideas and I'll definitely be adding configurable multiple alarm times, music in the background, and rss feeds (1, 3, and 4). As for turning on wifi (2), I'll have to look into whether or not 3rd party apps are even allowed to turn on/off wifi without user input. I'm sure its possible, and if so, I'll add feature 2 as well.
Look out for updates in the next week or 2!
Almost forgot, my email address (for you to send the log file) is eddie dot kim at [google's mail system] dot com
Hey Edward,
Wifi control should be possible because Juice Defender does it, it may require root though (not sure).
Can't wait for the changes.
Bug report!
This is the second day it failed to "alarm" lol. Good thing I set another alarm 5 min after otherwise I woulda slept in late for work.
Ok bugs. Yesterday it gave me a Text to speech can't be initialized or similar (I was playing with voices night before so maybe thats why).
This morning it gave me some error as well. I was in a rush and sleepy so didn't remember it but from now on I'll write them down or do log cats. Point is though both times it failed to ring. Today's error was not connected with voices at all as far as I remember.
Also a different bug is: When you launch the app, it AUTOMATICALLY turns on screen rotation and then bugs itself out when it can't decide on a horizontal vs vertical layout. Interestingly enough, the rotation option remains DISABLED on my phone...the app goes crazy switching modes though and then errored out with something. It does this on being launched or running, regardless. Just flip the phone a bit and you'll see.
It's a bug report because if an alarm goes while it's doing this, the alarm errors out and does NOT ring.
}{Alienz}{ said:
Bug report!
This is the second day it failed to "alarm" lol. Good thing I set another alarm 5 min after otherwise I woulda slept in late for work.
Ok bugs. Yesterday it gave me a Text to speech can't be initialized or similar (I was playing with voices night before so maybe thats why).
This morning it gave me some error as well. I was in a rush and sleepy so didn't remember it but from now on I'll write them down or do log cats. Point is though both times it failed to ring. Today's error was not connected with voices at all as far as I remember.
Also a different bug is: When you launch the app, it AUTOMATICALLY turns on screen rotation and then bugs itself out when it can't decide on a horizontal vs vertical layout. Interestingly enough, the rotation option remains DISABLED on my phone...the app goes crazy switching modes though and then errored out with something. It does this on being launched or running, regardless. Just flip the phone a bit and you'll see.
It's a bug report because if an alarm goes while it's doing this, the alarm errors out and does NOT ring.
Click to expand...
Click to collapse
Thanks for your bug report. Not alarming is obviously a huge bug, so I'll try to duplicate this and put out a fix asap. While the alarm is going off, screen orientation changes SHOULD be disabled so the alarm is not interrupted.
Sweet app. which voice engine is better? It gives me a choice of Pico and eSpeak
One suggestion: Add the current time. Ex: "Good <morning|afternoon|evening> name. It is <time>am|pm.
Not sure if this is a bug, or just something not fully implement yet, but when I'm setting the alarm time, the time is in am/pm format - even though my phone is set to 24h format. Other than that it looks promising and good luck with your project.
Sent from my Desire HD
This sounds really good. It reminds me of those futuristic moives where the computer tells the person everything about the day and stuff.
Sent from my X10i using Tapatalk
Awesome app! Here are some suggestions:
1) Please include an alarm clock icon in the status bar, so I know whether it's on or off.
2) Please add an option to configure what days you want the alarm to go off.
3) Bug report: current weather is given in Celsius, but the forecast is give in Fahrenheit.

[APP] Task Identifier [Android 2.1 and up!!!]

!!!If you have Android 2.1 the app now is in the market!!!
Android 2.2 and higher are also still supported
This is not another Auto Task Killer, no.
Thanks for all the help from everyone! We've moved into a lite and full version now on Android 2.2 and 2.3 phones.This is a new program which allows the user to specify alert levels to phone tasks and give you insight into what your phone is really doing. Make a call, ever wonder what apps may be listening? What's going on when you phone is in standby? In creating this, I will say that I've been surprised a few times at what is really going on. I want any and all feedback as well as we are trying to make this into something special. I am the actual developer of this app.
The full version has:
-Common Names and Actual Application Icons
-No Ads
-Access to all App Settings
-Ability to change alert level from List Tasks
-Removed Internet and Location Permissions
And we have a slew of other features planned for only the full version, but we don't want to spill the beans on those quite yet, but they will enhance the tool greatly!
Both versions now have the new UI as well.
Anyone who had the beta should be notified to upgrade to the lite version now.
Download Task Identifier Lite from your phone:
market://search?q=pname:com.task.identifier
Download Task Identifier Full from your phone:
market://search?q=pname:com.task.identifier.full
I've also attached a QR Code to scan for both versions. Or just search for Task Identifier in the market.
I hope you all find this useful and enjoy!!
smart work
notowork said:
smart work
Click to expand...
Click to collapse
Thanks!
10
Hehe, I like how the only comment for the app (5 stars and "awesome" as comment) is currently by a user named 'x2k'. Hmmm.
I've just installed it and it's been less than a minute and I got an alert from an app that no longer needs to sync...So I disabled it (every little bit of non-sync means longer battery life!).
So far it's looking very promising! I'll definitely report back on my experiences!
Okay, first big thing...
Can you please resolve the cryptic app names to their more friendly name variants?
It's hard to read and make out the com.blah designations.
Thanks!
So far it seems like a cool app. I've been using WatchDog for ages to alert me when an app misbehaves.
But I'm confused about this app. When would you want to be using this? Can you give an example?
I'll keep it installed and see how it goes. Thanks.
Paul22000 said:
So far it seems like a cool app. I've been using WatchDog for ages to alert me when an app misbehaves.
But I'm confused about this app. When would you want to be using this? Can you give an example?
I'll keep it installed and see how it goes. Thanks.
Click to expand...
Click to collapse
Thanks for trying. This is more of an app to alert you as to what your phone is doing, ie what loads at a given point in time on your phone.
x2kjosh said:
Thanks for trying. This is more of an app to alert you as to what your phone is doing, ie what loads at a given point in time on your phone.
Click to expand...
Click to collapse
Thanks. I'm playing around with it and actively trying to make notifications pop up I opened Facebook and Google Reader started, as did Maps. Weird.
Which brings me to a question: how do we know whether the task started was CAUSED by the current app I'm using, or Android just randomly started it?
For example, it's possible Facebook opened Maps in order to try to get my location, but I don't see the connection between Facebook and Google Reader. Which is why I ask if it's random, or the app I'm using is causing other tasks to run.
Paul22000 said:
Thanks. I'm playing around with it and actively trying to make notifications pop up I opened Facebook and Google Reader started, as did Maps. Weird.
Which brings me to a question: how do we know whether the task started was CAUSED by the current app I'm using, or Android just randomly started it?
For example, it's possible Facebook opened Maps in order to try to get my location, but I don't see the connection between Facebook and Google Reader. Which is why I ask if it's random, or the app I'm using is causing other tasks to run.
Click to expand...
Click to collapse
I've found when you start doing things you see patterns. On my old Eris while I was testing this, every time I made a phone call, ebay would start! Glad it seems to be working for you! Thanks!
Great thanks
wael0x said:
Great thanks
Click to expand...
Click to collapse
You're welcome.
Sounds like a great troubleshooting tool. Nice work!
I'm liking this app more and more. A few more comments and requests.
Comments
* I like the main app window. Large fonts, long-press to get quick-help or short press to go to the item. Nice
* Screen off app start notification, nice!
Requests
1. Possible to get more detail about why or how an app was triggered? Like, was it triggered by a service? another app? etc. And did the triggered app take any actions? Like sending network traffic or queried the GPS and such?
2. The 'Setup Alerts' window is hard to read through, could you maybe add color so all the status 'Green' items have the word 'Green' in green font and so on?
Just added a 5 star rating on Market, keep up the good work!
Namuna said:
I'm liking this app more and more. A few more comments and requests.
Comments
* I like the main app window. Large fonts, long-press to get quick-help or short press to go to the item. Nice
* Screen off app start notification, nice!
Requests
1. Possible to get more detail about why or how an app was triggered? Like, was it triggered by a service? another app? etc. And did the triggered app take any actions? Like sending network traffic or queried the GPS and such?
2. The 'Setup Alerts' window is hard to read through, could you maybe add color so all the status 'Green' items have the word 'Green' in green font and so on?
Just added a 5 star rating on Market, keep up the good work!
Click to expand...
Click to collapse
Thanks for the suggestions. Those are features we truly will consider adding as it will just make the tool even better. Thanks!
There will probably be updates from time to time through the market
Sent from my ADR6300 using XDA App
First of all, thanks for a great app.
I really like the fact that it reports on tasks/processes started while the screen was off!
I have some suggestions though:
1: When I click the icon in the app list to open the menu, it just shows the "Starting monitor" message and nothing else. I have to open an app to get the message in the pull down bar and click on that to start the application it self.
2: On my Samsung Galaxy S i9000 the layout of the application is just a bit to long for a full screen. We are talking about 1 cm or something.
3: I would very much like a log, so that I can check back, what applications started during screen off, and at what time/date.
4: The way the Android memory management works, I guess it's normal for Android to start and application/process to memory by itself from time to time. Is it possible to show this somehow? For what is interesting here is when an application is launching another application or process, and not when Android memory management is putting an application in memory.
Thanks for your great work, I'm looking forward to further updates to the application!
Just saw this on the front page and thought it looked pretty interesting. Installed a few minutes ago, but so far I like it. Not too intrusive with the pop-up.
As Namuna posted though it would be nice to get more detail.
Also to have the actual app name rather than com.xxx.
Really good work.
Installed.
I like the idea that we can see what tasks are really doing in the background. But as noted by some above, the notifications are a bit cryptic at the moment.
After installing and running the app, I started updating some of my other apps in App Market and my phone crashed. This has not happened before and I seems from my layman eyes that too many things might have been running in the background.
When the phone restarted, it too forever for anything to be displayed and the 3 widgets I had on the homescreen refused to load up. Again it seems to me that this app is popping up too many notifications - I have now stopped the app from starting up and running on start up.
I don't know whether this is unique to me or not though. I am running the app on Samsung Galaxy S (international) on stock Froyo with LauncherPro.
Still, I like this app and will use it more. Keep up the great work and many thanks.
Edit : just checked app settings again, and although I explicit unchecked app running on phone startup, the box is checked again. I unchecked the box and pressed save again. Re-entered app settings and the box is checked again. Am I missing something?
This looks very interesting.. So it's installed and ready for testing
Thank you very much for that app, it's awesome. I agree with the recent posters that the name of the app in addition to the com.blah.blubb would be a great help to identify the task. Also I'd like to see a possibility for a logfile.
Keep up the good work!
EDIT: I can hardly read the small, dark font when setting task levels since I use almost the very darkest display settings to save battery. So being able to chose the font color would be great but has absolutely no priority. Again: great app!Using it all day long now and I am surprised what tasks are being started!

Recommend me some Apps, Please

I'm swapping from Android to Windows Phone, and was hoping if anyone is bored enough to read this they might suggest some Windows Phone Apps that might suit my needs.
In no way do I expect anyone that hops in to respond to each type, or google around for me, but I expect I'm not the first person to make the Android -> Windows phone swap, so maybe some of you will have a quick idea of ones to try out. You don't need to spend a lot of time explaining every app, if you're busy. Every platform is different though, so rather than spend 10 hours looking for something that everyone in the community already knows, I thought I would just toss out some quick questions.
1. RSS feeds. On Android I use gReader Pro. It's a pretty basic app that allows easy setup for RSS feeds and syncs them with your google reader account. Not very exciting, but it's easy to use because my feeds are already set up via google, so a decent app that can do the same would be nice.
2. Google Voice. I'd like to make and receive texts, as well as make calls on wifi (receiving calls isn't a big deal, but would be a plus). I downloaded GoVoice, which seems like it will be pretty decent, but am open to suggsetions.
3. Podcasts. I used Doggcatcher on Android, which allows you to stream, download + save, and sync podcasts. It has a decent search function to help you get started.
4. Tasker. This one is more difficult to explain, but essentially it allows you to program a set of tasks, like a macro function. Essentially I have it set up for "Off" (as in data/wifi/bluetooth/gps/gsm disabled), "Data" (same as off but wifi enabled), "Loud" (same as data but with notifications and media volumes all the way up), and "Car" (same as Loud but wifi off and speakerphone and GPS enabled). Basically I use this to change the state of the GPS, WIFI, and volumes, so that I can quickly switch a number of settings at once. Great app, if you have some patience and have an Android kicking around.
5. Astrid Tasks. A pretty basic reminder app. I'm sure there are plenty of these for Windows Phone, but any suggestion would great. If it can store backups to the computer, or sync with a cloud based system, that would be a plus.
6*. Something to show running applications quickly. I'm not sure if this is actually an issue for Windows Phone, but sometimes apps go "rogue" on Android, so being able to make sure that a particular app isn't a battery drain would be nice. I was using System Panel on Android. If this isn't needed, disregard the question.
7. A good alarm app. I was using Gentle Alarm on Android, which has a widget to show you the next alarm that will go off, and allows easy creation of various alarms, which can be set for audible, vibration, specific days of the week to repeat on, etc. You can also ensure that alarms will always be audible, regardless of if everything else is muted, which is nice for at night when you don't need an email waking you up, but need to make sure the alarm is at maximum volume in the morning.
8. Anything else you can think of that is a must have for daily use. I'm a student and don't really have a lot of time to play with the phone for games, but hey, we all have to pass the time every once in a while.
9. Onenote. I like how this app syncs easily, but I can't view my handwritten notes that I write on my tablet. Is there a workaround that allows you to see these?
------ I'm only using this Lumia 710 on WIFI, essentially as a PDA + GPS, so anything handy that can prevent battery drain is a plus, as I don't require GPS to constantly be on, and I certainly don't need phone/data(non-wifi) to constantly be on.
In short, I appreciate any input you might have, even if it's only for one of the things I have listed. The phone seems great in general, and had most of the important things already installed (the email, calendar, navigation, office, etc., is fantastic as is, which is a great bonus compared to Android, where I had to use 3rd party apps for most of the core aspects).
Regards,
--bb
Weave
Skype
Music and Video with Zune
Not possible
Ask Ziggy
not needed
Default alarm
Board Express Pro
Sent from my HD7 using Board Express
---------- Post added at 06:16 PM ---------- Previous post was at 06:14 PM ----------
Nokia Drive
Crackle
Nokia Creative Studio
Contract Killer
Sent from my HD7 using Board Express
---------- Post added at 06:18 PM ---------- Previous post was at 06:16 PM ----------
Box
SkyDrive
MetroTube
Sent from my HD7 using Board Express
pvt_nemesis said:
Weave
Skype
Music and Video with Zune
Not possible
Ask Ziggy
not needed
Default alarm
Board Express Pro
Sent from my HD7 using Board Express
---------- Post added at 06:16 PM ---------- Previous post was at 06:14 PM ----------
Nokia Drive
Crackle
Nokia Creative Studio
Contract Killer
Sent from my HD7 using Board Express
---------- Post added at 06:18 PM ---------- Previous post was at 06:16 PM ----------
Box
SkyDrive
MetroTube
Sent from my HD7 using Board Express
Click to expand...
Click to collapse
Thanks for all of the suggestions. That should keep me busy for quite awhile. :good:
Try also fantasia painter for photo editor. Is awesome and free. The only app i am missing since switching from wp7 to android
Sent from my HTC Explorer A310e using xda app-developers app
Before I get into my list, I'm just going to run down how apps and multi tasking work on WP7 in case you don't already know.
#1: No app can truly run in the background. The only way to get an app to continue running is either to have it up and prevent the screen from turning off, or (if supported by the app) allow it to run under the lockscreen, which means when you press the power button, only the screen turns off, the phone does not enter a sleep state.
-----------------The exception to this rule is when an app is playing music. If the app dev has done it correctly, he should have handed the music playing off to the system, so once you set up the music source in app, you should be able to minimize it and use the next/previous/play/pause controls. In fact you can even go to grooveshark's beta html5 in internet explorer; HTML5 can plug in to this system media playback! I was very excited to learn that. But at least on grooveshark, next/previous controls don't work.
#2: HOWEVER each app can have a "daemon" which is essentially a set of tasks that are run periodically by the system (minimum of every half hour). So if you use google latitude, latitude apps will only be able to update your position every half hour (or at longer intervals, but no shorter). This system of background daemons is actually very very good as it encourages unique thinking from the developer side, and still gives the user the benefits of true multi tasking without the battery drainage. What a daemon can do isn't that limited, but it's the fact that no internet connection can remain active in the background that poses a lot of problems (for example, IRC clients cannot have multi tasking for this reason). Since things can only run every half hour, you don't have to worry about things like turning off your gps, since nothing is allowed to just turn on the GPS and keep it on.
#3 : Also there's still push, of course. Lemme break that down for you: push notifications can either be through the live tile (rather than having a background daemon update the tile, things are pushed to it immediately as they arrive), or push can be used through statusbar notifications. One unfortunate oversight in this system is that if you have an app that you do not pin to the start menu, and if it has a notification and you did not hear it... there is no list of missed notifications. This doesn't come into play that often; for me it only happens with eBay, where I don't want to bother having that on my start screen but I might miss some alerts.
#4: Battery Saver mode is YOUR FRIEND. You can get nearly another day out of your phone (or I can with my Titan) when battery saver kicks in. You can enable it so that it turns on when the battery is low (%20), or manually. However, it disables all background daemons and push notification in order to save battery.
#5: Multi tasking and switching between apps. Hold down the back button to see the list of the last several apps you used (or in the case of my unlocked ROM, all of the apps you have used since boot). When you minimize an app (press the start button), it gets "dehydrated" which means it's just suspended to RAM. It works like you'd expect; start typing something in one app, switch over to another to look something up and switch back to the first to resume typing. To remove an app from the list, or "exit" the app (since it isn't actually running the only thing this does is remove clutter or perhaps free up some slots), you "back" out of them. Press the back button until the app goes away.
One of the reasons, in my opinion, that windows 8 is getting a lot of negative flack is because people don't know that live tiles are good. It doesn't help that, last time I checked, there were no useful live tile apps in the 8 marketplace yet. So frustrating! People hate what they don't understand, because hating on the internet is the standard state of existence. I encourage you to think about what you do on the internet every time you sit down on your computer, and see if you can find an app with live tile to do it for you. For me, I had a routine of checking my email(s), going through a lot of webcomics, reading news feeds, etc. That was my daily routine. Now with WP7, I have each aspect of my routine as a live tile, so I can literally replace that entire process with just looking at the start screen.
The other thing about live tiles and metro that people fail to understand is that active push notifications, where unnecessary are BAD, for a few different reasons. Push notifications are "active" and live tiles are "passive". This is because live tiles do not make any noise or otherwise prompt you to look at them; they are simply there and deliver content when you pull out your phone. Let me put this in perspective: say I pull out my phone to look up something on wikipedia. I can see that I have 2 new emails, some new RSS articles and a facebook notification. Number 1: I don't feel the urge to go and clear the unread count of all of these things, as I would if they were all aggregated in the statusbar like on android (because you need that statusbar for things, and if it's cluttered and you don't keep up on it, it quickly fills up and becomes overwhelming). I can leave them alone for now and go to wikipedia. Now if this were an android/IOS device, I would have gotten an audible notification for each of those three things, and I would have taken time out of whatever I was doing IN LIFE to tend to my phone.
Some points about stressors here (and when I say stressors, I don't mean overwhelming stress you can feel, but stress in the clinical sense, which is objective): having your phone beep at you constantly stresses you; for most people it's difficult to put their phone out of their mind until they have seen what the notification was. This is not good.
Moreover, feeling the need to go and clear unread counts/managing your statusbar is also somewhat of a stressor; if it starts overflowing you'll either learn to not use things that create notifications (somewhat limiting your experience with a smartphone), give up all hope and never look at the statusbar again, or just clear it out and miss out on things you wouldn't have if the information was presented in an orderly fashion.
Live tiles, being passive, are also more efficient in terms of time spent on the phone and your phone's battery life. Notice how in my example, I observed the new content only when I was already pulling out my phone to do something else. With things aggregating in bulk, I can view them in bulk at points of the day where I was already on my phone. This is opposed to pulling out my phone every 15 minutes because something new happened... which wastes time pulling your phone out of your pocket many times a day, wastes battery when turning the screen on/off many times a day, and if you use wifi; wastes even more battery when the wifi radio is turned on/off sporadically many times a day.
So yes, live tiles are an objectively less stressful approach to mobile devices and less distracting from tasks at hand. The same concepts can be applied to windows 8; rather than having popup notifications for all your facebook, email, rss, etc bombard you while you're trying to write a paper... all of that information is silently aggregated for you in the background.
------------The List-------------------
For alarms,
627.AM
Built in Alarm app.
For task / project management
Tasks by telerik
Or just use the built in calendar app
Or use Onenote and Pin your task list to the start screen.
For RSS
Wonder Reader hands down, none of the other google reader clients are quite as fully functional and polished.
Fuse is pretty but I never got the hang of using it.
For Wifi Video calls
Tango. It's pretty limited in that the android and IOS client are updated with better features, and you can only call other people with tango... but the service itself is more efficient and more reliable than the skype app was last time I tried it. Moreover it supports push for accepting calls, something skype doesn't. Also I like the concept of not having "online / offline" states. You call someone, and they choose to answer it or not. Why would I need to log into a phone...
I used to take notes on a tablet at school, and ran into the same problem as you. Only solution I know of is to print your notes back into onenote. You'll have duplicates of everything unfortunately.
Podcast functionality is built in.
For random recommendations...
das Image (Better image search)
Image Map (Renders all of your pictures on a map based on GPS loc info)
Dynamic Background (Unlock) (Updates the lockscreen picture every half hour choosing randomly from a pool of selected images)
Battery Status (Unlock) (Live tile for current battery percent, also tracks battery usage and graphs it for you)
EnClock (there is no stopwatch built in to WP7, and you never know when you need one)
eBay
HandyScan (Helps you take good pictures of papers, backs up to skydrive. Better to keep documents in here than with regular pictures).
Keep Alive (by jaxbot, it prevents wifi from turning off)
Nokia Drive (Unlock unless you get a nokia device)
MetroPaper (Read it later / pocket)
Metrotube + Supertube (youtube apps. 1 is awesome, 2 lets you download videos and even create offline "music" playlists)
Photo2cloud (back up full res photos to skydrive independent of PC)
Supreme Shortcuts (Unlock) (Lets you pin any setting page to the start screen)
WeatherLive (There are plenty of other weather apps... but weatherlive works, it's incredibly thorough, updates live tile using GPS location, is pretty, etc)
Zite (Gives you news articles based on google reader feeds and who you follow in twitter, good for every time I go to the toilet )
If you use IRC or SSH
The SSH Client Pro
TinyIRC
And now that you are a part of the WP community, you should invest in AND pin the live tiles of each to your start screen:
WPCentral
WMPoweruser
Games! I Don't like to play serious games on my phone; I like something I can whip out at any time and turn off at any time, no consequence. That said, I make an exception for the Final Fantasy updated / rerelease for WP7
COLLAPSE (Probably my favorite mobile game. It's an easy puzzle game, but satisfying to plow through at ludicrous speed. There are some very hard rounds with special conditions though.. story mode is dumb but it has unique challenges and you need to play through it to unlock all the quick play modes).
Final Fantasy
Wordament
Fruit Ninja
Dodonpachi Maximum (Genre: Bullet Hell. If you don't know what that means then try it before you buy it. If you love bullet hell; buy this. It's by CAVE).
Wizard's Choice (A casual text adventure).
link68759 said:
Lots of good info
Click to expand...
Click to collapse
Thank you for the detailed response!
I've started using Onenote as a to-do list, but I made a recent post as to why that's causing me problems (or so it seems).
I seem to be syncing everything from onenote, and my device has basically filled up overnight as it downloaded my files. Microsoft told me to contact Nokia about it, and then disconnected?
It seemed like a good plan to me as well. I don't really need to see detailed graphs and notes on the phone, just a couple simple folders.
I may just reset the phone and give the other apps you suggested a shot, and not connect with my microsoft live ID at all. I went from plenty of space on the device to none, in a matter of days.
I'm not sure if podcasts were an issue as well, and how it saves and deletes them. I only stored what I would consider a small amount, maybe 200 megs or less.
Nokia drive works great. It takes up a lot of space, but I have it on my feature phone as well, and the GPS acquisition time on the Lumia 710 blows away my E5-00, and my Droid X. It's just incredibly fast at locking in.
I'll do a reset tomorrow and give the other apps a shot, and try to avoid anything that could be crushing my storage. All I really need for storage is email, nokia drive, and basic apps/news/podcasts, which on my android (nav aside) shouldn't really take more than 1 gig of space. A few small games to pass the time, and some apps for productivity, and I should be back in business.
Unfortunately I can't seem to find a way to determine what is using X amount of space, so I'll have to do a full wipe and install items slowly, to sort it out.
There isn't a proper app to view this kind of thing, is there?
Regards,
--bb
I'll reply to your other thread about one note.
You can't not connect with your live ID if you plan to download apps unfortunately.
For viewing used space, Zune does divide it up for you, I don't remember how specific it gets but it should be divided into space used by music, videos, podcasts, apps. I don't think it's possible for an app to view usage, because each app is sandboxed; that is they have their own folder on the device and they are not allowed to leave it.
Nokia Drive shouldn't need to take up a lot of space; you can just download the maps of where you live and where you might possibly go spontaneously, as opposed to your whole country XD. Yeah I've had good luck with my phones and GPS, WP7 in general does an excellent job with GPS.
Oh I forgot to mention in my first post; WPCentral and WMPoweruser are good because they do a lot of app/game reviews, usually the reviews are on new apps in the market. This is pretty much the only way I discover new apps
link68759 said:
I'll reply to your other thread about one note.
You can't not connect with your live ID if you plan to download apps unfortunately.
For viewing used space, Zune does divide it up for you, I don't remember how specific it gets but it should be divided into space used by music, videos, podcasts, apps. I don't think it's possible for an app to view usage, because each app is sandboxed; that is they have their own folder on the device and they are not allowed to leave it.
Nokia Drive shouldn't need to take up a lot of space; you can just download the maps of where you live and where you might possibly go spontaneously, as opposed to your whole country XD. Yeah I've had good luck with my phones and GPS, WP7 in general does an excellent job with GPS.
Click to expand...
Click to collapse
Gotcha!
I will look into setting up a new windows live account for OneNote to-do type lists. I know Office sometimes used to have issues with multiple live accounts on the same computer, in Windows 7, but I think that's mostly fixed now. I use google calendar anyways (to sync), so realistically it's not the end of the world for me to keep the accounts disconnected from my school Onenote live account.
I guess I synced all of Nokia North America at once (1.9 or so gigs of a download). I certainly don't need more than 20% of it. In fact, my whole state, now that I look at it, is only 36 megs.
Now that you've given some ideas of how to approach it, I'm liking this more than any of my other previous phones (iPhone, BB Bold, Droid X, etc). It needs some time to grow as an operating system, and Nokia really needs to put an LED notification light on future models [shakes tiny fist], but I think they're back in the game!
Thank you very much for all of your help.
//Edit: I read your other post responding to mine. I think you're right. I could probably do a wipe, use the same account, but move the basic to-do lists to a separate folder, pin them, and make sure to never ever open the school folder itself in Office on the phone. That sounds like it would work ok as well, as I must have opened a school folder that overwhelmed it and just started syncing massive amounts of pdf's, inking, and so on, along with the simple things.
I just wanted to also mention that all that you typed out would make for a great sticky. That's a ton of great info.
Thank you again for all of the feedback.
You made some excellent points about how smartphones add lots of unnecessary stresses when they're constantly distracting us with notifications, as well as how live tiles really help ease you into information you need, and information you might not, but are willing to take a brief glance at. I'm a big Windows 8 fan, and have used RP, RTM Pro (currently), and RTM enterprise. I think Live Tiles are fantastic, whether it's on my phone, my convertible laptop, or my desktop. I think you're absolutely correct about how people just don't quite understand how handy it will be yet.
//BTW: I bookmarked your post as a sort of "zen" explanation I can refer back to, or link to a friend, so they understand the unity and purposes in the next stage in Windows products.
///Afterthought: I still would like a notification LED on the phone, as long as it's customizable. On Android and Blackberry I would always disable the light for all of the nonsense things, but keep it enabled for things like a missed call (because that could be my son needing a ride, or something else that's important), or for a severe weather alert. Random emails would just have to wait until I turned on the screen.
Sorry to bump my own thread again, but I have a question about three of the apps that link68759 mentioned.
"Supreme Shortcuts (Unlock) (Lets you pin any setting page to the start screen)"
"Battery Status (Unlock) (Live tile for current battery percent, also tracks battery usage and graphs it for you)"
"Keep Alive (by jaxbot, it prevents wifi from turning off)"
By "unlock" I'm assuming he meant an unlocked bootloader, and not locked to a cellular carrier? I did the basic test today, and mine appears to be locked, which is a shame because both of those functions would be great.
As far as "Keep Alive" goes, I can't seem to find that specific app/dev combo in the market. I don't use 3g/4g data on this phone, or any phone anymore, so is that an app that is better than keeping the scanning on, or is it a battery drain? I'm just not sure I follow the concept, because I can't find a description of it.
Regards,
--bb
bladebarrier said:
Sorry to bump my own thread again, but I have a question about three of the apps that link68759 mentioned.
"Supreme Shortcuts (Unlock) (Lets you pin any setting page to the start screen)"
"Battery Status (Unlock) (Live tile for current battery percent, also tracks battery usage and graphs it for you)"
"Keep Alive (by jaxbot, it prevents wifi from turning off)"
By "unlock" I'm assuming he meant an unlocked bootloader, and not locked to a cellular carrier? I did the basic test today, and mine appears to be locked, which is a shame because both of those functions would be great.
As far as "Keep Alive" goes, I can't seem to find that specific app/dev combo in the market. I don't use 3g/4g data on this phone, or any phone anymore, so is that an app that is better than keeping the scanning on, or is it a battery drain? I'm just not sure I follow the concept, because I can't find a description of it.
Regards,
--bb
Click to expand...
Click to collapse
You'll need to flash a custom ROM, which you can luckily do on your 710.
The a wifi radio turning on/off takes more power than one that is idly connected. So if you use the phone frequently, it's better to stay connected. If you aren't going to touch it for many hours at a time, better to let it disconnect and turn off.
But if you aren't using cellular then you'll need wifi to update information in the background.
Some more here
Dialpad7
Handyscan
Photogram
Skype
Sleep Bug
Tango
UC Browser
whatspp= messenger
Yelp = to find nearby things

[APP][2.2+][Free] Tasks Together

Tasks Together on Google Play
Tasks Together apk
Change way you tackle task management on the mobile device.
Task Together has been designed from the ground up to help you not only with your own personal to-do lists,
but to share and solve tasks with your friends or colleagues.
Here are a few examples where other task management applications struggle,
but these scenarios are a breeze with Task Together:
- Working on project plan of your group has never been easier.
- Sharing a shopping list with your spouse.
- Relaying a call to your secretary or colleague.
- Get notified about a task at a specific location, relevant to the task.
Feedback
Any suggestions/feedback on this task management app? I would appreciate every comment. Thanks.
Cool app, good solution to a widely known problem. Will test this further.
I will however say another thing. Check out http://asana.com
Fine App, similar to SplenDO, but not so pretty
Is there any option to sync?
AnnaKeller said:
Fine App, similar to SplenDO, but not so pretty
Is there any option to sync?
Click to expand...
Click to collapse
Disagree, this is much prettier!
You can sync your private task lists with Google Tasks (from settings). But when you send task to someone, theres no way to sync it for now.
I just installed the app, looks nice, with clean interface, which I like more than those complicated apps.
I have few comments that I'd like to see in future updates:
1- The apps misses an option for recurring tasks, sometimes I want to do the same task same time every week or month, like paying a bill or watch a TV show, etc... so it would be great if you add this option.
2- It would be great if you have more advanced reminder option, currently it just gives a notification with the default system tone, which can be easily missed. it might be better if we can assign a different tone so that when I hear it, I notice that this is the reminder for a task from your app. you might also add an alert window with some options like dismiss or remind later after 10 mins or so.
These 2 requests will make your app much better in my opinion. and I can say they are very basic, so if you want to make some Plus or Pro version these should be in the free versions, and other options can follow for the Plus one, like syncing, etc...
Good luck and thanks for the nice app
AnnaKeller said:
Fine App, similar to SplenDO, but not so pretty
Is there any option to sync?
Click to expand...
Click to collapse
SplenDO looks fine, but I did not find the way to send tasks to my friends.
tmrbaset said:
I just installed the app, looks nice, with clean interface, which I like more than those complicated apps.
I have few comments that I'd like to see in future updates:
1- The apps misses an option for recurring tasks, sometimes I want to do the same task same time every week or month, like paying a bill or watch a TV show, etc... so it would be great if you add this option.
2- It would be great if you have more advanced reminder option, currently it just gives a notification with the default system tone, which can be easily missed. it might be better if we can assign a different tone so that when I hear it, I notice that this is the reminder for a task from your app. you might also add an alert window with some options like dismiss or remind later after 10 mins or so.
These 2 requests will make your app much better in my opinion. and I can say they are very basic, so if you want to make some Plus or Pro version these should be in the free versions, and other options can follow for the Plus one, like syncing, etc...
Good luck and thanks for the nice app
Click to expand...
Click to collapse
Thanks for your comments.
1. Recurring tasks are on my task list. They should be in upcoming updates.
2. Good point with the custom ring tone. I'll try to implement it. Now there are action buttons in notification, where you can "snooze" the task for defined amount of time (settings). If you star the task and set due date, then no notification is shown but fullscreen alarm is displayed from where you can take action - you'll never miss that! You can try
Once again thanks for useful comments.
31 98858985
pytel said:
SplenDO looks fine, but I did not find the way to send tasks to my friends.
Click to expand...
Click to collapse
SplenDO doesn't have sharing tasks with friends, because it is task list for personal use only and in this case it is the best and most useful.
BTW, Still, one of the task option in SplenDO is "Share" in androidial meaning
Very nice application!
I think I found a bug though! When I try setting the location of the task on "walking"the app crashes! l have the version downloaded here on your post and I'm using a Note 10.1 on stock Touchwiz Rom android 4.1.2
pytel said:
Thanks for your comments.
1. Recurring tasks are on my task list. They should be in upcoming updates.
2. Good point with the custom ring tone. I'll try to implement it. Now there are action buttons in notification, where you can "snooze" the task for defined amount of time (settings). If you star the task and set due date, then no notification is shown but fullscreen alarm is displayed from where you can take action - you'll never miss that! You can try
Once again thanks for useful comments.
Click to expand...
Click to collapse
I tried and yes the full screen reminder is awesome .. but there is no clue for the user that it's there for the favorite tasks, I missed it .. also I dont know why you chose to make it silent with vibration. it should have sound with the custom ringtone I mentioned before.
good work though
Mr-Kappa said:
Very nice application!
I think I found a bug though! When I try setting the location of the task on "walking"the app crashes! l have the version downloaded here on your post and I'm using a Note 10.1 on stock Touchwiz Rom android 4.1.2
Click to expand...
Click to collapse
You found it! It is fixed now. The bug fixed version will be released soon. Thanks.
Thank heavens, shared shopping lists. Its about time. Testing this immediately! Thanks a million
Wow.. app looks awesome!! Installing now.. Will let you know how it goes after trying! Good job mate!!
Version 1.0.20
I've just released new version with some bug fixes. After several hours it should be available on Google Play
pytel said:
I've just released new version with some bug fixes. After several hours it should be available on Google Play
Click to expand...
Click to collapse
I'm looking forward to trying this out.
When you get around to the reoccuring tasks, can you make that rather customizable?
The typical entries are:
Year/Month/Week/Day
If you could set the number, such as ever 10 days or 3 weeks, would make it able to handle a bunch of odd tasks.
maddbomber83 said:
I'm looking forward to trying this out.
When you get around to the reoccuring tasks, can you make that rather customizable?
The typical entries are:
Year/Month/Week/Day
If you could set the number, such as ever 10 days or 3 weeks, would make it able to handle a bunch of odd tasks.
Click to expand...
Click to collapse
I'll try to make it simple and customizable so you can handle your every 3 weeks tasks
Unfortunately I can't guarantee you date when it will be released...
Google Tasks Sync
I installed the app and told it to sync with my Google account. It did the whole permissions and syncing thing, but then it only pulled two of my four task lists and they are both blank in the app even though they each have more than 20 tasks in them. It's been a few hours now and all of my other Google things have been syncing properly. Any ideas?
JamMasterClay said:
I installed the app and told it to sync with my Google account. It did the whole permissions and syncing thing, but then it only pulled two of my four task lists and they are both blank in the app even though they each have more than 20 tasks in them. It's been a few hours now and all of my other Google things have been syncing properly. Any ideas?
Click to expand...
Click to collapse
It seems that our app exceeded limit for Google Tasks API queries per day. So all sync requests will fail. We sent request for increasing the limit. I hope this issue will be solved soon.

[APP][4.0+][Free] Apposite un-launcher

Hello,
I'm requesting feedback and suggestions for my new app, Apposite - it enables you to quickly access your installed apps without replacing your preferred launcher.
Think of it as an app drawer that adapts to you, the user. And lets you find apps by speaking the name, if you so wish.
Apposite automatically shows apps you want to run at any time. It uses an AI module to build a model of your app usage habits (e.g. you might play games more often when at home in the evenings, look at weather in the morning, make notes in school and so on).
You can call up the apps list via the ASSIST action (swipe up from home button, or long-press the hardware home button). There are also customisable widgets in case you don't want to replace your existing ASSIST handler.
Download here: https://play.google.com/store/apps/details?id=in.lipik.ai_drawer
I am seeking feedback regarding it's usefulness, and suggestions for improvement. Already pushed out an update yesterday incorporating user suggestions.
Thank you!
Working well so far!
Downloaded it yesterday, used it a few times since. Early days yet, but seems to work pretty well on my Galaxy Nexus.
I'm loving the simplicity of the app, and how the customization is available but just hidden.
After I have tried it for a few days, might try replacing the line of my 'go to' apps with your row widget.
:victory:
Much appreciated
Thanks! Hopefully it will get better as you use it, because the learning algorithm needs to see some usage before it starts making recommendations.
Btw, were you the one who bought a premium licence last night? If so, you are my first customer - so I will refund your buck fifty if you send me the order number
mobile_chimes said:
Downloaded it yesterday, used it a few times since. Early days yet, but seems to work pretty well on my Galaxy Nexus.
I'm loving the simplicity of the app, and how the customization is available but just hidden.
After I have tried it for a few days, might try replacing the line of my 'go to' apps with your row widget.
:victory:
Click to expand...
Click to collapse

Categories

Resources