Android Question Database Or HTML?

Jinora29

Member
My friend and I are making an App that is like a book for our school project. We are short in time and we have to finish the app by February.
Since we just started learning B4A we need an easy way to put texts and pictures in the app.
What is the best and fastest way to do this?
 

DonManfred

Expert
Licensed User
Longtime User
The less you use Webview/html the better.
I suggest to create your layout using native Views.
 
Upvote 0

kisoft

Well-Known Member
Licensed User
Longtime User
The less you use Webview/html the better.
I suggest to create your layout using native Views.
This is also true, but when you create an e-book that is several hundred pages long, it is easier to do it in html. You can edit each page of this book with an external program using the mouse ... It makes the creation process much easier and faster ...
 
Upvote 0

Jinora29

Member
I really appreciate all of the suggestions; You know, the app that we want to make is more like a book and if I'm not wrong, it is easier to use html. Although I am sure that using html is not the best idea to do these kind of apps and there are more professional ways, but I guess it is the fastest and easiest way for us since we are beginners and we have too much information and text to put in it.
Thank you everyone.^_^
 
Upvote 0
Top