B
B
Berry902018-11-29 19:18:43
Android
Berry90, 2018-11-29 19:18:43

How to design an android application tutorial?

I am writing a tutorial consisting of 50 lessons, each lesson is a text and several audio files, and the location of the text and audio files in each lesson is different, it is also necessary to highlight some words in the text and play sound when clicked, I found only spannableString from the solutions, since the webview has restrictions.

  1. How to implement everything correctly to create 50 activities or fragments? or dynamically form it all in one activity?
  2. What to choose to store json or sqlite text?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Semyon Novikov, 2018-11-29
@semennovikov123

50 Manual creation of activities is a nightmare, the best solution is to dynamically create all these lessons.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question