Aleksandr Skladnev

Results 3 issues of Aleksandr Skladnev

I already done authentication with help of native Android and Google libs https://developers.google.com/identity/sign-in/android/backend-auth but I am struggling how to correctly populate and save user in my case I know its...

Hello. I have an adapter where mostly child items are changed. I create it like this - mEventAdapter = new SubCategoryExpandableRecyclerAdapter(context, getEventItems(mChannelId)), where getEventItems(mChannelId) returns array. Then I get in...

need-info

How can I show numeric slider values? I want to show user slide bar real time progress in another TextArea when he moves slider. How can I do this?