Google Glass - set of live cards on click of another live card -


I want to display a set of live cards on the click of another live card. Or maybe make a bundle of live cards Is it possible? I have read somewhere that cardseeviewview can not be used for live cards.

A "live card" is only a card located on the left side of the glass clock's screen, which Can be displayed using an existing layout (using RemoteViews ) or with high-frequency direct rendering Therefore, it does not have to mean talking about live cards in other contexts outside that part of the timeline, such as answering a tap or inside the bundle.

What you want to do is start an immersion (activity) when you tap your top-level live card. This immersion can host a CardScrollView which displays the cards you want in your bundle, these are not live cards, but they can be in the form of visuals / layouts that have any of your content Because you make them into your activity directly.

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -