walterf25 Expert Licensed User Longtime User Mar 21, 2017 #1 Hi all, i found this thread by @corwin42 and @Erel, on this thread he mentions something about adding a dependency to his project. the post can be found here. He mentions this exactly: You need to add a dependency on: com.android.support:recyclerview-v7 question is, how do you do this, how do you add a dependency? Regards, Walter
Hi all, i found this thread by @corwin42 and @Erel, on this thread he mentions something about adding a dependency to his project. the post can be found here. He mentions this exactly: You need to add a dependency on: com.android.support:recyclerview-v7 question is, how do you do this, how do you add a dependency? Regards, Walter
DonManfred Expert Licensed User Longtime User Mar 22, 2017 #2 Add this in your B4A Code B4X: #additionaljar: com.android.support:recyclerview-v7 Last edited: Mar 22, 2017 Upvote 0
walterf25 Expert Licensed User Longtime User Mar 22, 2017 #3 DonManfred said: Add this in your B4A Code B4X: #additionaljar: com.android.support:recyclerview-v7 Click to expand... Thank you DonManfred Walter Upvote 0
DonManfred said: Add this in your B4A Code B4X: #additionaljar: com.android.support:recyclerview-v7 Click to expand... Thank you DonManfred Walter