Click here to Skip to main content
15,906,329 members

Comments by pankaj788 (Top 11 by date)

pankaj788 1-Jul-17 13:15pm View    
I am asking about another method of implementation of multi-view types in recyclerview not about casting. Please try to understand overall question.
pankaj788 30-Jun-17 14:41pm View    
Hello ?
pankaj788 30-Jun-17 9:06am View    
?
pankaj788 30-Jun-17 8:35am View    
I am not professional android developer. I had followed this video tutorial. https://www.youtube.com/watch?v=LZCZSeFTvyk

Is there any other way to implement 1. MENU_ITEM, 2. NATIVE_EXPRESS_ADS every 8th position & 3. LOAD_MORE_VIEW for every 10th position of recyclerview.
pankaj788 30-Jun-17 8:24am View    
If I removed the LOAD_MORE_VIEW_TYPE then MENU_ITEM_VIEW_TYPE and NATIVE_EXPRESS_ADS_VIEW_TYPE are loading into recyclerview and condition is get satisfied. That time object of one type is going to cast to unrelated type. How?