It IS possible to create Template for B4X IDEs (see this post) but it seems that, if someone has created some, apart from EREL, no one is sharing...as b4x community lack of templates:
It IS possible to create Template for B4X IDEs (see this post) but it seems that, if someone has created some, apart from EREL, no one is sharing...
... show us what it looks likeIf you want you can
First link. I pressed "Preview Item" and this is the result:premade pages like this:
The question is different, using WebViews is not the solution (4. ???)Easily you can do it with B4X ..
I'm not sure (I don't think) he wants to use templates for the web.@LucaMs I agree with you, but post creator search about fatest development approach with exist pwa template (i.e. themeforest repository)
Easily you can do it with B4X ..
1) we get requirements, define the colors, modules and use cases, define kanban, etc
2) we go to themeforest an choose a beautiful template (html template).
3) we do an embedding html template in B4X webview
4) we compile as pwa (Progressive Web Application: HTML files with thier assets cached to web browser on first opening online then can be worked offline)
5) we compile as apk (android), api (iOS) or exe (Desktop)
DONE
see example created within 5 minutes using B4A webview ..
I'm not sure (I don't think) he wants to use templates for the web.
The question is different, using WebViews is not the solution (4. ???)
Having a method, templates to customize the appearance of the XUI Views, for example, which are common to the 3 platforms, would be useful/pleasant, but not easy.
Hi Alejandro! i have sucessfully paired Boostrap templates (any template actually, it doesnt need to be a jquery based template) with B4J, i was inspired with other languages and web frameworks so i created a framework of mine based on the Server Side Rendering technique (a la Rails and Django).How we can get gui beating apps like framework7 or Bootstrap with same work?
Hi Alejandro! i have sucessfully paired Boostrap templates (any template actually, it doesnt need to be a jquery based template) with B4J, i was inspired with other languages and web frameworks so i created a framework of mine based on the Server Side Rendering technique (a la Rails and Django).
Currently i am trying to implement Tailwind CSS, its just a matter of time before i do it!
My dream is to pair this framework with an ORM based model because as of now i use raw sql queries.
Sorry when i saw you wrote Bootstrap i thought you meant web development.Yes but my main idea was the trouble of get competitive native UI on B4X
yes thats correct!Do u server side rendering use jinga2 style?
Dim root As Map
root.Initialize
root.Put("name",req.GetSession.GetAttribute("name"))
root.Put("id",id)
If id = "0" Then
root.Put("verbo","Crear")
Else
root.Put("verbo","Modificar")
End If
Dim recurrente As Map = getRecurrente(req,id)
utils.JavaMapMerge(root,recurrente)
Dim t As Template = Main.templates.getTemplate("recurrente.html")
resp.CharacterEncoding = "utf-8"
resp.Write(t.stdOut(root))
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?