I'm going to make an official announcement in the week to come about my new chargeable product: ProBundle (Pro for Professional and Protection). I'd like to know if you consider that 30 euros is a fair price for the content (in the attached archive, you will find the documentation of some libraries):
- ArchiverPlusZip v1.0
Based on the Zip4j library, this library allows to add, extract, update and remove files from a zip archive.
It supports encryption and decryption (standard and AES), Zip64 format and split zip archives.
- CallSubExtended v2.0
This library allows to run a sub in a different thread with AsyncCallSub and perform a CallSub with any number of parameters with CallSubX or AsyncCallSubX.
- DataCollection v1.03
This library wraps the ArrayDeque, BitSet, PriorityQueue, SparseArray, Stack, TreeMap and TreeSet classes.
These classes can replace your lists, maps or arrays for specific tasks. A TreeSet, for example, can maintain a sorted list of objects in a more efficient manner than a typical List class. A TreeMap is a map whose entries are sorted by their keys. A SparseArray is also a sorted map, but restricted to integer keys, that is lightning-fast.
- Error Detection + source v1.0
This library converts the OutOfMemoryError and StackOverflowError to RuntimeExceptions for a given sub, allowing to catch them. For experts only.
- F5Steg v1.0
This library implements F5, a secure steganographic algorithm, which embeds data into images. Data are encrypted with the application signature, so any tampering of the APK prevents from extracting valid data.
- Guide "Protect My App"
This PDF guide gives a brief explanation of how hackers can decompile your application and change your code, then it explains the things to avoid and how you can enforce the protection of your code.
A solution is given to secure your assets (images, db, etc.), passwords, and even pieces of critical code.
- FastIO + source v0.8
This library replaces the Read and Write functions (with their encrypted variant) of the RandomAccessFile library for arrays of bytes. These new functions are a lot faster.
- PackageUtils v2.0
This library replaces the PackageManager class of the Phone library. It gives plenty of informations on packages (activities, features, permissions, receivers, services, etc.) and can list the features available on the system (camera, gps, wifi, etc.). It allows experts to change the enabled state of components.
An application is provided with the library to show what you can get with it.
- Free bonus for the first 100 donors:
CoverFlow v1.31
This view is similar to the free Coverflow library available in the B4A forum but it uses a different approach (the same as UltimateListView) to load images.
- Planned (free for donors when available):
ArchiverPlus7z
ArchiverPlusRar
- ArchiverPlusZip v1.0
Based on the Zip4j library, this library allows to add, extract, update and remove files from a zip archive.
It supports encryption and decryption (standard and AES), Zip64 format and split zip archives.
- CallSubExtended v2.0
This library allows to run a sub in a different thread with AsyncCallSub and perform a CallSub with any number of parameters with CallSubX or AsyncCallSubX.
- DataCollection v1.03
This library wraps the ArrayDeque, BitSet, PriorityQueue, SparseArray, Stack, TreeMap and TreeSet classes.
These classes can replace your lists, maps or arrays for specific tasks. A TreeSet, for example, can maintain a sorted list of objects in a more efficient manner than a typical List class. A TreeMap is a map whose entries are sorted by their keys. A SparseArray is also a sorted map, but restricted to integer keys, that is lightning-fast.
- Error Detection + source v1.0
This library converts the OutOfMemoryError and StackOverflowError to RuntimeExceptions for a given sub, allowing to catch them. For experts only.
- F5Steg v1.0
This library implements F5, a secure steganographic algorithm, which embeds data into images. Data are encrypted with the application signature, so any tampering of the APK prevents from extracting valid data.
- Guide "Protect My App"
This PDF guide gives a brief explanation of how hackers can decompile your application and change your code, then it explains the things to avoid and how you can enforce the protection of your code.
A solution is given to secure your assets (images, db, etc.), passwords, and even pieces of critical code.
- FastIO + source v0.8
This library replaces the Read and Write functions (with their encrypted variant) of the RandomAccessFile library for arrays of bytes. These new functions are a lot faster.
- PackageUtils v2.0
This library replaces the PackageManager class of the Phone library. It gives plenty of informations on packages (activities, features, permissions, receivers, services, etc.) and can list the features available on the system (camera, gps, wifi, etc.). It allows experts to change the enabled state of components.
An application is provided with the library to show what you can get with it.
- Free bonus for the first 100 donors:
CoverFlow v1.31
This view is similar to the free Coverflow library available in the B4A forum but it uses a different approach (the same as UltimateListView) to load images.
- Planned (free for donors when available):
ArchiverPlus7z
ArchiverPlusRar