I'd like to do a few things but struggling (though still searching) to see if I can find what I want to do here....
I'd like to provide a UI (be it B4J app, or VB.NET app, or powershell etc) that feeds from a list I provide that would look like:
CustomerName, FilePath, Server
TestCustomer, D:\customers\TestCust, app.testcust.com
When I build I'd like my UI to give me a drop down (easy part) from my text list that looks like above, when I select the customer I'd want the following to happen:
1. APK gets copied to the FilePath variable
2. Server gets set as a variable in the program before compile
3. I'd also like to append the Version# variable in the APK name if possible.
Is this doable? Is there documentation/examples of like I can study? Thanks!
I'd like to provide a UI (be it B4J app, or VB.NET app, or powershell etc) that feeds from a list I provide that would look like:
CustomerName, FilePath, Server
TestCustomer, D:\customers\TestCust, app.testcust.com
When I build I'd like my UI to give me a drop down (easy part) from my text list that looks like above, when I select the customer I'd want the following to happen:
1. APK gets copied to the FilePath variable
2. Server gets set as a variable in the program before compile
3. I'd also like to append the Version# variable in the APK name if possible.
Is this doable? Is there documentation/examples of like I can study? Thanks!