Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialShiva 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,733 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,413 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.