Please Like, Share, Subscribe & Comment - it all helps me create more content for you! 👉 Download Fudget: www.fudget.com 👉 My Courses - dannys.link/courses 👉 My VSCode Setup - dannys.link/vscodesetup 👉 DONT CLICK THIS - dannys.link/dontclick
I like the way you inform users to upgrade to pro version, you allow users to use pro features for one day with video instruction, this is a great approach to promote the apps !!!
Fantastic video and channel! Lots of great value. First video I watched was customizing the terminal prompt and that led me to your amazing story on creating Fudget. So incredible!
Informative as always, Danny. I enjoy the way you code and describe things, it's very matter of fact. A lot of other channels tend to over complicate themselves whereas your simplicity really resonates with how I learn and think. Really appreciate your content, my man!
Thanks again for making another awesome video! I'm surprised your channel doesn't have 100k+ subs yet, but I'm sure you'll get there soon. Still deciding what I am going to go with to create my app. I'm leaning Quasar, but I haven't seen too many examples of Quasar apps that exist. I think Quasar will make it easier to not have to recreate the app for both iOS and Android. But I also want to make sure it will still look and function as good with Quasar
Thanks for the kind words. I have a couple of little Quasar published apps , Email Snippets on Mac & Counter Calculator on iOS. I'm creating Fudget 2 with Quasar & so far the performance is great.
Danny is one of the best teacher anyone could ever have, I have learned a lot in his courses, everything straight to the points, and the projects are awesome !!!
Once again a great video Danny! Lots of important and useful tips. In one of my projects (mpu-easy.de) I am also using the freemium model. In the future I have to get more involved with App Stores and App Store Optimization. Your suggestions in this area have been really insightful. Thanks a lot!
Again a great and useful video from you. And thank you again. I am also looking forward for the AdMob part of your "Real world Quasar App" so if it's not too much to ask: Are you using some cordova plugin (if yes - which?) for AdMob or you are handling it in some other way? Anyways... keep up the good work.
Danny, muchas gracias por compartir tu experiencia para lograr que tu app fuera exitosa. Ahora miraré tu serie sobre Quasar para desarrollar una aplicación real.
Thanks for this. Questions: So if I do not know how to program myself what would be a good site to use to make an app? I have found one but I was curious about your opinion. 2nd question what would it cost for me to pay someone to create 1 that's custom? Thank you
I'm not sure, I've never paid anyone else to make an app for me, so I don't have any recommendations, or much of an idea of cost. However, the cost will vary enormously depending on the complexity of the app and whether you use an agency or a freelancer etc...
Great as always, Danny! Thanks. I'm wondering if there is a way to help one decide what programming languages, frameworks, etc. to use? I want a website that is also a mobile app. I have learned that by making a Progressive Web App I can code once and it works on every platform, but I am still trying to decide what frameworks and languages and backend platforms and tools to use out of the myriad of choices. ~ I know, you will probably say, "Hire a company", but I don't have the money and I love doing it myself. Also, do you have a way of outlining the app functions and development steps? All that would make a great vid!
Hey Page. I can’t tell you what stack to use - it depends on the unique needs of the project. Even on my own projects which I understand inside out I’m not always 100% on what to use. For Fudget 2 I’m using Quasar for the front-end - I’m pretty sure this is the right choice as nothing else comes close for cross platform apps. But for the database, I currently have Firebase in mind but I’m not 100% sure this is the right choice. The problem is it’s practically impossible to figure out how much it will cost me. How many users will it have? How many document reads will each user make each day? How many document writes will each user make each day? I just don’t know the answers to these questions so I don’t really know if I should use Firebase or AWS or Mongo Cloud or something else. Best you can do is get to know all the benefits and costing of each solution as much as you can, also consider what will be easiest to learn & implement, what matches your project needs the best and try to make a decision. You might find my new “Creating a Real World Quasar App” series helpful. I’m documenting the creation of a real app (Fudget 2) and not just a tutorial app. Part 2 is dropping tomorrow. 👍
@@edu2212 I see what you mean. I meant what I said at the time. However, after I released Fudget 2, I was receiving a lot of negative reviews (average rating was 3.9) and this was really hurting the app. You can learn more about why this happened here: www.fudget.com/fudget1 I was working with a well known app marketing agency (discovered here on UA-cam). They recommended prompting for the star rating soon after launch. I was reluctant to do this. However, it did work and the average rating is now quite high. I think this is because, when you only ask for the star rating, most people just tap 5 stars (just to get rid of the pop-up). It's a bit sneaky, but it was necessary at the time. The downside of this is that I don't get many written reviews now (mostly just the star rating). However, I may start asking for a more detailed review after the user has used the app for a while. Or, I might just get rid of this early prompt altogether (now that the negative reviews have died down a bit). 👍
Danny, can please provide a video on using Vuex4 store in QuasarV2. When I use the following code, setup() { return { randomNumber: computed(() => store.getters['item/getRandomNumber']) } }, I get a lint error - "Unsafe member access ['item/getRandomNumber'] on an any value.eslint@typescript-eslint/no-unsafe-member-access"
I'm not sure. I would guess it'll be in 3-6 months time. Yeah so far it's been amazing with Quasar 2! Look out for my series about it starting next week, "Creating a Real World Quasar App"! 👍
Please Like, Share, Subscribe & Comment - it all helps me create more content for you!
👉 Download Fudget: www.fudget.com
👉 My Courses - dannys.link/courses
👉 My VSCode Setup - dannys.link/vscodesetup
👉 DONT CLICK THIS - dannys.link/dontclick
I like the way you inform users to upgrade to pro version, you allow users to use pro features for one day with video instruction, this is a great approach to promote the apps !!!
I appreciate that Ninja!
Fantastic video and channel! Lots of great value. First video I watched was customizing the terminal prompt and that led me to your amazing story on creating Fudget. So incredible!
Thanks Daniel!
Informative as always, Danny.
I enjoy the way you code and describe things, it's very matter of fact. A lot of other channels tend to over complicate themselves whereas your simplicity really resonates with how I learn and think. Really appreciate your content, my man!
yeah, so true
Thanks Brandon that's very kind!
Super cool video
I like the way you explain things you are great
Thank you so much 😀
@@MakeAppswithDanny Welcome
Awesome, I'm taking notes, you are really good. I like all the tips, including them on my app plan from the start
Great, Luis. Good luck with your app(s)! 👍
Thanks again for making another awesome video! I'm surprised your channel doesn't have 100k+ subs yet, but I'm sure you'll get there soon. Still deciding what I am going to go with to create my app. I'm leaning Quasar, but I haven't seen too many examples of Quasar apps that exist. I think Quasar will make it easier to not have to recreate the app for both iOS and Android. But I also want to make sure it will still look and function as good with Quasar
Thanks for the kind words. I have a couple of little Quasar published apps , Email Snippets on Mac & Counter Calculator on iOS. I'm creating Fudget 2 with Quasar & so far the performance is great.
Danny is one of the best teacher anyone could ever have, I have learned a lot in his courses, everything straight to the points, and the projects are awesome !!!
@@maskman4821 Thanks Ninja!
Great video Danny! You're an inspiration!
Thanks Arjon!
Great video! Btw, cloud you do one about adding AdMob to a quasar project?
Thanks Ozi! I’ll probably cover admob in my “Creating a Real World Quasar App” series at some point.
@@MakeAppswithDanny please bring it soon
Subscribed to u yesterday only
I was in search for channel like u
great work
Keep going
Once again a great video Danny! Lots of important and useful tips. In one of my projects (mpu-easy.de) I am also using the freemium model. In the future I have to get more involved with App Stores and App Store Optimization. Your suggestions in this area have been really insightful. Thanks a lot!
Thanks Jens. Glad it helped!
Very inspiring, I am an iOS app developer myself, I am working on my own app. Thanks for the tips.
Best of luck with your app 👍
Great video! That's available for ANY startup as well.
yeah
Thanks Dragos!
Again a great and useful video from you. And thank you again.
I am also looking forward for the AdMob part of your "Real world Quasar App" so if it's not too much to ask: Are you using some cordova plugin (if yes - which?) for AdMob or you are handling it in some other way?
Anyways... keep up the good work.
Thanks. Yeah Fudget uses the AdMob Pro Cordova plugin: github.com/floatinghotpot/cordova-admob-pro
Hello.
Thanks for your shared.
Welcome 👍
Danny, muchas gracias por compartir tu experiencia para lograr que tu app fuera exitosa. Ahora miraré tu serie sobre Quasar para desarrollar una aplicación real.
¡Gracias Sergio!
Thanks for this. Questions: So if I do not know how to program myself what would be a good site to use to make an app? I have found one but I was curious about your opinion. 2nd question what would it cost for me to pay someone to create 1 that's custom? Thank you
I'm not sure, I've never paid anyone else to make an app for me, so I don't have any recommendations, or much of an idea of cost. However, the cost will vary enormously depending on the complexity of the app and whether you use an agency or a freelancer etc...
@@MakeAppswithDanny Thank you Danny, ill look into freelance and some companies. What I'm thinking isn't complex so something pre-made could work.
Great as always, Danny! Thanks. I'm wondering if there is a way to help one decide what programming languages, frameworks, etc. to use? I want a website that is also a mobile app. I have learned that by making a Progressive Web App I can code once and it works on every platform, but I am still trying to decide what frameworks and languages and backend platforms and tools to use out of the myriad of choices. ~ I know, you will probably say, "Hire a company", but I don't have the money and I love doing it myself. Also, do you have a way of outlining the app functions and development steps? All that would make a great vid!
Hey Page. I can’t tell you what stack to use - it depends on the unique needs of the project. Even on my own projects which I understand inside out I’m not always 100% on what to use. For Fudget 2 I’m using Quasar for the front-end - I’m pretty sure this is the right choice as nothing else comes close for cross platform apps. But for the database, I currently have Firebase in mind but I’m not 100% sure this is the right choice. The problem is it’s practically impossible to figure out how much it will cost me. How many users will it have? How many document reads will each user make each day? How many document writes will each user make each day? I just don’t know the answers to these questions so I don’t really know if I should use Firebase or AWS or Mongo Cloud or something else. Best you can do is get to know all the benefits and costing of each solution as much as you can, also consider what will be easiest to learn & implement, what matches your project needs the best and try to make a decision. You might find my new “Creating a Real World Quasar App” series helpful. I’m documenting the creation of a real app (Fudget 2) and not just a tutorial app. Part 2 is dropping tomorrow. 👍
Loved your video man, but on Android I got asked for a review right after the tutorial LOL
Thanks. Do you mean you were asked for a review in the Fudget 2 app after the walkthrough?
@@MakeAppswithDanny yeah that's what I ment! It's fine for me but I felt that it didn't align with what you said on the video
@@edu2212 I see what you mean. I meant what I said at the time. However, after I released Fudget 2, I was receiving a lot of negative reviews (average rating was 3.9) and this was really hurting the app. You can learn more about why this happened here: www.fudget.com/fudget1
I was working with a well known app marketing agency (discovered here on UA-cam). They recommended prompting for the star rating soon after launch. I was reluctant to do this. However, it did work and the average rating is now quite high. I think this is because, when you only ask for the star rating, most people just tap 5 stars (just to get rid of the pop-up). It's a bit sneaky, but it was necessary at the time.
The downside of this is that I don't get many written reviews now (mostly just the star rating). However, I may start asking for a more detailed review after the user has used the app for a while. Or, I might just get rid of this early prompt altogether (now that the negative reviews have died down a bit). 👍
Thanks Danny.
This Infos are very very helpful!
Glad it was helpful Basar!
Danny, can please provide a video on using Vuex4 store in QuasarV2. When I use the following code,
setup() {
return { randomNumber: computed(() => store.getters['item/getRandomNumber']) }
},
I get a lint error -
"Unsafe member access ['item/getRandomNumber'] on an any value.eslint@typescript-eslint/no-unsafe-member-access"
When do we get a first release of fudget 2?
Did Quasar made the development of fudget 2 easier?
Keep going !!
I'm not sure. I would guess it'll be in 3-6 months time. Yeah so far it's been amazing with Quasar 2! Look out for my series about it starting next week, "Creating a Real World Quasar App"! 👍
Hi Danny! Super helpful. Did you create your own app or did you hire an app developer? If you made it yourself, do you do freelance work?
Thanks Michele. I did it all myself. I'm not looking for freelance work at the moment! 👍
When are you going to make videos on amazon clone 😂
No plans for that at the moment, Rj.