Intellvold New B4A CardView

Work on B4a v12 --> Android 14 api 34

With this library, you can create an attractive androidx card view with available methods for b4a


Or If you need clicked effect on other views, you can do it as simply as possible with the following method :

View Clickable:
    'View Clickable
   
    click.Initialize("")
    click.SetViewClickable(Panel2,Null ,200)
    Dim co As ColorDrawable
    co.Initialize(Colors.Red ,200)
    Panel2.Background = co
   
   
    'view image Clickable
   
    click2.Initialize("")
    click2.SetViewClickable(ImageView1,LoadBitmap(File.DirAssets ,"duolingo-icon-2048x2048-e0jahxeb.png") ,200)




Preview:

B4aCardView.gif
 

Attachments

  • IntellVold Cardview-Sample.zip
    407.3 KB · Views: 12
  • Intellvold_CardView-Library.zip
    26.7 KB · Views: 14
Top