I need to develop some android widgets.I need to make it stylish and should support multi-screen resolutions.
I developed some widgets but had problems with screen-resolution.
What are best methods to create these?
Thanks for reading.
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.
for screen-resolution , normal android design guidelines are necessary and sufficient because widget also follows xml layout techniue ,difference comes with
remoteViewmethods only ,which has nothing to do with design .about implementation i will say extending
AppWidgetProvideris better then abroadcastReceiverapproach to update widget contents .