简体   繁体   English

Appcelerator中的用户指南?

[英]User guideline in Appcelerator?

Is it possible to implement user guideline into apps in Appcelerator? 是否可以在Appcelerator中将用户指南实施到应用程序中? Something like this : 像这样的东西:

[User guideline like this][1]: https://i.stack.imgur.com/9bOss.png [这样的用户指南] [1]: https : //i.stack.imgur.com/9bOss.png

I am trying to have some arrows pointing to some buttons and tell users what these buttons do. 我试图让一些箭头指向一些按钮,并告诉用户这些按钮的作用。

Is it possible? 可能吗? Thanks 谢谢

Yes, it is completely possible in Titanium. 是的,钛完全有可能。 It all depends on how you want the introduction/user-guidelines of the app. 这完全取决于您对应用程序的介绍/用户指南的要求。

Some basic points to note while creating such UI: 创建此类UI时需要注意的一些基本要点:

  • You can use plain image files of the screen and guideline text on it and then you can show these image files in any form you want like, ScrollableView, ScrollView, simple Views 您可以使用屏幕上的普通图像文件和其上的指导文字,然后可以以所需的任何形式显示这些图像文件,例如ScrollableView,ScrollView,Simple Views。
  • You can use animations also while showing the guidelines. 在显示准则时,您也可以使用动画。
  • If you want to add some text on guideline pictures, then you will have to figure out the ways so that the arrow pointing at the picture must point on correct element, eg in above picture you mentioned, the arrow is exactly in the middle of the picture, so you do not need to calculate the position of arrow pointer as Titanium by default place elements in middle in absolute or vertical layout. 如果要在准则图片上添加一些文本,则必须找出方法,使指向图片的箭头必须指向正确的元素,例如,在您提到的上述图片中,箭头恰好在图形的中间图片,因此您无需将箭头指针的位置计算为钛,默认情况下,将元素以绝对或垂直布局放置在中间。
  • If you want guidelines text available in different languages, then you can also use Titanium localization implementation. 如果您希望准则文字以其他语言显示,那么您也可以使用Titanium本地化实现。

Finally, there are many ways to do it, it depends on your app's requirements. 最后,有很多方法可以完成此操作,这取决于您的应用程序要求。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM