Stefan Meyer
Lurker
Hello guys,
I've installed Android Studio 3.1.3 and set it up.
Emulation works (both Nexus and Wear) and I already developed and tested an app (nothing special).
Now I would like to create an App for Wear which supports left- and right swipe.
As far as I learned, a tabbed activity is suitable for that.
When I create a new Project for Phone and choose Tabbed Activity, the result is exactly as I want.
(When freshly compiling and running it.)
When I try to do the same for Wear, I only see:
- Add No Activity
- Blank Wear Activity
- GoogleMaps Wear Activity
- Watch Face
I also tried adding an Activity afterwards (right click -> New -> Activity),
but this didn't work either.
Copying whole code blocks from Phone section to Wear section was not a good idea as well...
What do I have to do?
Regards
I've installed Android Studio 3.1.3 and set it up.
Emulation works (both Nexus and Wear) and I already developed and tested an app (nothing special).
Now I would like to create an App for Wear which supports left- and right swipe.
As far as I learned, a tabbed activity is suitable for that.
When I create a new Project for Phone and choose Tabbed Activity, the result is exactly as I want.
(When freshly compiling and running it.)
When I try to do the same for Wear, I only see:
- Add No Activity
- Blank Wear Activity
- GoogleMaps Wear Activity
- Watch Face
I also tried adding an Activity afterwards (right click -> New -> Activity),
but this didn't work either.
Copying whole code blocks from Phone section to Wear section was not a good idea as well...
What do I have to do?
Regards