Recyclerview Retrofit
@FormUrlEncoded @POST ( "scategory_product" ) Call<ProductModel> GetProduct( @Field ( "AccessKey" ) String key, @Field ( "Language" ) String Language, @Field ( "Sub_Category_Id" ) String Sub_Category_Id); < LinearLayout android :id ="@+id/lnr_main" android :layout_width ="match_parent" android :layout_height ="match_parent" android :orientation ="vertical" > < androidx.core.widget.NestedScrollView android :layout_width ="match_parent" android :layout_height ="match_parent" android :layout_weight ="1" > < LinearLayout android :layout_width ="match_parent" android :layout_height ="match_parent" android :layout_weight ="1" android :orientation ="vertical" ...