Go To Url - G1 Apps and Games

Ok, this was my first app on the market. Basically it's a window that lets you enter a search term and select a search or just a URL and it will open a browser to that page.
So far I have:
Google
Google Images
Google Maps (Uses Maps app)
Wikipedia
IMDB
Amazon
Ebay
Android Market
(Youtube coming soon)
If you have any other search suggestions, please post them. I will be happy to add them!
Check out the app on the market! I have a free version and a donate version for $1.43 (So I get a buck). It's rated 5/5 so far (I'm quite pleased)
I find myself using this app more than any others
Many have asked for an On Screen Keyboard, and I've been researching it, but I don't really know how to make one. If you have any tips regarding that, that would be awesome.
Anyways, enjoy the app!
UPDATE: Custom searches added.

Very nice, very useful indeed! I have always been a bit annoyed by having to start the browser up and go to the site I want to search and wait for it to download and render before I can perform my search. Can take 10, 15, 30 seconds before I even submit my search. This makes it so much easier!
Great app, man. Thank you!

A suggestion for improvement would be for the users to be able to add "custom" search strings. I frequent a bunch of sites that are too obscure for you to add to your app, so an option for me to add my own search string would be great.
Say I want to add a custom site, like blocket.se (a Swedish classified advertising site) and I know the formatting for a search on that site is http://www.blocket.se/li?q=<search_string>
Now let's replace the string we enter in the text field with an operator, like %s :
http://www.blocket.se/li?q=%s
Which would perform a search of that particular site. When adding a custom site we would need the following dialog.
Name: [____________] <-- Where we enter the name of the custom search
String: [____________] <-- The formatted URL
[Save] [Cancel]
Sorry for unloading this on you, I do realize a feature like this won't just happen by itself, it takes many hours of coding to make it happen. Feel free to tell me to bugger off if it's just not something you feel is right for this app.
Cheers!

No, I actually think that's a fantastic idea. Right now the search drop down is just a static array of names and the urls are hard coded in. Unfortunately, sharedpreferences doesn't support arrays so unlimited custom searches might not work, but I could let users put in 3 or so. I'll get on it over the weekend. Sorry for thinking out loud haha.
And I'm glad you like it
Maybe custom searches would be a good feature just for people with the donate version?

nick_karstedt said:
No, I actually think that's a fantastic idea. Right now the search drop down is just a static array of names and the urls are hard coded in. Unfortunately, sharedpreferences doesn't support arrays so unlimited custom searches might not work, but I could let users put in 3 or so. I'll get on it over the weekend. Sorry for thinking out loud haha.
And I'm glad you like it
Maybe custom searches would be a good feature just for people with the donate version?
Click to expand...
Click to collapse
Three custom ones would be great too, no doubt! Thinking out loud is a great way of giving an idea some structure, and if you in addition to that can bounce an idea off a couple of other people it usually turns out great. A bit of brainstorming.
I would definitely pay a few bucks for custom search strings. Unfortunately I can't access paid apps yet, probably because I'm on a dev phone and in the wrong country. I could drop a few bucks off on your paypal account though, if you have one.

Have you put the free one on the market yet? I don't see it posted, only your paid version. Not that I won't pay for it, I'd just rather check it out before purchasing

I would like to try it out too, and since I don't have a Google Checkout, I can't. I would rather donate by Paypal if you have an account.

The free version is on the market as well (it's a bit older). Just search Go To Url. If you do feel like donating, there's a button on my website(www.nickkarstedt.com) that has a paypal donate button.

Answers.com would be nice as well.

Good thinking.

Ok, just updated the donate version this weekend. I added search history (Works like the browser's history, but is stored seperately. You can disable and clear it).
Now for the big feature: Custom searches.
You can now add and delete as many custom searches as you want. You can even delete the default custom searches (so you can reorder them).
I'm going to add the option to move searches up and down on the list for the next version. Until then, you'd have to delete and add.

Loving it!
The search string is always added to the end of the URL we enter (when we add a custom search)? Nineteen out of twenty times this is not a problem, but on some sites the formatting of the URL is a bit different and the search string is not placed at the end of the URL but rather in the middle of it.
Still, I love this app. Makes searching so much easier when you don't have to wait for websites to load/render.
**Edit: One thing I have noticed is that if you open the app up in portrait mode, select a search in the list and then switch to landscape, you have to select which site to search again (it defaults back to "Go To URL!" mode). Not a big problem, just something I noticed just a minute ago for the first time

Many have asked for an On Screen Keyboard, and I've been researching it, but I don't really know how to make one. If you have any tips regarding that, that would be awesome.
Click to expand...
Click to collapse
Tell them to wait till the next update that is coming out in April. lol

Exactly, we're getting the Cupcake OSK soon. No point in wasting your time on an OSK of your own.

Mikey1022 said:
Tell them to wait till the next update that is coming out in April. lol
Click to expand...
Click to collapse
Yeah. I really shouldn't try to appeal to whiners... but I need more stars! (And cash! Cash is always nice!)

I notice you're using a generic Windows Run icon for your app. Not sure if you're interested, but I made a dedicated "Go To Url" icon (mostly because it goes better with my theme), which you are free to use should you want to. Either way, here it is.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Awesome! I could use that one for the paid version, looks very spiffy.
Also, I think what I'm going to do now with free/donate versions is just keep the free version a release or two behind the donate version, just so those who pay get it a few days/a week earlier. I don't like the idea of limiting functionality.
Got that free users? You'll get your custom searches and history soon enough.
All I'm working on right now is changing the custom urls to use %s instead of %url% + search term. If you guys have any more suggestions, lets hear em!

Is the "nag screen" asking you to go to the market supposed to show up every time I start the app? It says "THIS MESSAGE WILL ONLY BE DISPLAYED ONCE" but I get it every time I start it. And I alreday have Blocked! installed

Ah! That's what I asked you about in the PM! I updated it on the market, I'll send you a copy of the fixed version since you can't update.

nick_karstedt said:
Ah! That's what I asked you about in the PM! I updated it on the market, I'll send you a copy of the fixed version since you can't update.
Click to expand...
Click to collapse
Oh, lol, I completely misunderstood what you meant. Sorry 'bout that

Related

Official Last.fm client for Android

Title says it all basically. Last.fm has finally released an official client for Android.
http://www.cyrket.com/package/fm.last.android
http://blog.last.fm/2009/01/23/lastfm-on-android
http://blog.wired.com/business/2009/01/lastfm-arrives.html
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Nice find. Great app.
I keep searching but can't find this app on the market through my phone. As I live in Malaysia, I'm wondering if it is restricted to certain countries only? Is anyone else in other countries having problems finding it in the market?
While on that topic, does anyone know how the market identifies which country you are in? Via Geo-IP? or the installed SIM card? Is there a way to bypass this and download the .apks ?
dotsha said:
I keep searching but can't find this app on the market through my phone. As I live in Malaysia, I'm wondering if it is restricted to certain countries only? Is anyone else in other countries having problems finding it in the market?
While on that topic, does anyone know how the market identifies which country you are in? Via Geo-IP? or the installed SIM card? Is there a way to bypass this and download the .apks ?
Click to expand...
Click to collapse
i search and cant find.. not even on cyrket...since its linked i think its linked directly with the market
yes, im guessing its GeoIP bull crap ...(i really really hate that, being that im a native english speaker not living in the UK or the US, (living in panama) and endup getting all pages loading in spanish)
either way, setting a proxy "might help" i want this app just did not have the time today to test out setting up an http proxy on the phone (accessed option through anycut shortct) but it did not work.. so im guessing setting up a proxy on your router "might" work thats if u use a usa proxy.
i might just wait till someone downloads and posts the apk file here
The only thing I noticed is that its kinda quiet... Anyone else come to this conclusion? I have my phone volume & media volume at 100%. Other than that, its an awesome app!
Was waiting for Pandora but I have an account for both so it works for me
schizox said:
i search and cant find.. not even on cyrket...since its linked i think its linked directly with the market
Click to expand...
Click to collapse
I can find it on cyrket, you have to search for last<space>fm as opposed to last<dot>fm. But can't download from cyrket so that doesn't solve much ...
Anyone got it want to post an .apk somewhere?
dotsha said:
I can find it on cyrket, you have to search for last<space>fm as opposed to last<dot>fm. But can't download from cyrket so that doesn't solve much ...
Anyone got it want to post an .apk somewhere?
Click to expand...
Click to collapse
hmm odd, i thought i did all possible search strings....
and searching last <space> fm in the market does not bring anythign up for you either??
once i get time im going to try and hook the phone through a usa proxy from one of my servers and see if the market brings up more apps
I had the same problem, then I saw it on the list of featured apps and I downloaded it. Strange I know. Just try to refresh the list of featured apps until you get it, it might solve your problem for now. I do not reside in the US, so It might not be a location issue, unless the featured app is an oversight!
-Gus
ghassan99 said:
I had the same problem, then I saw it on the list of featured apps and I downloaded it. Strange I know. Just try to refresh the list of featured apps until you get it, it might solve your problem for now. I do not reside in the US, so It might not be a location issue, unless the featured app is an oversight!
-Gus
Click to expand...
Click to collapse
thanks for the tip, will try, still hasn't popped up for me on the featured apps, though the market must be filtering applications based on geo location
though now we know the featured apps is exempt from that filter (for now)
hehe ... it appeared on Featured Apps in the browser and I quickly grabbed it. Playing fine now.
Could someone attach the APK?
Could someone attach the APK?
I grabbed mine from the Featured items as well. Why the heck does the search not work for some apps? MyMaps was the same.
I love this app. A lot.
Only down side: there is no exit option. and my task manager app wont kill it either.
other than that it is awesome.
wergeld
wergeld said:
Only down side: there is no exit option. and my task manager app wont kill it either.
Click to expand...
Click to collapse
This is actually a characteristic of Android and not the Last.fm app in particular. Android (as well as some other embedded operating systems) is designed so that app lifecycles are managed by the os, not the user. Working as intended.
jashu - Yes, I know that android will monitor apps and close ones that are not used for a long time, I actually like that. What I mean is that the last time I used the app was Friday when I was at work, came home, left my msg here and today (Sunday) the app is still running. I do not have it playing anything, it is not looking at my catalog/library or anything else. When I use the task manager app to close it, it pops back up.
On the imeem app there is an option to logout. When you logout it closes the app as well - internally to the app, not Android closing it. So I think this can be written into the Last.FM app as well, yes?
Not a ding against the app, just something to be aware of.
wergeld
Hey,
I also can't find the app in the market (german provider with an uk RC8 JF1.41 phone). So can someone please post the .apk somewhere?
there is an update for the last.fm client
think it scrobbles now
but.......
i cant update it... so i guess i have to look for it on featured apps again, then re-download...
the app seeps not to show up on wifi , and on some providers on data plan
let us know if ur able to snag the updated file
Last FM apk
lol i jsut came back to edit
was able to snag the update file...
thnx anywayz !!

[App] Marathon - [R] - 2010-10-20 - [U] - 2012-02-08 - [V] 3.1

Marathon
Marathon is an application designed primary to aid runners with their workout. It uses the phones built in GPS receiver to keep track of various statistics such as distance, speed, calories consumed and altitude change. Thanks to the voice announcement feature you'll know your progress without picking your phone out of the pocket. You can also compete against your previous recordings or setting a goal based on time and distance. Even though its primary designed for runners Marathon can be used with all kinds of outdoor activities.
Any suggestions/constructive feedback is welcome . The application is currently translated to: English, German, French, Spanish, Dutch, Italian and Swedish.
Key features:
• Records speed, distance, calories consumed, climb/decline, etc.
• Shows charts of speed and altitude change.
• Draws your route on a map.
• Share your results online, on your blog, Twitter or Facebook.
• Earn achievements for your training (Not related to Xbox LIVE achievements).
• Voice announcements with intervals based on either time or distance.
• Pause/resume recordings.
• Ability to cut off your results at the start or end.
• Inexpensive alternative to GPS watch.
• Ability to backup and restore all results.
• Export to kml, gpx and csv.
• Analyze parts of the result.
• Live Tracking - Let your friends follow your progress online in (almost) real time.
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download Premium ($1.49):
Download Free:
Changelog:
http://www.marathon-mobile.net/Info/Changelog
Wow, it looks really good and seems to be very fingerfriendly.
I think it fits well into the Metro style.
Only thing to criticize: The touch input to raise and lower the weight for example (Video min: 1:33) could be done a bit nicer I think.
As example you could do it the same way it's done in the OS.
Here a video (min 7:21): http://www.youtube.com/watch?v=DSoEhHV5BFU
Just one thing: In the beginning and the end you can see that the title of your app is Marahon and not Marathon. Just a little thing to fix
Regards
Sry for my english, hope you understand what I mean.
Looking good!
Although in some places the UI is a bit confusing, such as in the video at 0.26 where you have Goals Goals as the pivot and Open Open, why is this? as its not clear from the video. You also see this again later in the video with Edit Edit and Twitter twitter etc.
Also at 2.13 it's not clear that you can swipe to the right to see Calibration settings as its not hinted in the pivot
Other than that, I think it looks very cool
Dharms
DMAND said:
Looking good!
Although in some places the UI is a bit confusing, such as in the video at 0.26 where you have Goals Goals as the pivot and Open Open, why is this? as its not clear from the video. You also see this again later in the video with Edit Edit and Twitter twitter etc.
Also at 2.13 it's not clear that you can swipe to the right to see Calibration settings as its not hinted in the pivot
Other than that, I think it looks very cool
Dharms
Click to expand...
Click to collapse
Yeah I agree with the Goals Goals and Open Open thing. Perhaps the second word can be grayed out shadow in the background isntead of looking like there is more.
Other than that it looks great, definately something I can use this fall when I start walking/jogging outside.
It looks great.
I'm currently using a similar application (RunSat) on WM, which has two features you might want to add. I personally love both of the listed features, so you could consider whether adding them is worth the effort.
Exporting results to excel / a spreadsheat is something I really like (showing three columns: time, speed, average speed. Could consider adding more). If you have multiple times on the same course, you could have column 1 trough 3 for your first, 5 trough 7 for your second, etc. so it's easy to compare your performance.
Another useful feature is auto-pausing the training when you're standing still (very useful if there's a bridge on the course). Not sure if you already support manual pausing, but that obviously can be useful too.
I'm already very familiar with the app I'm currently using, but I might consider switching to your WM6 app. For WP7 I'm pretty sure I'll get yours after seeing your demo!
Good luck with further development, I'm very happy to see another dev preparing for the WP7 launch
freeriders:
The numeric input panel you linked looks really sweet. I'll keep that in mind and see if I can make something similar .
DMAND/cyclical:
Sorry about the "Goals Goals" thing, I should have mentioned that it will not be there in the final release (it's there because I'm temporary using an open source Pivot control which doesn't support single pages, Microsoft will release their own Pivot control before the release. So I'm awaiting theirs before I invest too much time in making a "single page pivot lookalike".)
cPT.cAPSLOCK:
The WM6 app supports exporting to CVS (which you can open in Excel), I would add it to the WP7 app if I knew how to give the user his file . Since there's no traditional fileesystem you can't just save it. But since the WP7 app will be compatible with the webpage (www.marathon-mobile.net) you can always use the "Share" feature to upload the result to the webpage and then save it as kml/gpx/cvs from there.
Manual pausing is already supported, I want to implement auto-pause but I haven't done it yet since I'm not sure how to handle the noice in the GPS-signal in a proper way. But I guess I have to accept that the feature will work in ALMOST all cases.
Thanks for the feedback everyone!
Cool, I thought that might be the reason , hopefully the offical controls are released soon
What's the point?
I'm not sure there's any point in porting an app like this over to WiPhone7 when it can't run in the background. If you use your phone the app will be frozen, not to mention if you get a call or check a mail. Hopefully people remember to resume it after they're done. I can't even listen to Pandora or .977 or use a navigation app (not that there is one) at the same time, which is when I'd use it.
This app would be better ported to webOS which could actually handle it.
Hello,
I'm agree with freeriders concerning the numeric panel.
What do you use to realize charts ?
Thanks
gaijin1%
I'm a .NET developer and I find the WP7 platform interesting, so I'm porting this app to WP7 . Unfortunately I dont have enough spare time to port it to yet another platform, such as WebOS. Its possible to run under lock screen and as long as you stick to the built in music player you can listen to music while you're out running, and thats enough for me. I do agree that real multitasking would be neat, but this is not the tread to debate WP7 OS design .
Roccc
I'm using Silverlight Toolkit (http://silverlight.codeplex.com/) for charting. It seems to work good, but I haven't received my real device yet, so I can't be sure the performance is OK.
Thanks for the feedback!
Ooije said:
Roccc
I'm using Silverlight Toolkit (http://silverlight.codeplex.com/) for charting. It seems to work good, but I haven't received my real device yet, so I can't be sure the performance is OK.
Click to expand...
Click to collapse
Thanks a lot for the toolkit
Me too, I haven't received my real device :S
I've released another video, its available here: http://www.youtube.com/watch?v=vldm4WVguLk
Unfortunately I haven't had the time to improve the touch controls for numeric inputs (such as weight), but it's still something I want to do . I also plan to move some more buttons down to the application bar and add some more stuff to the map.
Looks great, but i guess you have to think about a good background. I also think there are to much options, so it should be nice if they will be arranged in groups
This is great.
I am planning to get rid of my desire in favour of a new WP7 phone later this month and I have been thinking about ways to track my running activity while waiting for an app to do just that. Glad to see someone is already working on it. I am very much looking forward to give it a try!
gaijin1% said:
I'm not sure there's any point in porting an app like this over to WiPhone7 when it can't run in the background. If you use your phone the app will be frozen, not to mention if you get a call or check a mail. Hopefully people remember to resume it after they're done. I can't even listen to Pandora or .977 or use a navigation app (not that there is one) at the same time, which is when I'd use it.
This app would be better ported to webOS which could actually handle it.
Click to expand...
Click to collapse
It doesn't need to run in the background. Just Disable UserIdleDetection mode and some Tombstoning and phone calls will interrupt the app, but it will reload. I use Caliburn.Micro framework for WP7 apps, and it makes it really easy to do. Just be sure to Enable UserIdleDetectionMode when closed or tombstoned. This passes cert and is different from ApplicationIdleDetectionMode, which requires user opt-in.
As promised I've released a free version of the app, a link is available in the first post .
Nice app and get's it done in a very fluid manner. There are a lot of options to customize setup for individuals and such. One feature that would be nice to further add to the customization would be adding the ability to reorder the home screen (smaller items). Like current speed, average speed, decline, etc. For instance, I would like to be able to see (along with the most main items which you nailed..time and distance) calories and average pace when I just glance at my phone. As it is now, I have to swipe a little to see that row of information. My only suggestion is it's great as I said. And thanks a lot.
I've just released another update to the app (2.8). The biggest news is the ability to earn achievements (not xbox live) for your workout. Here's a list of the available achievements: http://www.marathon-mobile.net/Results/Achievements . Hopefully It'll help people get a little extra motivated to work out . Other news in 2.8 is FR/IT/NL/ES/SV voices as well as an auto-pause feature.
kwill: Thanks for the feedback, I've thought about letting the user re-organize the dashboard. But I haven't implemented anything like that yet.
Here's a little preview of the upcoming release: http://www.marathon-mobile.net/Info/Development
It'll enable Marathon to upload your results "live", so friends and family can watch the progress while you are out running . The feature will be available in both the free and premium version of Marathon and I'm targeting a release in early August (The feature is done, but I'm going on a vacation soon. So I'll keep it for a while ).
Version 3.0 is now available. It's been updated to Mango, so it supports fast app switching and 32bit colors.

[APP] Time Tracker -- Need testers

Hey everyone,
I've always wanted a quick time tracking app that didn't have a bunch of data pushed in my face.
I found writing down on paper was easier than these complicated apps/software. With too much to deal with, select, set, and fill out, before long I've spent a minute or more just telling it what I was about to do. So I decided to try my first attempt at an app for my Xoom -- which then extended to my phone.
I need some testers to try it out and give me some feedback. I recently added support for Android 2.2+ on top of the native support for 3.0 so it can be used on your tablets and now your phones.
All feedback appreciated!
Screenshots
As you can see I set 'Time Tracker App' as my default subject while I was working on it over the last few days; so each entry is titled for quick reference, which you can then click to view and learn more: exact times, a real-time counter, notes, ways to manage the entry, etc.
2.1.2 on my Xoom
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
- Yes that's 7 hours counting in real-time... no limits on big projects
2.1.2 on my Droid X
-
-
UPDATED 5/9
- Attachment updated to newest release 2.1.2
- Added screenshots of Xoom and Phone in action
hi i downloaded your time tracker on my xoom. looks pretty good but have not put in actual use. I was actually looking for an app to do my scheduling.
For example : event | SAT - SUN | breaking down on the timing and items for the event
does that make any sense to you ?
Hey thanks for trying it out and giving some feedback!
What did you have in mind?
I see an idea here for setting up specific entries with predefined start/end times and having the timer count down to the start time. But let me know what you had in mind... you tell me the steps you'd want to take and the outcome of those steps =)
ex.
Click "Make an Event" or "Event", fill out the Subject and Start/End Time, this event is set between those dates. The timer counts down to the event start time, then counts up from there for the length of the event... etc etc!
This way you could add events/tasks/jobs AHEAD of time, rather than when you're sitting there about to start! I've already got the function in the app to do future tasks/events, I just haven't made it public. So the more feedback you can give, the better I can build it out =)
Another thought is having Events act as a group, that you can add timers to the group and then refer back to the group "Weekend Party" to see how all your timers under that group broke down.
I'm rambling... you tell me!
Great concept.
Would you be so kind as to add a couple of screenshots so we know what to expect before downloading?
willverduzco said:
Great concept.
Would you be so kind as to add a couple of screenshots so we know what to expect before downloading?
Click to expand...
Click to collapse
Thanks I appreciate it! I think it's a concept most people could really use -- at least I know I tried a handful of apps, but none of them did ANYTHING simply and actually ended up COMPLICATING things even further.
I put up some pics as requested! The Invoice function is a WIP where I plan on allowing you to add timers to build out invoices quick and easy. At the moment it's a data sheet for you to reference when you bill for the month, but with development going the way it has, that should be up and running relatively soon!
All feedback is welcomed... it's the only way these apps can get better. Something bugging you? Let me know as I can't test for everyone! =)
I am a contractor looking for a more robust time tracking app. I have tried several apps out there. I have not located a developer willing to work with me to get some real improvements to them.
There are several of them who have a great concept and template, just poorly implemented. The whole idea of having a tablet is to make my life easier, not to make me jump thru extra hoops and having to type in specific dates to sort out a weeks freaking work..
I will load it up on my xoom shortly and I am hoping it is a great concept and I am willing to spend the extra time to give you the input you desire
well, im testing this now since you offered it. one thing that got on my nerves was the registration/sign in. this would only be helpful if i can view all my tracks online as well, but i havent found where
the app itself works like charm and right now i didnt find anything that neees improvement. so, well done !
You're head is in the right direction -- the login is meant for keeping your Tracking per account. I'm putting together a web service where you can manage everything from your computer/laptop and not have to do anything but log in! No syncing required, it's all done for you.
So between your tablet, phone, and then computer, it could be pretty nice =) I can streamline the registration and make it a little nicer though! Any thoughts on what could make it better?
Xezuka said:
You're head is in the right direction -- the login is meant for keeping your Tracking per account. I'm putting together a web service where you can manage everything from your computer/laptop and not have to do anything but log in! No syncing required, it's all done for you.
So between your tablet, phone, and then computer, it could be pretty nice =) I can streamline the registration and make it a little nicer though! Any thoughts on what could make it better?
Click to expand...
Click to collapse
just an option to not use it if not needed
but by now i ust like this app...would pay some cents for using it.
Xezuka said:
Thanks I appreciate it! I think it's a concept most people could really use -- at least I know I tried a handful of apps, but none of them did ANYTHING simply and actually ended up COMPLICATING things even further.
I put up some pics as requested! The Invoice function is a WIP where I plan on allowing you to add timers to build out invoices quick and easy. At the moment it's a data sheet for you to reference when you bill for the month, but with development going the way it has, that should be up and running relatively soon!
All feedback is welcomed... it's the only way these apps can get better. Something bugging you? Let me know as I can't test for everyone! =)
Click to expand...
Click to collapse
Thanks for adding the screenshots. This app looks absolutely wonderful. I am going to feature this on XDA's front page in the coming days.
PS. Your use of the Fragments API is stellar.
RinTinTigger said:
just an option to not use it if not needed
but by now i ust like this app...would pay some cents for using it.
Click to expand...
Click to collapse
I'll definitely take this into consideration! With 3g/wifi available nearly 100% of the time I'm using my devices, I began designing it to store the information off the device which allowed me to easily synchronization to your phone and soon a website. But for those that don't need this, it's a great idea that I'll surely look into! Thanks!
willverduzco said:
Thanks for adding the screenshots. This app looks absolutely wonderful. I am going to feature this on XDA's front page in the coming days.
PS. Your use of the Fragments API is stellar.
Click to expand...
Click to collapse
I'd be honored to see it happen! Being my first Android app I've been hesitant to release it into the wild and potentially watch my baby get slaughtered by the reviews... then again, maybe not
Thanks again for the feedback and if there's anything you need let me know!
other currencies might be coool
also the counter starts at 06:00:00 it shows the right time once you completed. but the start time is weird
I'm thinking it's going to be a matter of correcting the times for outside timezones. What time zone are you in?
If you PM me your username, I can place you under testing and make sure the fixes are working before taking it 100% live =) Thanks for the heads up!
UPDATE: Made a fix for the time being... I'll determine the TimeZone automatically in the future when signing up, but for testing purposes I've included a TimeZone selector under the Settings menu. This does not yet take into account for DST (Daylight Savings Time) although when I fix it up completely it will =) This also could allow someone traveling around the world to be in whatever TimeZone you please without losing your inputted data! Try it out! All your timers should adjust themselves when you change your Offset under Settings! I tested it with someone on the other coast of the US, now I just need someone across the world to try it! =)
Great news for people who are in different time zones.
The ability to put jobs and clients in sub folders is priceless to some....
dekcufi said:
Great news for people who are in different time zones.
The ability to put jobs and clients in sub folders is priceless to some....
Click to expand...
Click to collapse
I completely agree! Do you have any ideas of how you could see this implemented while keeping the streamlined and easy to use interface?
Perhaps a separate tab with 'Folders/Groups' where you can create a 'Folder/Group' and have the ability to set your timers to a specific 'Folder/Group'? That way you could organize your timers accordingly?
Tested the latest build, i can now select a time zone, but still, the counter starts with 06:00:00
weird :/
RinTinTigger said:
Tested the latest build, i can now select a time zone, but still, the counter starts with 06:00:00
weird :/
Click to expand...
Click to collapse
This is certainly interesting and something I've been using Memento to do - many things that particular application is used for can become viable applications / packages in their own right.
One question though - why not create a Google spreadsheet within the users account to track data? Admittedly, you will be hosting a fascinating collection of data (not that you would use it like that, although I confess that I would be tempted) and you would rapidly gain a great understanding of application usage amongst your user base (that's a valid thing to do and one many developers would be evnvious of).
I look forward to trying the app on my HD2 Nandroid CM7 and shall report back.
Good luck!
Thank you!
A Great and easy to use app!
Could be usefull for me too.
The design is very nice, but there are a few design bugs. Maybe you should use another set of icons. The menu icons for example seems to be white on white, which makes them hard to understand. When there is no focus on "LogOut" it is just a sheared grey square, only when there is a focus you can see that is shall be an open door.
RinTinTigger said:
Tested the latest build, i can now select a time zone, but still, the counter starts with 06:00:00
Click to expand...
Click to collapse
I have got the same problem. But it is just the counter. When you complete the timer the time span is calculated correctly.
I also found a little bug with currency. If you just registered and do not change the currency settings (default was Euro at me) then there are dollars shown in the app. And when I changed the setting to euro, pound or yen the currency symbol is not shown correctly.
Countdown Timer
I have fixes in the works! The timer should now be fixed and count accordingly! Please let me know if this is not the case =)
Currency Bug
The currency bug is known and will be fixed within a few hours! You may see it all go away, then return, this is planned!
Thanks for all the feedback guys I appreciate it -- these are all great!
Still needed: a way to start and use the app without singing in, cuz i dont have internet sometimes at the tab and a customer

