Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 years ago.
Improve this question
I've been using Aide to develop my android app, a. Having issues designing for multiple screens and Especially tablets, cos I am using an handset not a tablet... how will I know the size
go through this link: hope we will get your solution
https://developer.android.com/guide/practices/screens_support.html
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
One of them would be a TV, the other a control display, with the menus. I assume I'd have to hack the Linux display driver?
For quick prototyping of the concept you can use a media center device running Android (or a phone) plus Android Wear as a second screen.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I have taken layout-320dp,layout-360dp,layout-480dp,layout-600dp and layout-720dp but still some of devices are not compatible to it.
You dont need to create all these layout files. Your app is compatible with all the mobile devices using layout and layout-large but for tablets you need to use layout-sw600dp and layout-sw720dp for 7" and 10" screens. For more reference visit this link :-
Click here
Hope this help you :)
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I want zoom in display of device itself without rooting.
for example..
like zoom in home screen.
Is this way exist?
This question is inappropriate as it's not a programming question. However what you want is magnification gestures. This was included into Android 4.1 but may not be included by all manufacturers.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
i Found this threaad usefull
Android Tablet: working with external trackpad and touchpad(drawing)
Is that possible to simulate the values that touchpad sending to the tablet or minipc
IIUC, if you want to find this out at runtime, then you could use InputManager and InputDevice to get properties of your input device.
These two links should also be useful.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
My android app is based upon communication between two android phones. But I posses only one android phone. An emulator cannot be used for testing. What are the alternates ? Do I have to purchase one more android phone ?