You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.
android command line is good example AFAIK. Should it be one library or several (craeor-validator-parsing) we should really think about simple usage of such libraries in server side stores
Why Android command line is a good example? We need code that will be linked to the store code not a command line tool.
We will start with Java library, it will be much easier for us to create it in Java than any other language and Java is "good enough" for the purposes we have.
Command line options look ok for creation pursposes ( create AppDF file with default values for existing project and inflate some values from project AndroidManifest.xml )
Our main library for AppDF file support will be in Java. It should support the following functionality:
Couple of questions about the library structure:
The text was updated successfully, but these errors were encountered: