General :: Time Tracking App With Parallel Timers
Apr 14, 2012
I need a time tracking app. There is a lot of time trackers on Google Play and I've tried a lot of them, but in every app I missed one important feature: parallel timers for different clients and jobs.
I need:
- to define my clients, to define my jobs I do for the clients, to define projects.
- to simply choose client, project and kind of job and then start the timer
- to simply start and stop MULTIPLE timers (start and stop one timer, while second timer is still running)
- to export all data in usable form (for billing my clients)
Example of what I mean:
- My job is phone support. I am sitting at home and answering phone calls. I am payed for hours, so I need to start timer and leave it running almost all day untouched (except of lunch time).
- Because I spent most of the time by waiting for calls, I simultaneously do other jobs. I write articles, compose music and do some other work for other clients. So I need to start and stop timers according to actual work - but the "phone support timer" has to be also running. When I am - for example - writing an article and someone calls me, I need to stop "writing article timer", pick up the phone and solve customer's problem. When I drop the phone, I need to start "writing article timer"... etc...
This kind of app with parallel timers I've used on my Psion PDA back in 1998, but I can't find similar app for Android phones.
View 8 Replies
Mar 16, 2009
I travel to different places to visit clients and spend few hours with each client any given day. Most of the time I am busy or forget to use a time tracker application to log my time in and time out. Are there any application out there that track time spent on a specific location. I use locale but it doesn't give me time spent at specific a location.
View 6 Replies
View Related
Sep 27, 2010
Are we able to establish both WiFi and 3G connections at the same time on Android 2.1? We are implementing a "make-before-break", so that WiFi can be switched to 3G before tearing the WiFi connection down. Please guide if you have come across this.
View 2 Replies
View Related
Oct 14, 2010
I have an android app, where in a list view for each element in list, I load an image from web in a separate thread. So if there are 8 items displayed in list view, activity will try to fire 8 different threads, one for each list item to load an image. As you scroll down the list, the number of threads may increase if the previous threads haven't finished executing.
I am curious to know how many simultaneous threads can a single android app execute in parallel? Is there a limit? I wouldn't expect these threads to cause a ANR over slow internet connection as they are independent? But it seems that ANR does happen and may be it's because app/device run low on resources, so spawning a new activity in UI takes more than 5 seconds which results in an ANR?
Any clues to how I can make responsiveness better on a slow internet connection will be appreciated.
View 2 Replies
View Related
Jun 29, 2009
I have an android application which has a service running. After 20 mins from that service and other systems (such as GPS) starting I would like it to automaticly stop. I assume I need to use a Timer for that?
View 2 Replies
View Related
Sep 5, 2010
I found this code for Android timers.
CODE:.......
I need to understand one thing... the comments say that this method runs in the same thread as the Ui does it mean that this method will keep running even when the screen is turned off or the activity is pushed to the background for eg. in case of an incoming phone call ?
View 1 Replies
View Related
Aug 4, 2010
There are few built in ways to invoke a timer using the Android stack, A good example is the Chronometer. (http://developer.android.com/reference/android/widget/Chronometer.html) I would like to integrate piece of code (A thread)that implements timer using the Thread.sleep() method. I plan to have a Service tat invoke this thread and communicate with it. Are there any disadvantages of using the sleep() method over Chronometer?
View 1 Replies
View Related
Apr 2, 2010
Has anyone found the call timers feature ? im looking for the outgoing, incoming, and lifetime timers.
View 1 Replies
View Related
Feb 27, 2013
I'm looking for a app for Android, that can send me the coordinates by SMS to me. Lets say I send a text to the phone, my GPS-tracking Android phone, hidden in car must respond back with another SMS. Preferably with a link to Google Maps. I've found a couple of Apps that can send the position to their web page, but through GPRS/3G connection.
Is there any app that can auto respond with the coordinates back by SMS?
View 1 Replies
View Related
May 24, 2012
Is there a way by either an internal file or maybe an app to be able to track the boot log sequence of an Samsung Epic Touch (4G) Sprint (Or any other Android phone for that matter) . so if I have an error or an app is acting up I can tell which app or where in the boot up sequence there is a problem and what is causing it.
Now I have to uninstall the latest apps until I find the one that is causing a problem.
Also is there a way to for lack of a better word to (safe mode) or similar?
View 1 Replies
View Related
Feb 21, 2013
I am an outdoors person who really depends on GPS tracking. The only app I have tried is Google's "My Tracks". Although it has potential and some cool features like working with Google Earth. The app itself has been very unreliable. Tracking way off coarse, back tracking traces that never happened. Stats that are insane...
I really hope it is the app and not a inadequate GPS system built into the Galaxy s3.I know there are many other GPS trail apps available.
I have tried using an app called "Gpsfix". I did not notice any change.
View 1 Replies
View Related
Aug 18, 2010
I'm just wondering if the "X" being the latest Hi-End phone has some of these "Basic" features, and how to make them work.
My Oooold Moto Razr & old Blackberry Perl there were (1) different ring tones for text, alarm, incoming-ring, etc. You could also set different levels of volume for each.
(2) You could lock individual applications (password protected), like text, recent calls, phone book, etc.
(3) You could also set a timer for phone to SHUT Off, and Turn ON - and pick weekdays, or weekends, or each day.
I haven't been able to figure out these BASIC things on the X yet. Can I download any apps for this, incase Moto Droid forgot to include these basic features on their hi-end phone?
View 1 Replies
View Related
Mar 13, 2010
I have a TimerTask task calling a function onTimerComplete() in its run()
onTimerComplete() looks something like this:
CODE:...............
I make a Timer t and I schedule the TimerTask with t.schedule(task, 2000);
The problem is, when the timer is up and the task runs my onTimerComplete() but that function does not finish. It runs myFunc1() but never finishes it nor does it ever call myFunc2()
However, if I call onTimerComplete() directly, everything works.
View 1 Replies
View Related
Nov 21, 2013
how to develop android based GPS tracking device with online checking the data of the position.
There are various applications available but i can't get any start.
i found a Google open source application but still it don't have online data checking feature.
View 1 Replies
View Related
Jun 18, 2012
Just got my first ICS phone. I'm looking at the data usage analysis tool, and I see that the vast majority of my data usage falls under the heading "Android OS", which sounds pretty generic. Is that some catch-all meaning "anything which doesn't fall under something else", or is it something more specific which I could easily control? What does "Android OS" mean in the context of Data Usage?
View 1 Replies
View Related
Feb 21, 2013
I am a developer with an existing android app. Users have asked for a wifi only mode to avoid roaming charges when traveling. I believe I have set it all up successfully but want to be able to validate that theory..
What I am trying to figure out is if there is an app or other way to trap the data coming out of the app via the cell network (lots of background web service calls). Since I do not own all of the web services, I cannot trap from the server side.
I basically want to turn on a trace like you would do in SQL, and look at what is being transmitted on the phone when wifi is off but cell is on. I don't need the actual packets, just that a call was made to one of my https services. If a call is made in wifi only mode, then I know I didn't get everything.
View 1 Replies
View Related
Aug 3, 2013
is my cacrrier can know my location using my sim card ?
if yes, is there anyway to stop them ?
View 1 Replies
View Related
May 31, 2014
Is there any app in android which will track the activities going on in phone. Activities like at particular time a particular app was opened and it was closed in some time.. Screenshot was taken at particular time? Is there any app which logs these kind of information.? I heard about logcat extreme app but it is for developers it is complex. I don't requires such complex info app. Just basic things r required. Is there any such app which logs all the activities going on in phone?
Nexus 5 using Tapatalk
View 3 Replies
View Related
Nov 4, 2010
Often during my calls I can hear a call waiting tone (double beep) but when I look at the screen there is no parallell call? Am I hearing the other persons call waiting or is it a glitch in my phone? I had this issue on every ROM, 2.1, 2.2 and live in Sweden (if it makes a difference)
View 3 Replies
View Related
Jul 14, 2009
I have had to program some applications that require large amounts of timed tasks to occur. However, I'm afraid to create so many timers because I haven't been able to figure out how they are handled by Java. Is there a problem with starting large quantities of scheduled tasks? If so, what is the better alternative?
View 2 Replies
View Related
Sep 15, 2010
I've looked for this and I can't find it, so I hope I'm not being stupid . All I want to do is reset the call timers and packet data sent on a monthly basis on my HTC Desire so I can tweak my monthly usage if necessary and not exceed my quota. I can't find a call usage summary anywhere on the phone; all I can find is individual times etc per recipient called.
View 2 Replies
View Related
May 6, 2012
My friend said that his carrier was tracking all his internet history.
Do any carriers do this.
View 3 Replies
View Related
Oct 23, 2013
I have a galaxy s2 running 4.1.2. Is there a way to disable or reset the data usage tracking?
View 7 Replies
View Related
Dec 1, 2012
System settings -> Location services -> Disable google's location service & Location&Google search
Are there any downsides to disabling those? I mean for other apps than googles? Because "Also allow permitted apps to use data from sources such as Wi-Fi andmobile networks to determine your approximate location" doesn't sound all that great to disable. It sounds like this would disable all the apps that want to access those services, not only the google ones, but that wouldn't be true would it?
Basically speaking, I just want to disable all of googles crap (Maps has the most horrible wakelocks ever and from what I can tell none of the other google services I use need my location) without limiting any other apps I might have installed.
View 1 Replies
View Related
Aug 12, 2013
How to delete older device from google's list now that the page to track your phone has gone live?
View 3 Replies
View Related
Mar 6, 2014
So, I've checked 'settings->apps->running' and I see that when I restart my phone the OS turn on Google location Manager, Google Play market, and some other thing.
I would really like if when I turn on my phone- no element could use my GPS unless I specifically tell it to run, then stop the usage when I tell it to close. Part of the tracking prevention, I imagine, will be done by disabling those services which are required for proper part functioning.
I suppose my questions are:
1) What services/elements should I disable?
2) How do I prevent them from running on startup?
3) How do disable parts of android to run on start up, in general?
Also I'd like to note that I would prefer not installing any apps or root the phone.
View 7 Replies
View Related
Dec 28, 2012
How can I determine if the current time is between two other time objects?
For example: current: 15:23, startTime: 22:00, endTime: 06:00. So the current time is not between this two other times, but this "23:47" is.
*I don't care about the date, only the time
I tried to do it like this:
Code:
Time startTime = getStartTime();
Time endTime = getEndTime();
Calendar c = Calendar.getInstance();
Time now = new Time(c.getTimeInMillis());
[Code]...
but it dosen't work well. their aren't any errors but it just dosen't work.
To be more precise the problem is that 15:35.after(22:00) return true... and I don't know why. I think that the problem is something with the dates but I don't know what
View 1 Replies
View Related
Feb 12, 2010
I have looked in the market and found several applications that will track your phone and plot a route. However, I was hoping to see if anyone has any suggestions on what the best app for this is? I need something that will plot a route and then allow you to follow it back for hiking and such.
View 6 Replies
View Related
Jun 8, 2010
Ever since I can remember, I had severe lag when rotating my home screen under 2.1 (usign both the stock launcher and LauncherPro). Basically, we I would rotate from vertical to horizontal or horizontal to vertical, the shortcut icons would display almost instantly, but the widgets could take up to 5 seconds to show up, during which time, the phone was unusable. I tried uninstalling and reinstalling apps, redistributing widgets, etc. and after not getting anywhere, gave up. Two days ago I went to the 2.2 update, and before hand did a complete reset/wipe on the phone. Since then I have reinstalled my apps and manually reconfigured all my settings. Guess what, I still have lag! I read threads all over the place where someone discovers XXX application was causing their phone to lag (K9 mail, Swype, and plenty of others have all been blamed), but without manually going through every possible combination of apps, how can I narrow it down? If this was happening on my computer, I would look at the task manager for something using a lot of RAM or showing CPU spikes, is there an equivalent I can do on android?
View 5 Replies
View Related
Jun 9, 2010
I need an app that will allow me to track my kids Moto Droid. Not just his current position but track where he has been as well. I need to be able to access this info from my Incredible or from a computer over the internet. Is there anything like this out there? I don't care if it costs a little $ as long as it works. It needs to be able to run without his noticing it.
View 49 Replies
View Related