2 new libraries have been ported to B4A!
-
MailSender: Send mails programmatically without an intent nor external activity showing.
-
SpeechRecognizer: Recognize voice without an external activity or any other popup. You can call this right from a service and make your own automated device.
-
SmartImageView: An imageview that loads bitmaps from urls or the phonebook.
The special thing about this is the following:
Drop-in replacement for ImageView
* Load images from a URL
* Load images from the phone’s contact address book
* Asynchronous loading of images, loading happens outside the UI thread
* Images are cached to memory and to disk for super fast loading
* You can specify a loading image and an fallback image when there's no image!
- LineGraphView & BarGraphView:
Regards,
Tomas