J
J
jestev2016-04-03 17:51:13
Java
jestev, 2016-04-03 17:51:13

Soundboard app. What is the best way to make transitions between pages?

Hello, I'm learning android studio with soundboard app example. The question is, how can I best make transitions between pages with sounds. Do I need to write a separate activity for each page, or something else?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
Chvalov, 2016-04-19
@jestev

There are a lot of options, at least take it and do everything in one activity, create a couple of layouts and at the right moments hide one setVisibility(View.GONE); and display another layout.
But you still have a lot to learn to stop asking such questions. )
There are a lot of courses on the net, start with the basics

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question