简体   繁体   中英

How to create Layout on android

How to create the Layout like this.
在此处输入图片说明

I only need to know that how to implement the hand symbol when load the application in first time.
Thanks in advance.

Use shared preferences for that. Set the value for a key {firsTime,true} .

When you get the value as true, show the hand symbol.

After that make the value as false so that it won't be showed again.

您可以在活动布局上方显示一个透明/半透明视图,并显示您想要的内容,或者这里有一些不错的库https://github.com/amlcurran/ShowcaseViewhttps://android-arsenal.com/details/1/ 1408

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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