barko Member Licensed User Longtime User Aug 22, 2016 #1 Can I make application like this with B4A? (https://play.google.com/store/apps/details?id=com.google.android.keep). Can anyone point me in right direction, how to do it? Which components to use to achieve such behaviour. I need to create just first part of the app, so I can add text. Do I use CustomListView? or? Thank you in advance.
Can I make application like this with B4A? (https://play.google.com/store/apps/details?id=com.google.android.keep). Can anyone point me in right direction, how to do it? Which components to use to achieve such behaviour. I need to create just first part of the app, so I can add text. Do I use CustomListView? or? Thank you in advance.
Erel B4X founder Staff member Licensed User Longtime User Aug 22, 2016 #2 Yes. barko said: Can anyone point me in right direction, how to do it? Click to expand... How to do what? CustomListView is a good choice for implementing a customized list. Upvote 0
Yes. barko said: Can anyone point me in right direction, how to do it? Click to expand... How to do what? CustomListView is a good choice for implementing a customized list.
barko Member Licensed User Longtime User Aug 22, 2016 #3 Maybe I'm using wrong words as english is not my prime language. I mean, with which component to do this. So, CustomListView is ok to start with? And I will ask again, is it possible to do such app with B4A? Last edited: Aug 22, 2016 Upvote 0
Maybe I'm using wrong words as english is not my prime language. I mean, with which component to do this. So, CustomListView is ok to start with? And I will ask again, is it possible to do such app with B4A?
DonManfred Expert Licensed User Longtime User Aug 22, 2016 #4 barko said: And I will ask again, is it possible to do such app with B4A? Click to expand... Yes start with CustomListView to build such a list. Use msmaterialdrawer for the drawer, Use Appcompat for Material design Upvote 0
barko said: And I will ask again, is it possible to do such app with B4A? Click to expand... Yes start with CustomListView to build such a list. Use msmaterialdrawer for the drawer, Use Appcompat for Material design