Android - 在小部件中使用自定义视图

Android - Using custom View in Widget(Android - 在小部件中使用自定义视图)
本文介绍了Android - 在小部件中使用自定义视图的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我做了一个扩展的视图,覆盖了 3 个视图构造器并尝试将它插入到我的小部件的 xml 中.

i made a extended a View, overwrote the 3 View Contructors and tried to insert it on my xml of a widget.

例外是:

java.lang.ClassNotFoundException: com.mypackage.myView in loader dalvik.system.PathClassLoader@4001e710

java.lang.ClassNotFoundException: com.mypackage.myView in loader dalvik.system.PathClassLoader@4001e710

是否可以在小部件中使用自定义视图?

is it possible to use custom views in Widgets?

推荐答案

是否可以在小部件?

is it possible to use custom views in Widgets?

如果您所说的小部件"是指应用小部件",那么,不是.您不能在应用小部件中使用自定义 View 类.

If by "Widgets" you mean "app widgets", then, no. You cannot use custom View classes in app widgets.

这篇关于Android - 在小部件中使用自定义视图的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Pushing UIViewController above UITabBar(将UIView控制器推送到UITabBar上方)
How to target newer versions in .gitlab-ci.yml using auto devops (java 11 instead of 8 and Android 31 instead of 29)(如何在.gitlab-ci.yml中使用自动开发工具(Java 11而不是8,Android 31而不是29)瞄准较新的版本)
Android + coreLibraryDesugaring: which Java 11 APIs can I expect to work?(Android+core LibraryDesugering:我可以期待哪些Java 11API能够工作?)
How to render something in an if statement React Native(如何在If语句中呈现某些内容Reaction Native)
How can I sync two flatList scroll position in react native(如何在本机Reaction中同步两个平面列表滚动位置)
Using Firebase Firestore in offline only mode(在仅脱机模式下使用Firebase FiRestore)