问题描述
中的任何一个,请引导我,
Any one please guide me,
如何在XML和Java文件中创建一个自定义组件
How to create a custom component in xml and java file
-
传球XML属性(这个我有些已完成)
pass attributes from xml (this i somewhat completed)
如何从新customClass动态传递属性() - 构造函数方法。 - 我不知道如何实现这一点
how to pass attributes dynamically from new customClass() -- constructor method. -- i dont know how to implement this point
对于例如:我创建了一个自定义组件有两个TextView中作为一个单一的组件。在XML中,我创建通过XML属性双组份。现在我想建立在Java code两个新的组件
通过调用我的customClass.java我不知道如何从Java code动态创建一个新的组成部分,如何显示在视图的构造函数(说一个相对布局),请帮我提供任何链接或博客。
for Eg : I created a custom component with two textview as a single component. In xml i created two component by xml attributes. Now i want to create two new component by java codeby calling the constructor of my customClass.java I dont know how to create a new component dynamically from java code and how to display that in a view(Say a relative layout) Please help me provide any link or blog.
我花了1周,但我没有得到任何解决方案,请帮助我
I have spent 1 week for this, But i didnt get any solution please help me
推荐答案
嗯。谷歌产生的结果百名。 (例如:)
Hmm. Google yield hundred of results. (example: http://www.workreloaded.com/2011/02/composite-component/)
在那里,让你使用他们的一个具体问题?
is there a specific issue that keeps you from using them?
这篇关于Android的:如何创建自定义组件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!