[UPDATE] Cursor Composer shortcut now Cmd/Ctrl+I. Dive into Android app creation with AI insights! 👉 mrc.fm/cmc
@oplanteАй бұрын
on mine it's Cmd/fn+I
@ChadwickHornАй бұрын
@@oplante same
@humanbodyinformation2580Ай бұрын
Sir can you please tell me how to make or how to use on Android phone
@justinsilver3153Ай бұрын
Can you make a video about an Ai that can create 3d video games please🙏🙏🙏❤️
@iXernious14 күн бұрын
In mine it's cmnd+I
@syvern71972 ай бұрын
I searched tons of videos for that task and they were all fake just showing you how to make a web app and convert to an android app, this video is the only real one, you have no idea how much grateful i am that your channel popped on my notifications bar!!❤
@CreatorMagicAI2 ай бұрын
Amazing to hear this - thanks!
@JayParbz420Ай бұрын
Finally, from creation to implementation👍🏻 the value of this video is 101%. Short video but so much detail.👏🏻
@CreatorMagicAIАй бұрын
Thank you so much for your kind words!
@nicolegeorge8659Ай бұрын
This is impressive! For anyone inspired by this, I highly recommend learning the basics of Java. Start with understanding how to make HTTP requests using libraries like Volley and practice parsing JSON responses from APIs, such as a weather API. Mastering these fundamentals will help you build powerful apps like this and even more complex projects with ease. The foundation is key, starting to small and build up!
@CreatorMagicAIАй бұрын
Thank you so much for sharing your insights and providing actionable tips for our aspiring developers out there!
@kwizeragauthier9842 ай бұрын
The only video God wanted me to see today to end my struggle with simulator since 3 days for my app development project
@CreatorMagicAI2 ай бұрын
Yes!
@fahadhussain9824Ай бұрын
Can we really make any kind of android app and customize it and also publish in the app store as well?
@letahundredflowersblossom.4479Ай бұрын
@@fahadhussain9824🤣
@Nutchi1002 ай бұрын
This man must be protect at all cost.
@CreatorMagicAI2 ай бұрын
Thanks so much!
@DshimselfАй бұрын
Agreed
@Vbastin-p2rАй бұрын
Yes ohh
@Sitwayen2 ай бұрын
Thanks to this I managed to correct a project that had been sleeping for a year.
@CreatorMagicAI2 ай бұрын
Great news!
@JaesonL172 ай бұрын
Amazing tutorial! How is it that you only have 20k subs?!? If you’re reading this and not subscribed, do it! Let’s get this guy up in numbers!
@CreatorMagicAI2 ай бұрын
You're the best!
@tresormvumbi2 ай бұрын
@@CreatorMagicAI done ❤
@dbtwiddler25 күн бұрын
I only just started watching your content, and I like your style. On this particular tutorial, I suggest including content on how to address any security concerns, using such a workflow, to generate an app to install on our phones or tablets would raise. Questions like: 1. How to make sure that the generated code isn't stealing personal data? 2. How to make sure it isn't enabling some exploit of or backdoor into our home networks? I'm sure there are several others you can think of. Thanks for the great tutorial!
@CreatorMagicAI23 күн бұрын
I completely agree, security concerns are crucial when it comes to app development and I'll definitely consider adding a section on addressing those concerns in future tutorials!
@erronmkv2 ай бұрын
There you go... the drop I was waiting for
@CreatorMagicAI2 ай бұрын
Haha, right? I hope it was worth the wait!
@erronmkv2 ай бұрын
@CreatorMagicAI totally worth it!
@erronmkv2 ай бұрын
@@CreatorMagicAI totally worth it ✨
@hello123_24Ай бұрын
Very useful bro. Love from Tamil Nadu, India ❤
@CreatorMagicAIАй бұрын
So nice of you. Thanks!
@roy_fusion2 ай бұрын
this is the most helpful video I've seen all year
@CreatorMagicAI2 ай бұрын
Grateful.
@ivandeus5 күн бұрын
Wow, this is exactly what I was looking for!
@CreatorMagicAI3 күн бұрын
So glad to hear that our video was able to provide you with the information you needed!
@drake_kalemeeraАй бұрын
Wow! Clicking on a video and learning exactly what the title says and more? Thanks you lots 👍👍👍
@CreatorMagicAIАй бұрын
So glad!
@Sagar.Dahiya.2945Ай бұрын
Wow, that's amazing. I just built an app after watching your video, and it's pretty complex, but I was able to make it within 24 hours. Great, you just got a new sub.
@CreatorMagicAIАй бұрын
That's incredible to hear, congratulations on building your app in just 24 hours!
@hidden_vault2 ай бұрын
this looks like a game changer..hopefully it will let me create real advanced stuff without too much issues..thx for covering this
@CreatorMagicAI2 ай бұрын
Indeed and my pleasure!
@IIDreamy2 ай бұрын
Thank you, the artificial intelligence tools you provide are amazing.
@CreatorMagicAI2 ай бұрын
Glad to hear it!
@GetInTheSea10 күн бұрын
Thank you so much for this dive, literally just created a companion app for a game we're developing. Great work ! Cheers !!
@CreatorMagicAI9 күн бұрын
That's amazing to hear, I'm thrilled that my video could inspire and help with your project!
@XDSHIROXАй бұрын
9:26 bro the apk generated is debug apk which cant be uploaded to playstore unless signed
@CreatorMagicAIАй бұрын
Good catch - thanks for that - I'm not an Android developer but AI and people like you help me to learn!
@D4rK735560829 күн бұрын
True!
@Trend_Zone-zt4wvАй бұрын
Please make a a video on Android studio for the people like me who have zero knowledge about android studio. Just the basic use of android studio to advance level, even making the videos step by step session to make more easy for learners like me ❤️
@CreatorMagicAIАй бұрын
I completely agree and will definitely consider creating an Android Studio tutorial series for beginners.
@DeeAyeOne29 күн бұрын
Yes please... double down on needing an android tutorial
@alejandrodelgado742 ай бұрын
As a side note. If you build in kotlin you can deploy to iOS and Android from one codebase
@CreatorMagicAI2 ай бұрын
This comment right here is gold ✨
@nicolegeorge8659Ай бұрын
if you're building an app with Kotlin in Android Studio, it cannot be deployed directly to iOS as is. Android apps are built using Kotlin or Java, which compile to Android-specific bytecode, while iOS apps require Swift or Objective-C, which compile to iOS specific binaries.
@AGI-BingoАй бұрын
@@nicolegeorge8659is "directly" the main word here? Cause if not then you'd just call the original statement false... So is it possible to take a kotlin app and convert it to iOS ? Can you do anything other than UI ? For example getting gps data? Monitor health stats in the background etc ?
@ahmidosenadoro3642Ай бұрын
Flutter is the way to go
@zz9843-g1w15 күн бұрын
Flutter can do it!
@mohsinakhter5969Ай бұрын
Dear @CreatorMagicAI, Thanks a ton for sharing such wonderful short, crisp and to the point tutorial 🙂👍
@CreatorMagicAIАй бұрын
You're welcome, glad you found the tutorial helpful and easy to follow!
@dreadnort12 ай бұрын
great videos I tried creating an Android app in course even following along with the video nothing but errors the IOS one worked like a dream,
@CreatorMagicAI2 ай бұрын
Hmm, sometimes you need to persist a bit with the AI!
@Ron-j6i27 күн бұрын
Yea I ve been following to cursor Ai doesn't even syncits trash to havetocopy manually 😢😢😢😢😢
@johnaart2 ай бұрын
Now do an app for both android or ios using flutter or react native ❤
@CreatorMagicAI2 ай бұрын
Thanks for the idea!
@ChrisWhiteDJ2 күн бұрын
Massively appreciated Tutorial
@CreatorMagicAI2 күн бұрын
Thank you so much, I'm glad you found it helpful!
@CreatorMagicAI2 ай бұрын
Dive deeper into Android app creation with AI in our community 👉 mrc.fm/cmc
@synchronizedsoloist2 ай бұрын
testet your community and it says free during beta, but it just takes me in a circle when clicking around (the padlocked options) 🤷🏼♂
@vrajentertainments42882 ай бұрын
Flutter Ml App plz
@Mr.J-fh4icАй бұрын
How did you do it make a video for every step
@lesf5792Ай бұрын
@@Mr.J-fh4icHow will you learn? I think there are just the right amount of steps to get a person thinking and learning.
@CrazyGamerStudiosАй бұрын
Not working combination Shit+I or Shift+Ctrl... . Good clickbayt.
@anthony-jt2mvАй бұрын
Probably the most informative thing I've learnt this year
@CreatorMagicAIАй бұрын
Thank you so much for your kind words!
@kirdellsuraz278Ай бұрын
I have minimal experience when coming to making apps and I want to make my own city simulation game and you sir just gave me the tools to help with that project thank you a lot you got my subscription 🙌🙌🙌🙌🙌
@CreatorMagicAIАй бұрын
That's amazing to hear, I'm thrilled that my content could help inspire and empower you to pursue your city simulation game project, good luck and have fun!
@TayyarKtk16 күн бұрын
It's great. We are Flutter Developers. We are already using Curser AI. But in large Apps, Cursor AI's response is not really good, and it makes a lot of mistakes. Can you please share another AI tool to create or modify Android, iOS, or Flutter apps more advanced than Cursor AI? We would appreciate it. We really like your videos.
@CreatorMagicAI16 күн бұрын
Thanks for sharing your experience with Cursor.
@KindoMalay26 күн бұрын
This is awesome, thank you so much. The app I created didn't work the first few times, but w/ help and some coding chops, I was able to fix it.
@CreatorMagicAI26 күн бұрын
That's amazing to hear, congrats on persisting and getting your app up and running!
@OnBlast29 күн бұрын
Control + I opened it for me. Thanks so much. Great video.
@CreatorMagicAI9 күн бұрын
Glad it helped!
@me1306Ай бұрын
Great! It motivates me alot to start code instead of just hanging out 🇮🇳
@CreatorMagicAIАй бұрын
That's the spirit, glad to hear that the video motivated you to take action and start coding!
@LifelongMasteryАй бұрын
Amazing!! Thank You for being such a great teacher , I'll use this information in the future to create some apps I've been wanting to create.
@CreatorMagicAIАй бұрын
That's awesome to hear, I'm thrilled that you found the tutorial helpful and can't wait to see the apps you'll create!
@MuhammadAownRafaqat2 ай бұрын
You are a genius!!!!!!!!!!!!! Video popped up at the right time. 🥳🥳🥳
@CreatorMagicAI2 ай бұрын
Great to hear that and thank you.
@ayanparkash3239Ай бұрын
This video made me reimagine the possibilities of developing, thank you very much
@CreatorMagicAIАй бұрын
That's amazing to hear!
@techfixer154311 күн бұрын
Fantastic how to Android Studio & Cursor! I think I missed where the API token is entered for retrieving the real time weather data, or was it preloadef with fictitious data. Awesome and thank you!
@CreatorMagicAI9 күн бұрын
The API token is not explicitly entered in this tutorial. The AI looks for one.
@AkulSamartha28 күн бұрын
Amazing presentation skills bro. Your videos are so easily understandable. 👏
@CreatorMagicAI27 күн бұрын
Thank you so much for your kind words.
@SagarSagar-g1m9y8 күн бұрын
Made an app with your guidance...! Thank you very very much..!
@CreatorMagicAI3 күн бұрын
That's amazing to hear, congratulations on creating your app and I'm thrilled to have been able to help!
@geoffreymushipi44582 ай бұрын
Have been waiting for this 😊😊 finally
@CreatorMagicAI2 ай бұрын
Glad you like!
@vertimaron16 күн бұрын
This is my first entry to the channel, and I am mechanically pressing subscribe.😊
@CreatorMagicAI15 күн бұрын
Thanks so much!
@editorpareshАй бұрын
Amazing Creator (Because) you are making meaningful videos + responding to comments 👍
@CreatorMagicAIАй бұрын
Thank you for your kind words and support!
@batuemirseven2 ай бұрын
Thiiis! You are so underrated man, you should be getting at least a million subs
@CreatorMagicAI2 ай бұрын
Thank you so much!
@Nikon0R0072 ай бұрын
I've read the ai topic on reddit and people say that cursor ai is glitchy and two times more expensive than copilot. For me its hard to believe that everithing is that easy ad this guy shows.
@CreatorMagicAI2 ай бұрын
Sounds like Cursor AI might need a little more time in the oven! Let's hope it doesn't come with a side of glitches and a hefty price tag!
@Harrisonkuriaofficial28 күн бұрын
I had to subscribe to this channel. This thing is insane🎉🎉
@CreatorMagicAI27 күн бұрын
Thank you so much for the support.
@marklcov16 күн бұрын
Unbelievable video great work 🎉
@CreatorMagicAI16 күн бұрын
Thank you so much for your kind words and for watching!
@jessemaa24 күн бұрын
I love these videos! Could you make a similar one with Cursor, but using React Native instead? I'd love to see how it handles both Android and iOS at the same time.
@CreatorMagicAI23 күн бұрын
That's a fantastic idea, I'll definitely consider making a React Native version with Cursor in a future video!
@Pixelrbz2 ай бұрын
You are a legend 💪🏻 keep it up
@CreatorMagicAI2 ай бұрын
Thanks, will do!
@basseyndada60925 күн бұрын
You have a new subscriber I know this is taking me somewhere
@CreatorMagicAI3 күн бұрын
Thank you so much for subscribing and I'm thrilled to have you along for the journey!
@sunrise_787825 күн бұрын
Wow!! This is amazing, thank you for sharing ❤
@CreatorMagicAI23 күн бұрын
Thank you so much for your kind words and for watching!
@ryanm8rq18 күн бұрын
I camr across your channel today thank you so much for such a great video! Everything so clear Im in the process of creating my own app and this tutorial has helped me so much Subscribed 🎉
@CreatorMagicAI16 күн бұрын
That's amazing to hear, thanks for taking the time to share your story and I'm thrilled that the tutorial could help you with your app development!
@ryanm8rq16 күн бұрын
@CreatorMagicAI no problem
@luismontano268410 күн бұрын
Excelent video CM! thank you so much For sharing realy good content, AWESOME!
@CreatorMagicAI9 күн бұрын
Thank you so much for your kind words and for watching, I'm glad you enjoyed the video!
@KashifKhan-iw2ns7 сағат бұрын
Bro motivated me, a civil engineer to develop an app.😂
@mczeniith28222 ай бұрын
You are super human. Thanks for the video, I have been waiting for stuff like this for a very long time🤗
@CreatorMagicAI2 ай бұрын
Thanks a ton! Glad you liked it! I’ve got more cool stuff coming your way so stick around!
@wonnapeeАй бұрын
Good starting video. Gives a glimpse on how to do a simple stuff and get started
@CreatorMagicAIАй бұрын
Thanks so much for watching and I'm glad I could help you get started with the basics!
@AINMEisONEАй бұрын
Wow that was cool! So amazing to see how easy passion + and idea that benefits others can be made with AI augementing human intelligence! Thanks Magic Man
@CreatorMagicAIАй бұрын
Thrilled. Thanks!
@DoorCountyDronebyMarkEvenson20 күн бұрын
Great Video!! Very Well Explained! I just made my first app. Thanks!
@CreatorMagicAI20 күн бұрын
Congratulations on making your first app, that's amazing!
@DoorCountyDronebyMarkEvenson19 күн бұрын
@CreatorMagicAI I know there are alot of them out there but it's a drone weather map for flying. It's fun to Taylor it the way I want. Thanks again!!😊
@microDocs-worldinminutesАй бұрын
Thank You So Much Sir. I would have loved to ask if you can do another follow-up tutorial that is step-by-step guide on how to do some of these things: how to link up Cursor composer with Android Studio, How to test APK files in different screen configurations etc. Cheers!
@CreatorMagicAIАй бұрын
I'll definitely consider creating more in depth tutorials on those topics in the future, thanks for the suggestions!
@martinblue7710Ай бұрын
I have a project in 1 week for a app, struggled with my logic and working... Will try this app tommorow and hopefully it saves me. 😄
@CreatorMagicAIАй бұрын
Good luck with your project, hope this tutorial helps you get back on track and crush your deadline!
@NigusBasicEnglishАй бұрын
Amazing! Never thought it was that easy and interesting. SUBSCRIBED!
@CreatorMagicAIАй бұрын
Thanks so much for the kind words and for joining the community. I'm stoked to have you along for the ride!
@tybrady45982 ай бұрын
Wow! I had no idea! Keep creating videos like this and you’ll have lots more subscribers! I could see there being the problem of so many apps, that it becomes hard to find the app you’re looking for. Oh wait, AI would help with that, lol!
@CreatorMagicAI2 ай бұрын
Thanks for the support! It's true, with so many apps out there, it can get overwhelming. Glad you found the video helpful!
@FactBite4UАй бұрын
I'm ready to join your community but i have few questions? 1. Can i create any app and can i release that app on Play Store ? 2. How much it cost to make an app from scratch?
@CreatorMagicAIАй бұрын
I'd be happy to help answer your questions, and yes, you can create any app you want and release it on the Play Store, and the cost of making an app from scratch varies depending on the complexity and features of the app! AI tools are the main billing area but you can always find good deals to help you start.
@ochice2 ай бұрын
First off, amazing content! You have a fantastic radio voice and, surprisingly, a face made for TV too! Your videos are not only engaging but also incredibly informative. I'm new to AI coding, and as a designer, I feel lucky to have stumbled upon your channel. Like many creatives, I have big ideas for app tools to streamline tasks, but coding knowledge-and the time or budget to acquire it-is often a barrier. I’ll keep this short: Can Cursor AI code in Tauri/Rust or Tauri/React? I’m working on an app idea, and ChatGPT recommended this setup for added security. Thanks so much for the inspiration and insights!
@CreatorMagicAI2 ай бұрын
Thank you for the kind words! I'm glad you find the content helpful. As for your question, Cursor AI can indeed work with Tauri/Rust and Tauri/React, so you’re on the right track for your app idea!
@BobbyLondron29 күн бұрын
Very impressive for app development with AI
@CreatorMagicAI29 күн бұрын
Thank you so much!
@AiTeeeАй бұрын
I cant belive it. Fist time as thing like this works good. Thank you
@CreatorMagicAIАй бұрын
You’re welcome! I’m glad this worked well for you the first time around.
@XDSHIROX2 ай бұрын
Love you brother ❤ gonna make my own today was tired of searching
@CreatorMagicAI2 ай бұрын
Thanks!
@AhmetKapan-p4t7 күн бұрын
Good job, you deserved the comment .
@CreatorMagicAI3 күн бұрын
Thanks so much, that means a lot to me!
@codebreaker91102 ай бұрын
Most simple yet the best tutorial!
@CreatorMagicAI2 ай бұрын
Thank you.
@aleem112 ай бұрын
Literally waiting for this video ✨
@CreatorMagicAI2 ай бұрын
Woo!
@kumaresannatarajan36908 күн бұрын
Excellent . thanks for your wonderful speech sir its very useful to develop app I'm eagerly waiting for your next video . and i liked, subscribed &comment
@CreatorMagicAI3 күн бұрын
Thank you so much for your kind words and I'm thrilled to hear that my video helped you with app development!
@KonstantinosKreouzis19 күн бұрын
How you transfer the code from "Cursor" to "Android Studio" because on my system it doesn't shows up automatically and on your video it not clear how you did it. On Android studio i still have the empty android project. Nice job btw !!!
@CreatorMagicAI16 күн бұрын
You can copy and paste the code manually from the Cursor project into your Android Studio project, or drag and drop the Java files into your Android Studio project's java folder.
@iicaptain12329 күн бұрын
Very nice. It would be great to have a video about debugging as it took me 4 hours, not 10 minutes, to create my golf skins calculator app but it did work in the end.
@CreatorMagicAI29 күн бұрын
Sorry to hear that debugging took up so much of your time.
@daneroarama2 ай бұрын
Thanks bro, I don't have no exp in app development, now U motivate me to do one
@CreatorMagicAI2 ай бұрын
Thanks so much!
@theleagueofshadows100Ай бұрын
Subbed, liked. Dope video.
@CreatorMagicAIАй бұрын
Thanks so much for the support and glad you enjoyed the video!
@LazybyDesign-d2vАй бұрын
Just you know, I subscribed to your channel because of this video
@CreatorMagicAIАй бұрын
Thank you so much for subscribing!
@akw90126 күн бұрын
This is great. How would you handle troubleshooting and issues fixing once your initial code is generated?
@CreatorMagicAI26 күн бұрын
I'll definitely cover troubleshooting and issue fixing in a future video. Thanks!
@onionv2 ай бұрын
Thank you! 10/10 video! Was fun first experince for doing an android app.
@CreatorMagicAI2 ай бұрын
Thanks!
@D4rK735560829 күн бұрын
Debug APKs can sometimes be a bit laggy, so it's always a good idea to sign them for better performance and optimization. The AI tool looks like a fantastic solution for tackling challenges in development tho. 🤔
@CreatorMagicAI27 күн бұрын
Yeah, signing the APKs can make a huge difference in performance, and I'm glad you think the AI tool can help with development challenges!
@jonathanfriz4410Ай бұрын
I tried a project with camera usage and it didn’t work. After several hours trying many approaches, I noticed that the AI did what AI usually does when it makes errors and starts delivering code in circles without reaching real solutions. However, this is a huge step forward, a couple of versions from now and this will be the big change. Even though it didn’t work, I’m leaving this comment for this amazing video, you earned a sub. Clear, concise, explanatory videos, great channel. Congrats!
@CreatorMagicAIАй бұрын
Thanks for sharing your experience and for your kind words about the video and channel, I'm glad to have earned a sub from you!
@wandavazquez3201Ай бұрын
Awesome! had no idea this was possible thank you!
@CreatorMagicAIАй бұрын
You're welcome, and I'm glad I could help you discover something new!
@realms_of_realityАй бұрын
Can you elaborate on the package name aspect of it please. You said it's your domain name backwards. How do I determine my domain name?
@CreatorMagicAIАй бұрын
Your domain name is usually the website address you own but you can make one up if you're testing.
@imagineworldcreativeАй бұрын
its very nice and very helpful to me thanks i support you
@CreatorMagicAIАй бұрын
You are most welcome.
@imagineworldcreativeАй бұрын
@@CreatorMagicAI can you upload the video @how to sell and where to sell my app or software? i just want know this. i am also starting developer
@Uranone1Ай бұрын
Nice! Im gonna give it a try in a few weeks when om off from work! :)
@CreatorMagicAIАй бұрын
Have fun!
@donaldwashburn3739Ай бұрын
Just subbed. Thank you!!!
@CreatorMagicAIАй бұрын
Thanks for the sub!
@AutomationExpert1Ай бұрын
This is amaaaaaazing 🎉
@CreatorMagicAIАй бұрын
Thanks so much for the enthusiasm!
@saifulhanif20Ай бұрын
Can you share a tutorial to make app for the user can upload or fill up to do reporting. For example : reporting for weekly work progress in farm, user can upload picture and explain what is happening in the farm.
@CreatorMagicAIАй бұрын
That's a great idea, I'll consider creating a tutorial on building a reporting app in the future!
@SpookiePower19 күн бұрын
Does Cursor write the updates to the project files in Android studio ? When I try, it looks like I have to copy/paste all the changes/updates my self. Is that true ?
@CreatorMagicAI16 күн бұрын
Cursor only generates the code in the folder you select but it will update files.
@MuhammadAownRafaqat2 ай бұрын
This is amazing content bro!!!!!
@CreatorMagicAI2 ай бұрын
Thanks!
@hizarkhanplays28 күн бұрын
Insane! well you please make a video on quotex signal giving bot with Ai ❤
@CreatorMagicAI27 күн бұрын
That's a great idea.
@sam_boy81832 ай бұрын
i loved this tutorial! u just earned a sub!
@CreatorMagicAI2 ай бұрын
Thanks for the sub!
@rasoolhassan20657 күн бұрын
Cursor Ai work exactly like Codeium Ai on Windsurf Editor also create web, mobile, windows, mac os , Linux applications by text create everything from zero depending on your description text❤
@CreatorMagicAI3 күн бұрын
That sounds like an amazing feature.
@hewermagadan982 ай бұрын
Amazing tutorial this is what I’ve been looking for. So we would love to know how we route the mobile app to web app, it will be of good use for projects with web app and mobile app integration.
@CreatorMagicAI2 ай бұрын
I'm glad you found the tutorial helpful!
@freedom-go6yfАй бұрын
Great. Please tutorial for React Native cross platform app
@CreatorMagicAIАй бұрын
That's a fantastic idea.
@Emtx.20Ай бұрын
WOWWW that was excellent !! Can this AI tool does image processing tasks on android studio ?
@CreatorMagicAIАй бұрын
Thanks for watching, and yes, this AI tool can definitely be integrated with Android Studio for image processing tasks, stay tuned for more tutorials on that!
@jacobkrr7 күн бұрын
What about creating a simular looking and funktionally app for both devices? Is that an issue?
@CreatorMagicAI3 күн бұрын
That's a fantastic idea!
@Harshabiyyapu2 ай бұрын
Thanks looking to see a advance complex android build with ai
@CreatorMagicAI2 ай бұрын
Great news!
@YogeshJadhav-f2nАй бұрын
Sir.. pls make one application tutorial for "Taxi Booking App" where Driver and User page will show different maps like Uber does, real time map update and other things Thanks
@CreatorMagicAIАй бұрын
I'll definitely consider creating a tutorial on a taxi booking app with real time map updates and different views for drivers and users. Thanks for the really cool suggestion!
@hasanbahrami616711 күн бұрын
hi dear😍😍in cursor software the key of shift+ctr+I dont work for me and dont open any window to Continuing its steps😔😔plz help me
@man_vs_life9 күн бұрын
Ctrl + I, no Shift
@CreatorMagicAI9 күн бұрын
Sorry to hear that Shift+Ctrl+I isn't working for you. It's not Ctrl+I.
@Argentina...5 күн бұрын
Is the cheapest tier for Cursor enough for developing a simple app like yours or must I pay?
@CreatorMagicAI3 күн бұрын
The cheapest tier of Cursor should be sufficient for developing a simple app. Yes!
@sudhansusekhar1516Ай бұрын
Very useful brother. Thanks for your valuable tutorial. Can i get that application? Love from Odisha, India
@CreatorMagicAIАй бұрын
You're welcome, and I'm glad you found it helpful. Join the community for access: mrc.fm/cmc
@martinmestrevlogАй бұрын
great video ! can you please make a video on creating a app with multiple screens, for example main screen, 2nd screen, 3rd screen, and fourth screen.,.. thank you so much