[APP] Power Planner - Best Homework Planner [R] 12/11/2011 [U] 3/1/2012

Name: Power Planner
This is a student homework planner for Windows Phone 7. I created it since there were no good homework apps on WP7 and I needed one, and I'm sure everyone else would love to use it too!
Power Planner has a unique feature where it automatically schedules reminders for you. At the end of your day (10 minutes after your last class), Power Planner sends you a reminder telling you what items you have due for tomorrow. Also, if you don't finish an assignment before it is due, Power Planner will remind you an hour before that class, telling you that you have incomplete items.
The app also has an excellent interface that makes adding assignments super fast. When adding homework assignments, you can simply press the "return" button on the keyboard to jump to the next box on the page. Also, Power Planner remembers your last selected class and due date, so you can quickly add multiple things to the same class faster than any other app.
And Power Planner now has an advanced grading system that allows you to use custom grade and GPA scales, weighted grades, classes with credits, etc!
And Power Planner has the best live tile! You can see when your next items are due without even opening the app!!
Tell me what you think of the demo video, and if you have any features you would like to see added to the app, list them here!
Source: This thread
Download: http://www.windowsphone.com/s?appid=46a9c430-f253-4043-99c6-bc600335e9de
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Price: Free or $1.99 (paid version has a few extra features, but free trial is fully functional and is ad-free)
Will this be able to add the assignments as events in your calander? Specifically google calandar? I use that for most of my classes, and if it could integrate with that, then this app would be amazing!
uncled1023 said:
Will this be able to add the assignments as events in your calander? Specifically google calandar? I use that for most of my classes, and if it could integrate with that, then this app would be amazing!
Click to expand...
Click to collapse
I'll have to look into adding that. How exactly do you want them to be added to a calendar?
Homework assignments really dont have a certain time and duration... Just like your general to-do list doesn't have those things. Would you want it to add your assignments to the to-do section of Google? Or for it to generate actual calendar appointments??
ace10134 said:
I'll have to look into adding that. How exactly do you want them to be added to a calendar?
Homework assignments really dont have a certain time and duration... Just like your general to-do list doesn't have those things. Would you want it to add your assignments to the to-do section of Google? Or for it to generate actual calendar appointments??
Click to expand...
Click to collapse
I would love for it to add like a 1 hour time slot appointment at the time its due. Or have an option that if you pick a due time as well as date, it will add it as an appointment for that time, or as a todo for that date.
uncled1023 said:
I would love for it to add like a 1 hour time slot appointment at the time its due. Or have an option that if you pick a due time as well as date, it will add it as an appointment for that time, or as a todo for that date.
Click to expand...
Click to collapse
Looks like it's really simple to use the Google Calendar API. I'll definitely try it out. If I ever add it, I'll be sure to post here telling you I did!
EDIT: Hmm, I don't think the Calendar API works with Silverlight... so that could be tough to add in. I don't have the skills right now to figure that out (hell I'm just starting to learn Java, it's my freshman year at college hah). Maybe in the future.
Looks like a nice app. Waiting for it to hit marketplace.
chaitanya91845 said:
Looks like a nice app. Waiting for it to hit marketplace.
Click to expand...
Click to collapse
It just hit the marketplace! http://www.windowsphone.com/s?appid=46a9c430-f253-4043-99c6-bc600335e9de
Unfortunately, I noticed a few bugs right after I submitted it 5 days ago.... so I already fixed them but the update won't be live until probably 12/16.
The major bug is that the homework tip will keep on appearing, even though the user has already seen it. For now, you could make it disappear by adding a homework item, and then before closing the app, edit the homework item, and then the app should remember that you saw the tip! It's an issue with me forgetting to put the SaveChangesToDatabase after the user clicked OK to the tip... very simple fix.
If you come across that bug (or the bug where in the Add Notes section, if you multitask and return to the page, it becomes unusable), please don't rate the app down cause of them... because they're fixed! Thanks and I'm looking forward to your feedback!
New version will also bring the ability to set custom reminders for exam items! (paid version).
why don't you just provide the same version XAP here? This will help XDA community users to test the bugs in new version as well
withwindows said:
why don't you just provide the same version XAP here? This will help XDA community users to test the bugs in new version as well
Click to expand...
Click to collapse
I don't think you can do the trial/paid thing with an XAP.
drumercalzone09 said:
I don't think you can do the trial/paid thing with an XAP.
Click to expand...
Click to collapse
Exactly. Otherwise I would be fine with providing the XAP
Version 2.0 coming in a week!
I'll be releasing an update that should hit the marketplace in about a week, adding tons of new features!
Live Tile showing how many items are overdue, due today, or do tomorrow, or none
Splash screen
Extremely advanced grade/GPA system
Contextual "+" add button
And more!
The grading system will allow you to enter individual grades (like Test 1, Test 2, homework 1, etc) for each class. Then it will calculate your current grade. WP7 doesn't really have any apps that do this, so Power Planner is basically the first!
It also calculates your cumulative GPA.
The grade/GPA system is extremely customizable and accepts everything from honors/AP classes, custom grade scales, weighted grades, classes with credits, classes with no credits, classes with 0 credits, grade scales with the letter "E" instead of "F", etc!
The grading system is exclusive to the paid version though, since that took a TON of work to add. The live tile, however, is available to everyone.
Look forward to an update in about a week! And tell your friends about Power Planner if they have a Windows Phone, thanks!
I'm sure some kids are going to get killed by their teacher because they use their phone in class Thanks though
seiferflo said:
I'm sure some kids are going to get killed by their teacher because they use their phone in class Thanks though
Click to expand...
Click to collapse
Lol yeah, some teachers are lame like that
i just got it and reviewed lol. everything is really nice. in college i have never had a problem using my phone in class. this app hopefully will help cuz i do well on exams, homework on the other hand is my downfall. 5*
chrisizzle492 said:
i just got it and reviewed lol. everything is really nice. in college i have never had a problem using my phone in class. this app hopefully will help cuz i do well on exams, homework on the other hand is my downfall. 5*
Click to expand...
Click to collapse
Thanks! I'm glad you find it useful and that you'll be taking advantage of the office hours/website feature. That's one of my favorites, since I usually throw away the class syllabus and can never find office hours lol.
Enjoy! If you have any questions, problems, or suggestions, you can find my email address in Power Planner's settings -> About page.
Update 2.0
Version 2.0 just hit the marketplace! New features include Live Tile, grading/GPA system, contextual "+" button for classes/exams, and more!
awesome app. to bad im not in school. how bout a a version for work
I bought this app. It's great, good job. One question, how does backup work in the new update? I was just checking it out, and i have to sign in to hotmail. Does it backup to Skydrive? Just wondering before i start entering passwords.
benjammin said:
I bought this app. It's great, good job. One question, how does backup work in the new update? I was just checking it out, and i have to sign in to hotmail. Does it backup to Skydrive? Just wondering before i start entering passwords.
Click to expand...
Click to collapse
Sweet I'm glad you got the update already!
Backup uses Skydrive. When you enter your password and email, you're giving it directly to Microsoft and it never sees me. That's how the Skydrive API works. I also never see your backed up data, it's all stored on your Skydrive account.
Once you backup, you can go to your SkyDrive and you'll see your data in a folder called IsolatedDataStorage. You can actually open the text documents in there and view the raw data if you would like!
ace10134 said:
Sweet I'm glad you got the update already!
Backup uses Skydrive. When you enter your password and email, you're giving it directly to Microsoft and it never sees me. That's how the Skydrive API works. I also never see your backed up data, it's all stored on your Skydrive account.
Once you backup, you can go to your SkyDrive and you'll see your data in a folder called IsolatedDataStorage. You can actually open the text documents in there and view the raw data if you would like!
Click to expand...
Click to collapse
What a good idea. I really want to develop for windows phone 7, but i have zero imagination or creativity haha.

