Loading...
Answers
MenuWhere can you I go to buy inexpensive mobile apps?
I'm looking to spend less than $5,000
Answers
If you're just working on an MVP you can use a freelancer sight like Upwork, but you have to be careful in your hiring.
1) Post a job stating everyone that applies should give you their github / bitbucket username and Trello username.
2) For the top 5 most promising people to apply, give them a simple task which should take about 30 - 60 min for a decent developer to do (e.g. implement this screen with these one or two actions).
3) Pick the developer that actually delivers exactly what you asked for the fastest, and in the most professional manner (not asking a million questions, etc.).
To assign and track this and subsequent tasks use a Trello board with three columns:
To Do
Doing
Done
Ask the developer(s) to update the Trello cards in real time so you can keep track of what they're working on and for how long.
If you'd like any more specific advice in relation to your specific app idea let me know,
best,
Lee
I acquired my first monetized app from the original developer in October last year.
There are a ton of app and website brokerages out there, with a wide range of quality available - be prepared to kiss a lot of frogs before you find your Prince Charming!
I originally purchased my app business through Empire Flippers (empireflippers.com), and couldn't have been happier with their process and quality, but they've been gradually upping their minimum asking price for listings - I think they currently stand at ~$25k right now. Flippa.com is probably the biggest and best-known brokerage out there - I've used them several times from the sellers' side. They have tons of apps for sale at ~$5k (and lower), but tread carefully and do your due diligence: there are tons of scam and copycat apps out there by sellers who intend to take your money and leave you with a lemon. QuietLight and FE International are also fairly well-known website/app brokerages, although I can't comment as to the quality of their listings, not having personal experience with them.
You can also approach it the other way, by searching for the kind of apps you want to acquire, and contacting the developers directly to ask them whether they'd consider selling.
Hope that helps, and congrats in advance, the journey you're about to embark on is a really exciting, educational (and humbling) experience! =) I love talking about this stuff, and am happy to answer more questions, so feel free to set up a call, if you're interested. ~Jason
I believe that you must be ready to spend more than $5000. The rapidly changing business environment and technological innovation changed the way we were doing business. You will not find any business that is not looking for a mobile application to reach out to their customers. We all clearly understand and accept the fact that the use of smart mobile phones and the Internet has flourished in the past 6 to 10 years, and in the phase of continued growth. Regardless of the size of any company, you need to have a mobile application. Business leaders always try a plethora of ways to reduce the cost of developing a mobile application, without compromising the overall quality of the application. The cost of developing a mobile application majorly depends on several factors, such as features, platform, and specific users.
Clutch is one of the top platforms and most frequently mentioned in search engine result pages for software and mobile app development. This platform provides you with a piece of detailed information about minimal project sizes, hourly rates, and the profiles and portfolios of top IT companies, as well as providing its own company ranking system.
The matrix data of leaders:
a. The Mode for the developer’s cost per hour: $150-$199.
b. The median for the fees of the top 10 developers: $120-$150.
c. The average project estimation starts from $25K.
d. The companies with higher prices generally have higher minimal project volume.
e. Top mobile app developers are concentrated in India, NY, LA, and London.
The average cost of developing an app is around $ 171,450 (an average of $ 150 an hour), which represents around 1,143 development hours. Also, the total price of the application can go up to $ 727,500 if any complex functions are implemented in the mobile app.
The average minimum mobile app development project is between $ 5,000 to $ 10,000. Also, the typical cost of building a mobile app is likely to be much higher.
The average cost of creating a mobile app for the enterprises is around $ 140,000 (VDC Research)
Available app cost calculators indicate a price range of around $ 267,000 to $ 360,000 for complex and multi-feature mobile apps.
Regarding the mobile application development timeline: it generally takes above 80% of application development for 3+ months; 40% of mobile applications created in 6+ months.
Besides if you do have any questions give me a call: https://clarity.fm/joy-brotonath
Related Questions
-
What is the best technology for developing a new mobile app from scratch?
There are two sides to that question. One is the mobile app itself and the other is the backend. If I misunderstood in any way and you didn't mean "native" app I apologize in advance. On the backend, there is no clear cut answer to which is the "best". It depends solely on the developers you are able to get. We for example use Node.js , mongoDB, redis, elasticsearch and a couple of proprietary tools in the backend. But you have your pick of the litter now both on the backend api and the datastore with the myriad of options available and touted as the "best" currently on the market. Now on the app side again it solely depends on what you need your mobile app to do. Experiencing first-hand "develop once, run anywhere" I can say it's more like "develop once, debug everywhere" to quote a Java saying. We have tried Phonegap and Titanium Appcelerator and we have switched to native (ObjC and Java) after a couple of months of trying to go the hybrid route. The reasons behind the choice are as follows: - anything that breaks the pattern of how those frameworks NEED to operate is just a huge technical debt that keeps accruing a huge interest. - anything that uses css3 accelerated animations on Android is buggy at best and slow as hell at worst on any lower (< 4.1 I think) versions of Android I hope this gives you some insight. If you need/want to ask me anything feel free to contact me. MihaiMP
-
Whats are some ways to beta test an iOS app?
Apple will allow a developer to register 100 UDID devices per 12 month cycle to test via TestFlight or HockeyApp. Having started with TestFlight, I would really encourage you NOT to use it, and go directly to HockeyApp. HockeyApp is a much better product. There is also enterprise distribution which allows you far more UDID's but whether you qualify for enterprise distribution is difficult to say. As part of your testing, I'd encourage to explicitly ask your testers to only register one device. One of the things we experienced was some testers registering 3 devices but only used one, essentially wasting those UDID's where we could have given to other testers. Who you invite to be a tester should be selective as well. I think you should have no more than 10 non-user users. These people should be people who have either built successful mobile apps or who are just such huge consumers of similar mobile apps to what you're building, that they can give you great product feedback even though they aren't your user. Specifically, they can help point out non obvious UI problems and better ways to implement particular features. The rest of your users should be highly qualified as actually wanting what you're building. If they can't articulate why they should be the first to use what you're building, they are likely the wrong tester. The more you can do to make them "beg" to be a tester, the higher the sign that the feedback you're getting from them can be considered "high-signal." In a limited beta test, you're really looking to understand the biggest UX pain-points. For example, are people not registering and providing you the additional permissions you are requiring? Are they not completing an action that could trigger virality? How far are they getting in their first user session? How much time are they spending per user session? Obviously, you'll be doing your fair share of bug squashing, but the core of it is around improving the core flows to minimize friction as much as possible. Lastly, keep in mind that even with highly motivated users, their attention spans and patience for early builds is limited, so make sure that each of your builds really make significant improvements. Happy to talk through any of this and more about mobile app testing.TW
-
What is a better title for a startup head....Founder or CEO? Are there any pros/cons to certain titles?
The previous answers given here are great, but I've copied a trick from legendary investor Monish Pabrai that I've used in previous startups that seems to work wonders -- especially if your company does direct B2B sales. Many Founders/ CEOs are hung up on having the Founder/ CEO/ President title. As others have mentioned, those titles have become somewhat devalued in today's world -- especially if you are in a sales meeting with a large organization. Many purchasing agents at large organizations are bombarded by Founders/ CEOs/ Presidents visiting them all day. This conveys the image that a) your company is relatively small (the CEO of GM never personally sells you a car) and b) you are probably the most knowledgeable person in the organization about your product, but once you land the account the client company will mostly be dealing with newly hired second level staff. Monish recommends that Founder/ CEOs hand out a business card that has the title "Head of Sales" or "VP of Sales". By working in the Head of Sales role, and by your ability to speak knowledgeably about the product, you will convey the message that a) every person in the organization is very knowledgeable about the ins and outs of the product (even the sales guys) and b) you will personally be available to answer the client's questions over the long run. I've used this effectively many times myself.VR
-
Where can I find programmers willing to join a growing mobile start up for equity only?
You won't find anyone worth adding to your team willing to work for equity only, no matter how compelling your product and business is. The realities of the talent market for mobile developers anywhere is such that a developer would be foolish to work only for equity unless they are a cofounder and have double digit equity. Happy to talk about hiring and alternatives to full-time hires.TW
-
Business partner I want to bring on will invest more money than me, but will be less involved in operations, how do I split the company?
Cash money should be treated separately than sweat equity. There are practical reasons for this namely that sweat equity should always be granted in conjunction with a vesting agreement (standard in tech is 4 year but in other sectors, 3 is often the standard) but that cash money should not be subjected to vesting. Typically, if you're at the idea stage, the valuation of the actual cash going in (again for software) is anywhere between $300,000 and $1m (pre-money). If you're operating in any other type of industry, valuations would be much lower at the earliest stage. The best way to calculate sweat equity (in my experience) is to use this calculator as a guide: http://foundrs.com/. If you message me privately (via Clarity) with some more info on what the business is, I can tell you whether I would be helpful to you in a call.TW
the startups.com platform
Copyright © 2025 Startups.com. All rights reserved.