custom

  1. K

    Android Question Panel Custom View

    I create panel custom view, but none object added in it. my panel custom view code : Public Sub DesignerCreateView (Base As Panel, Lbl As Label, Props As Map) mBase.Initialize("mBase") mBase = Base Base.AddView(mBase,0,0,Base.Width,Base.Height) Log(Props.Get("Elevation"))...
  2. K

    Android Question Animation to Custom View

    Hii everybody, I want to give my custom view animation like button click.
  3. K

    Android Question Custom View Default Value

    I create custom class, I assign some property and its default value to it, then I add custom view in activity and, then I change default value of property in custom view. But its update default value in my activity. What is solution for this?
  4. K

    Android Question edittext custom view

    Hii experts, I'm new to b4a custom view, so please help me. I'm trying to create edittext custom view, add I want to add textchange event my code is : Public Sub DesignerCreateView (Base As Panel, Lbl As Label, Props As Map) mBase = Base edittext.Initialize("")...
  5. K

    Android Question corner radius property to custom view

    I want to give radius property to my custom view panel. I'm try Base.CornerRadius but it not cornerradius property in drop list.
  6. K

    Android Question object base class

    Hii experts, I have to create an application by custom components class. in which I want all same property of default object. like Button class, I want to create my custom components button which contains all property and event of buttons. like in other software, there is option of base class...
  7. K

    Android Question CustomListView running too slow

    I have same problem again. my customlistview taking more than 4 min for nearly 1200 records of sqlite 7.12.00 7.16.00 my code is : cursor = Starter.year.ExecQuery("select * from GL where FBOOK='G001' order by FDESC") Dim...
  8. K

    Android Question Class of Objects

    Hii everybody. I have to create my own obect like edittext,button with my own property using this as base object how to do that? thanks in advance.
  9. K

    Android Question Custome ListView

    Hi everybody. I want to create custom listview with three different fontsize textview in each row. Thanks in Advance.
  10. Android Code Snippet [Notification Builder] How to add a custom sound from File.DirAssets

    Hi everyone!!! I want to share with you my solution, using the Notification Builder (Thanks to @barx for this awesome library <3 ), to play a custom sound from your DirAssets folder. I did it because this method use the notification volume for this sound (instead of the Soundpool solution...
Cookies are required to use this site. You must accept them to continue using the site. Learn more…