[Toolbar] [5th July] ╫oxic ╫oOlbar Soon!

---
With the intention to simplify everyday navigation and enable users to keep themselves updated even if they are on a separate page/site (and hopefully save time for new and old users alike), we would like to present a new and innovative browser-based toolbar for PCs -
​
This Update of the Toolbar has been rechristened the Asylum Edition, after the famous rom of the same name, as we celebrate 1000 installs (633 Active Users) of our toolbar as of June 3rd, 2012.
May not be too many, but we certainly aren't de-motivated!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Features at a Glance:
UPDATE v3.0​​​
Search Bar
Web Search, xda forums, Google Play, Galaxy Note Wallpapers
Email
Get realtime notifications of new mails that arrive to any of your email accounts.
Facebook
View your friends’ updates, messages, and photos. Update your profile, upload photos etc.
Twtter
Log in, get your Twitter updates and send tweets right from your toolbar.
xda News
Latest posts and videos from the main portal page of xda-developers.com
News Ticker
Important updates, news and announcements generated everyday.
User CP
Subscribed threads, Online Friends, Private Messages and Edit Options.
Forums
Realtime feeds of the latest activity across all forums and threads in Samsung GT-N7000.
ROMs
Quick Links to the most popular ROMs for your device.
Guides
The best of Guides and Stickies – all at one place!
Pin It!
The “Pin It” button lets you grab an image from any website and add it to one of your pin-boards on Pinterest.com
YouSendIt
Send large files easily and securely right from your browser.
eBay
Stay connected to your eBay account.
Deals on Amazon
Stay updated on the latest deals on Amazon.com. Find deals quickly, before they expire, and search Amazon.com​
Please Note:
As is evident, there might be other issues too that are yet to crop up. We can only refine and improve upon them with increased participation from users.
Presently, the toolbar is relevant only for users navigating regularly to Galaxy Note forums and threads. (You may still download it to satisfy your hurt ego of not having one for your phone model )
The toolbar does not offer any new functionalities. Its purpose is to streamline and make more efficient the everyday user experience.
The links gathered and listed under the Essentials and ROMs section may very well be incomplete, or astonishingly missing more important ones. Please bring them to our notice (send a PM) and we will have them up in no time.
The toolbar might be least useful to you. Please help us by providing feedback as to what should be removed or added to better suit its purpose.
Last but not the least,
Special Thanks to
abhisahara for his wonderful support (and his infinite patience )
Jaagte Raho!!!!
If you like the work, please consider a small donation here
A special thank you to all developers for being patient while guiding users.
A Few Tips for those confused -
1. The Forums Menu in your toolbar generates Live feeds at intervals of 5 minutes, as and when threads are updated. Be sure that you are logged into your account at xda. By doing so, the toolbar will automatically update itself and display newer/updated threads that you haven't marked read.
2. The toolbar works the same way on IE, Firefox and Chrome (though I would recommend Chrome as it looks classy on it). In case you are on smaller screens, the toolbar may not fit the complete width. You can either see the other menu labels by clicking on the arrow key that appears on the extreme right or you could use the option to Shrink Toolbar.
Hope the toolbar is helpful. Do revert with your feedback to help improve.
Cheers!
Interesting
awesomeness!!
Thanks for bringing it out in its full awesomeness !! I see you have made some nice changes the last moment too. Sorry was sleeping the time you pinged
And glad to see that chrome has got a bit "seedha"
Cheers mate!!
abhisahara said:
Thanks for bringing it out in its full awesomeness !! I see you have made some nice changes the last moment too. Sorry was sleeping the time you pinged
And glad to see that chrome has got a bit "seedha"
Cheers mate!!
Click to expand...
Click to collapse
About time you got here! #(*)(@#%^&*@#$
Cheers!!
Very useful!
Thanks!
wonderful!! thank u..
This looks really interesting, thanks for your contribution. Sticky!
Peace!
very useful toolbar. cheers to your contribution!
Edit: @toxicthunder: Encountered unusual error, opening links from a third party app like skype. Error message popped-up: Google Crome is unresponsive. Relaunch now?
haven't encountered this error before i installed this toolbar.
JoshuaTumanda said:
very useful toolbar. cheers to your contribution!
Edit: @toxicthunder: Encountered unusual error, opening links from a third party app like skype. Error message popped-up: Google Crome is unresponsive. Relaunch now?
haven't encountered this error before i installed this toolbar.
Click to expand...
Click to collapse
Have been using chrome myself. Haven't yet seen the error you report.
Will look into it right away. Thank you for pointing it.
toxicthunder said:
Have been using chrome myself. Haven't yet seen the error you report.
Will look into it right away. Thank you for pointing it.
Click to expand...
Click to collapse
It may be due to a third party app or incompatibility. Thank you for your hard work.
Sent from my GT-N7000 using xda premium
I would like to know where the files are installed to so I can uninstall it from my machine. It doesn't register in the add/remove programs, and the location of any uninstaller is not obvious. Any help?
For the record the toolbar is very nice, I installed it to try it out and I like it, however it isn't of much use to me until we can change the device it is for and thus would like to remove it from my machine and not just from Chrome's list of toolbars.
Nieylana said:
I would like to know where the files are installed to so I can uninstall it from my machine. It doesn't register in the add/remove programs, and the location of any uninstaller is not obvious. Any help?
For the record the toolbar is very nice, I installed it to try it out and I like it, however it isn't of much use to me until we can change the device it is for and thus would like to remove it from my machine and not just from Chrome's list of toolbars.
Click to expand...
Click to collapse
The toolbar is uninstalled just like any other add-on.
For Chrome, just right-click on the toolbar icon (where you have rest of your add-on icons) and select remove.
thnx for making this mate..
i find it very usefull
I admit that it's a good idea, but it needs more work.
It is beatiful but it significantly slows down the loading of the pages.
So I unistalled it, a few minutes after I installed it.
giokou said:
I admit that it's a good idea, but it needs more work.
It is beatiful but it significantly slows down the loading of the pages.
So I unistalled it, a few minutes after I installed it.
Click to expand...
Click to collapse
well yes, i do admit it has its shortcomings.
primary reason for this is that I don't have access to the xda user database and hence had to rely on the session cookies for certain features. this is why the toolbar has to refresh itself each time you load a page.
edit: it slows down page loading. but not as significantly as you say
toxicthunder said:
edit: it slows down page loading. but not as significantly as you say
Click to expand...
Click to collapse
I am speaking of my experience only. It is possible that other members have different experiences.
Sure, you're always welcome to your opinions.
Sent from my GT-N7000 using xda premium
Wow...very nice!
Thank you for making my "Note-World" better!

Categories

Resources