Loading...
Answers
MenuWe need mentoring in Technology area for building app like Live plan and Biz plan for sales professionals for their strategic account planning.
Answers


Hi, my name is Kruno, I was senior software Architect on a couple of projects all around the world. For what I got from your video it is obvious that it will be some kind of client-server architecture. My suggestion for the client side is Spring Boot + MongoDB + AngularJS (for building admin panel).
If you wish to include a mobile app, a suggestion is Ionic 3 (https://ionicframework.com/docs/).
I hope that I helped, let's talk for more...


Good Day Prabodh, I am Ski, a tech maven of over 30 years with hands-on roles in numerous roles including CEO, CTO, DBA, and developer for over 12 startups and a "recovering" consultant to organizations that include the State of Ohio, The Town of Hilton Head Island, SC, LexisNexis, and Goldratt Consulting.
If you have ever watched the movie, Moneyball, or know of the work of the late Dr. Eli Goldratt, then you understand that mastering constraints is the shortest path to the success you seek. Please do not spend money you don't have and must raise to reinvent the wheel.
Let's talk.
I am developing an app in India, after doing a lot of research, I found a very competitive, serious, and experienced company.
Very satisfied with their professional service & results.
Related Questions
-
What does it mean to 'grandfather you in' in the tech world?
It stands for allowing someone to continue doing or use something that is normally no longer permitted (due to changing regulations, internal rules etc.)
-
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.
-
iOS App: Beta vs Launch Quietly?
I would suggest launching in a foreign app store only (ex: Canada). That will allow you to get more organic users to continue iterating without a big push. I got this idea from Matt Brezina (Founder of Sincerely, previously Xobni) https://clarity.fm/brezina - he's the man when it comes to testing & iterating mobile apps.
-
What is the generally agreed upon "good" DAU/MAU for mobile apps?
You are right that the range is wide. You need to figure what are good values to have for your category. Also, you can focus on the trend (is your DAU/MAU increasing vs decreasing after you make changes) even if benchmarking is tough. Unless your app is adding a huge number of users every day (which can skew DAU/MAU), you can trust the ratio as a good indication of how engaged your users are. For games, DAU/MAU of ~20-30% is considered to be pretty good. For social apps, like a messenger app, a successful one would have a DAU/MAU closer to 50%. In general most apps struggle to get to DAU/MAU of 20% or more. Make sure you have the right definition of who is an active user for your app, and get a good sense of what % of users are actually using your app every day. Happy to discuss what is a good benchmark for your specific app depending on what it does.
-
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. Mihai