Subscribe to library updates

Informatix

Expert
Licensed User
Longtime User
Starting from September, the full version of the following classes and libraries will be available for free (but your donations will still be welcome):
- Gesture Detector
- File Explorer
- SlidingSidebar
I don't have enough time to continue to support them (and FileExplorer is completely outdated by the class provided with UltimateListView).

I'll release, also for free, the NineOldAndroids lib.
 

Periklis Koutsogiannis

Active Member
Licensed User
Longtime User
LockScreen Create your own lockscreen with just 5 lines of code
http://www.b4x.com/android/forum/th...n-lockscreen-with-just-5-lines-of-code.43327/

Major Update: 2.0

  • Fixed: FC and incorrect handling of phone state changes (ringing, offhook)
  • Added: HomeBlocker functionality through LockScreenController.HomeBlockerEnabled property
  • Updated: Samples, manifest code and forum tutorial
Samples are renamed and updated with new functionality.
Please update your manifest code too!

:D
 

barx

Well-Known Member
Licensed User
Longtime User
Notification Builder updated to version 3. Now includes Wear specific classes / methods.

Changes:

NotificationCustomLayout - New Method

* SetClickEvent

NotificationBuilder Class - New Methods

* Group
* GroupSummary
* LocalOnly
* SortKey
* Extend

NEW CLASSES
NotificationWearExtender (used to extend the notification with Wear device specific methods):

* AddAction
* AddAction2
* AddPage
* ClearActions
* ClearPages
* (Set/Get) Background
* (Set/Get) CustomContentHeight
* (Set/Get) CustomSizePreset
* (Set) ContentAction
* (Set) ContentIcon
* (Set) ContentIconGravity
* (Set) ContentIntentAvailableOffline
* (Set) DisplayIntent
* (Set) Gravity
* (Set) HideIcon
* (Set) ShowBackgroundOnly
* (Set) StartScrollBottom

NotificationRemoteInput (used to create a remote input (voice) action:

* GetRemoteInput
* (set) Choices
* (set) Label

The remote input has been implemented as a separate class as I feel this will also be used in future by platforms such as Auto and Maybe TV. So, doing it this way will avoid duplicating code within the library.

If you haven't got a Wear device, check out my tutorial on setting up a Wear AVD
 

Informatix

Expert
Licensed User
Longtime User
NineOldAndroids
A new and free lib provided with the Java source code.

This library offers more possibilities of animation than AnimationPlus (rotation or translation on the Z axis for 3D effect, animation step by step with events for each step, synchronization between animations, the view size and the contents can change during the animation, etc.).

It works with all versions of Android >= 2 and with all views, even custom ones.
 

pompierecattivo

Member
Licensed User
Longtime User
Sorry for post here.... to subscribe this thread, i've just to check "receive notifications" under this post?
thanks.
 
Top