B4A Library [BETA] [B4A] [B4i] [XUI] EDK_Notification (Sliding Notification)

Hello, this is a library that is still in beta.

I have no expectations. (Except for ) If you want, you can take the codes with winrar and open B4Xlib codes, edit and duplicate them. Because sharing is good.

Report bugs and requests to us in response.

Please let me know if any errors occur. I am here to help you.

EDK_Notification

Authors : @Ertan
Versions :
1.1

V1.0 = Release.
V1.1 = Bug Fix.

View;


Add at the bottom of the design.

Horizontal Anchor = Right and Left
Vertical Anchor = Down

set to.



Notification_Start(AnimationTime As Int,Text As String)
B4X:
EDK_Notification1.Notification_Start(500,"Loading...")

Notification_Finish(Time As Int,AnimationTime As Int,Text As String)
B4X:
EDK_Notification1.Notification_Finish(1000,500,"Finish...")


Example;

B4X:
Sub Class_Globals
    Private Root As B4XView
    Private xui As XUI
    Private EDK_Notification1 As EDK_Notification
End Sub

Public Sub Initialize

End Sub

Private Sub B4XPage_Created (Root1 As B4XView)
    Root = Root1
    Root.LoadLayout("MainPage")
    Sleep(500) 'optionally The page was put as it started as soon as it opened.
    EDK_Notification1.Notification_Start(500,"Loading...")
    Sleep(750)
    EDK_Notification1.Notification_Finish(1000,500,"Finish...")
End Sub

Color choices will be added upon request.
 

Attachments

  • EDK_Notification_Example.zip
    14.4 KB · Views: 323
  • EDK_Notification.B4xlib
    1.1 KB · Views: 187
Last edited:
Cookies are required to use this site. You must accept them to continue using the site. Learn more…