Tagged Questions
The charging tag has no wiki summary.
13
votes
4answers
2k views
How to charge/budget in agile software development projects?
How do you charge your customer in a project using agile methodology?
Per hour? Then a great deal of trust has to been established before the project.
Per iteration? There's gonna be a lot of ...
12
votes
5answers
716 views
How do I charge for self contracted jobs?
I'm in the position of inheriting a number of small (between 5 to 20 hr) jobs which largely involve providing fixes and changes to existing systems on a contract basis. I've never done the ...
9
votes
1answer
488 views
How to read the number of battery charges?
as mentioned above, I want to get the total number of battery chrarges.
The batery Intent I'm already using only shows me Level, Voltage, Temperature ... but not the total loading cycles.
4
votes
7answers
462 views
To charge or not to charge?
At our company we charge by the hour, which is actually broken down into 6 min chunks. At the end of the day you end up recording 8 HRS, 8.1 HRS (i.e., 8 HRS 6 min), etc. to a task, where the task ...
3
votes
8answers
291 views
What To Charge Clients For Work In Older Technologies? [closed]
There are clients of mine who are content with their VB6 and SQL 2000 applications that I have written them many moons ago. The applications run fine, require some maintenance, some bug fixes from ...
3
votes
9answers
530 views
What to charge [closed]
I plan to start a small company with a friend and we are trying to work out how to price for people that want to outsource to us for PHP, Python, (My|Postgre)SQL, HTML/CSS JS and SEO.
Assuming that ...
2
votes
3answers
181 views
iPhone App Distribution
is it possible to distribute an App via the App Store for free, in which You can only log in if you are using an extern charged Service
1
vote
3answers
189 views
Should we as developers charge extra for making code work with ie? [closed]
I ask this question because so many times i build a website then i have to spend sometimes as much time i took building the website, modifying code so it works in ie.
it takes a long time because at ...
1
vote
1answer
352 views
How much to charge for a WordPress plugin modification? [closed]
I have developed a WordPress plugin and I got an e-mail from a person who needs some customizations. He asks for an hourly rate, but I'm used to charge per work, not per hours.
The customization will ...
1
vote
1answer
316 views
UI/UX design or audit - how to measure the costs?
lately I've been asked to do a UI or UX audit and to be honest I truly don't know how to charge people for this... The story is that I've used some portal X and I've started complaining about how ...
0
votes
1answer
109 views
android USB connection
How can I check the USB socket is plugged or not (Charging with AC / USB)? (android version 2.1 / 2.2)
I am writing a wireless charging application that I want to get different types of charging ...
0
votes
1answer
70 views
Broadcast receiver for POWER_CONNECTED
I want to register the receiver in code.
In my manifest I have this:
<receiver android:name=".MyReceaver">
<intent-filter>
<action android:name="android.intent.action.POWER_CONNECTED" ...
0
votes
0answers
25 views
Can I charge a user for a service ans still run ads on that service? [closed]
I'm building an text message reminder service where you schedule a reminder by texting your reminder to a SMS shortcode number (e.g. 34455), there is a price band of ZAR 1,00 to the shortcode, i.e. it ...
0
votes
2answers
858 views
iphone battery charging indicator
Context:
iPhone is connected to the PC via cable and power indicated 100% ( the icon of the batter contains a small power plug also)
Question:
In this stage the phone is powered directly from USB ...
0
votes
2answers
249 views
Will Apple approve an App that asks the user to enter his credit card number?
From reading discussions I understood that Apple will not approve an App that asks the user to enter his credit card number.
Is that correct?
Is there any way around it?
Thanks-
Nir.
0
votes
2answers
290 views
How to programmatically check whether the mobile phone is currently charging or is on battery?
do the mobile phones have an API function or something like that which could be called by a phone application to figure out whether the phone is currently charging or is on battery?
I guess that if ...
-4
votes
3answers
143 views
How to run my application when phone is charging or connected through WiFi? [closed]
I'm trying to create one application. That application runs only when the phone is charging or connected through WiFi to any device. Is there any method available to do this? How to do it?