Wish Support for Android Wear layouts

JdV

Active Member
Licensed User
Longtime User
Alternatively, can a guide be produced showing how to load, populate and manipulate various Android Wear views?
 

JdV

Active Member
Licensed User
Longtime User
No, I hadn't seen the thread or library before so thanks for that. It looks like a very comprehensive library.

It would probably be overkill for creating small text lists or layouts which only need to scroll slightly but which don't suit the list layout - for example a calculator where not all the buttons are visible at once.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
In the following thread it's recommended to avoid using XML layouts:
The recommendation is for regular apps. Not widgets or wear apps.

On a few experimental Wear apps I had been working on I was using XML layouts as the regular B4X layouts/components didn't function correctly.
What exactly happened?
 

JdV

Active Member
Licensed User
Longtime User
Hi Erel

I was using a simple ListView and when it scrolls it doesn't take into account the rounded screen so parts of items become obscured.

Joe
 
Top