Basic4android v1.8 BETA is released to the beta testers.
Please send me an email to: erel@basic4ppc.com if you are interested to beta test the new version. An active license is required.
The new version includes all kinds of new features that will make it easier to develop and maintain Android applications:
Code editor
- Automatic case correction of variables and subs (based on their declaration).
- Highlighting of undeclared variables.
- Highlighting of global variables.
- "Find all references" tool - F7
- "Find sub" tool - Ctrl + E
The above two tool make it much easier to develop and maintain large projects.
- Backward / forward navigation buttons.
Code obfuscation
Variables renaming and strings obfuscation make your code much more difficult to be reverse-engineered.
See this tutorial for more information: Android Code Obfuscation
Manifest editor
Allows you to add or modify elements in the manifest file without needing to further maintain the file.
See this tutorial for more information: Manifest Editor
Other features
- File - Export as zip maintains the read-only attribute.
- Libraries can now reference other jar files with the @DependsOn annotation ("dummy" xml files are no longer needed).
- DateTime.GetTimezoneOffset returns a Double instead of Int
- IDE colors, including the background, can be customized.
- #Regions are collapsed when a file is opened.
- New compilation mode combo box - Debug, Release or Release (obfuscated).
- Bug fixes and other small improvements.
I want to thank the beta testers for their help.
Please post issues related to the beta version in the Questions and updates subforum.
Please send me an email to: erel@basic4ppc.com if you are interested to beta test the new version. An active license is required.
The new version includes all kinds of new features that will make it easier to develop and maintain Android applications:
Code editor
- Automatic case correction of variables and subs (based on their declaration).
- Highlighting of undeclared variables.
- Highlighting of global variables.
- "Find all references" tool - F7
- "Find sub" tool - Ctrl + E
The above two tool make it much easier to develop and maintain large projects.
- Backward / forward navigation buttons.
Code obfuscation
Variables renaming and strings obfuscation make your code much more difficult to be reverse-engineered.
See this tutorial for more information: Android Code Obfuscation
Manifest editor
Allows you to add or modify elements in the manifest file without needing to further maintain the file.
See this tutorial for more information: Manifest Editor
Other features
- File - Export as zip maintains the read-only attribute.
- Libraries can now reference other jar files with the @DependsOn annotation ("dummy" xml files are no longer needed).
- DateTime.GetTimezoneOffset returns a Double instead of Int
- IDE colors, including the background, can be customized.
- #Regions are collapsed when a file is opened.
- New compilation mode combo box - Debug, Release or Release (obfuscated).
- Bug fixes and other small improvements.
I want to thank the beta testers for their help.
Please post issues related to the beta version in the Questions and updates subforum.