App question | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

App question

How do I make an app with multiple screens like this code: https://code.sololearn.com/W5T6sUVFodqP/?ref=app I've seen apps with this, I just wonder how to make it.

10th Oct 2018, 2:00 PM
Paul Grasser
Paul Grasser - avatar
4 Answers
+ 1
oh its using tab layout
11th Oct 2018, 1:28 PM
Taste
Taste - avatar
+ 1
you can use something like bootstrap, its easy to use and has a good result along with its styling manually you can hide/unhide certain element like <div> whenever a button/link clicked using javascript, by accessing that element then change its visibility of that element to visible and hide the other element in their style attribute
10th Oct 2018, 5:36 PM
Taste
Taste - avatar
0
Thanks Taste , but I was wondering how to make an android application like this.
11th Oct 2018, 6:39 AM
Paul Grasser
Paul Grasser - avatar
0
Thanks Taste!
11th Oct 2018, 3:36 PM
Paul Grasser
Paul Grasser - avatar