Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Developing android apps without android device

Is it enough developing android apps without android device (without testing it on a real device not just an emulator)?.

like image 455
nmepntgrm Avatar asked Jun 05 '11 23:06

nmepntgrm


People also ask

Can I develop Android app without Android phone?

Sure. Just get an android emulator and use that for your development. there are free emulators available online as well as tutorials and lots of books available for android OS development. Save this answer.

Can I build an app without coding for Android?

Anyone can use an app maker to turn their app ideas into reality. You don't need any experience or prior coding knowledge to make this happen. The great part about using an app maker is that these platforms aren't just for beginners. Even experienced app makers and business users take advantage of no-code solutions.

Is it possible to build apps without an SDK?

It is not possible to build an Android app without using SDK. Take a look at this answer. If you want to build an app without using an IDE though you can read about it for example here and here. Save this answer.


2 Answers

It depends what different type of sensors you are willing to use. Emulator is just Android OS however it uses your computer's processor so the results you are getting with your computer's processor will be much more powerful than android device.

If you are willing to monetize your application, it is preferable that you use android device to test your application as you don't want bad user experience do you?

One more point, If you are making application which uses webservices you will get really different results in matter of time to get response from server. As emulator uses your fast broadband internet and your user might be using their 3G network internet, This will make lot of difference.

Conclusion : Depends what type of application you have in your mind. It is preferable to test on device if your application includes internet and lots of sensors.

Just found a really good discussion by professionals, It might help to extend your understanding...

Android Emulator vs Real Device

Happy Coding!

like image 175
TeaCupApp Avatar answered Oct 03 '22 09:10

TeaCupApp


In my opinion you would never want to release a professional Android App that you did not try on an actual Android phone. However if you are just making something to give to your friends or for your own use then the simulator is probably good enough.

An option that I did is to buy a used android phone that is not connected to any phone carrier. That way you can buy a dedicated testing device in the $100-200 range with no recurring costs.

like image 40
w.donahue Avatar answered Oct 03 '22 07:10

w.donahue