yousofkakhki
yousofkakhki
Hi there here you go: ` @NonNull @Override public Object instantiateItem(@NonNull ViewGroup container, final int position) { View view = LayoutInflater.from(container.getContext()) .inflate(R.layout.adapter, container, false); container.addView(view); bind(mData.get(position), view); CardView cardView =...
hi thank you for your answer, yes , you can add a contact to channel by typing : channel_invite On Wed, Jun 29, 2016 at 3:49 AM, Luckydonald [email protected] wrote:...
thank you thank you for ur answer i just have one more question: in order to get my public users to athenticate and use the application i must fill the...