Click here to Skip to main content
15,880,905 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i have a for app development and i just started so since i have only a laptop i was wondering if that can cause a problem

What I have tried:

i have not tried anything by the time
Posted
Updated 25-Jan-18 6:23am

1 solution

Unless you are building something that takes gobs of memory and hard drive space, your laptop is fine to develop your application on and then deploy what is built out to a server.

For example an API for your App probably shouldnt be running on your laptop in a production environment but having it on your laptop as a dev environment is fine.

Without specs of your laptop, of which we don't have access to, no one can tell you for sure but chances are if your laptop was built in the last 6-7 years you likely have enough power/resources on your machine to do most any development you want to do.

Unless you have something more specific or a specific concern, I'm not sure what kind of feedback you were looking for.
 
Share this answer
 
Comments
Member 13638713 25-Jan-18 12:25pm    
thanks, david your answer was helpful enough
David_Wimbley 25-Jan-18 12:27pm    
Sounds good, if you get into your work and have more specific questions, feel free to come back with clear explanation of your issue with any relevant code samples (if possible) and I'm sure someone here will do their best to help answer your question.
Valery Possoz 25-Jan-18 12:36pm    
Well... I disagree a bit. If you plan to use Xamarin and you want to build an Android and an iOS app, your laptop won't be enough, and by far. First, you will also need a Mac, and pretty decent one too as you will need to be able to install a recent version of OSx and Xcode and all the libraries needed for Xamarin to compile the iOS version, anything over 4 or 5 years old won't cut it. Assuming you currently have a Windows laptop you will need one that has Hyper-V enabled so that rules out the Home edition of Windows, further if you want to use the Android emulator to test/debug then a second monitor is a must. Also make sure to use the Microsoft emulator it is 10 times faster than the google crappy one.
In conclusion, a 6 or 7 years old laptop might work but it will be a real pain to use and not good enough if you do an Android/iOS app. My advice, get a decent piece of kit it is well worth the investment.
David_Wimbley 25-Jan-18 13:16pm    
Yep I agree, good feeback, I was more just thinking it was probably a web app and didn't notice the xamarin tag.
Member 13638713 25-Jan-18 12:41pm    
actually @valery possoz i want to develop a live streaming app and i have an acer from 2015. so what do you suggest???

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900