In the next few days Anywhere Software will release a new product named Designer4android.
Designer4android (D4A) is a tool for Android developers that develop with Java.
It helps developers build the user interface with a visual designer and designer scripts similar to the ones available in Basic4android.
The output of D4A is the 'bal' layout file and Java classes for the compiled designer script.
Erel, that sounds like very good news in deed, how much will it cost and have you got documentation that could be released prior to the product launch.
will it support displaying the actual graphic assigned to say a view within the abstract designer? That is the only piece missing from the new and wonderful designer scripts release.
If the answer is yes, can the output bal be used in a B4a project and will there be a discount for current B4a owners
Designer4android is a tool for any developer who is looking for a simple way to build flexible user interfaces for Android Java projects. Similar to the way that user interface is built in Basic4android.
What sort of time scale we looking for this Erel, I think it could be usefult for a task I'm doing at moment. Currently having to edit the xml, making read-only/not read-only and all that. Then test, then tweak again. taking forever. Is this the sort of thing this tool id for?
Currently having to edit the xml, making read-only/not read-only and all that. Then test, then tweak again. taking forever. Is this the sort of thing this tool id for?
This tool is not for Basic4android developers. It is for Java developers. It is similar to the designer component that is already included in Basic4android.
This tool is not for Basic4android developers. It is for Java developers. It is similar to the designer component that is already included in Basic4android.
The problem is that RemoteViews can only work with XML layouts. This is because the layout is built in another process. Designer4android will not help here. It doesn't generate XML files.
You may want to play with widgets. When you create a widget the designer does generate XML file for the widget layout.