Is it enough developing android apps without android device (without testing it on a real device not just an emulator)?.
Is it enough developing android apps without android device (without testing it on a
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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!