is possible to set a background image on a B4XPages ? what is the code without use designer? in B4a is Activity.SetBackgroundImage(LoadBitmapSample(File.DirAssets,"homepage.png,width,heigth)
Not good. Don't write platform specific code unless you must.
The correct way to do it is to add an ImageView to the layout, anchored to all sides and set the image. You can then just copy the view between the layout files (in the different platforms).
Not good. Don't write platform specific code unless you must.
The correct way to do it is to add an ImageView to the layout, anchored to all sides and set the image. You can then just copy the view between the layout files (in the different platforms).
This is a mistake in B4A, a very big mistake in B4i and a huge mistake if you are building cross platform solutions.
Many things will become very complicated.
This is a mistake in B4A, a very big mistake in B4i and a huge mistake if you are building cross platform solutions.
Many things will become very complicated.