Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Shiva Karthik
4,586 PointsBest software to debug and to test android app online? Please
I am learning android app development. Please suggest me best online link to go and test my application there for different mobiles and tablets in relation with compatibility and smooth working of it without errors.
2 Answers

Kourosh Raeen
23,732 PointsHi Shiva - Regarding different screen sizes, you can use the Design tab in the layout editor of Android Studio to get an idea of how your layout looks on different devices by choosing the device from the drop-down menu. But in addition to that you should consider creating emulators of different sizes and actually running your app on each emulator to see how the app looks and behaves.

Seth Kroger
56,403 PointsThe best software to debug and test an Android app is Android Studio itself.

Shiva Karthik
4,586 PointsI want to check my application on different screen size. how can I do that.