Talha Zia

Results 6 issues of Talha Zia

- Created a `setUpWithViewPager()` method similar to Android's `TabLayout` method. - This will couple `BottomBar `with a `ViewPager` you implemented in your app. And change behaviour of other when one...

The error: ``` FATAL EXCEPTION: main Process: com.mujadidia.duaoazkar, PID: 26580 java.lang.RuntimeException: Unable to resume activity {com.mujadidia.duaoazkar/com.mujadidia.duaoazkar.home.HomeView}: java.lang.NullPointerException at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2795) at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2824) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2255) at android.app.ActivityThread.access$800(ActivityThread.java:139) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1200) at android.os.Handler.dispatchMessage(Handler.java:102) at...

I got this message in pull request: > Coverage Status > > Coverage decreased (-0.5%) to 62.793% when pulling 0fe5ad8 on talhahasanzia:master into 711fcaf on roughike:master. > Here is the...

I already did a `setUpWithViewPage`r implementation in my project outside library and I was wondering to add this as a library feature. What I think the steps to do are:...

I came across an idea of implementing a method in the library, and I was wondering which branch I should fork. There is a development branch, which confused me as...

I set listeners to last child that will trigger when user clicks and send it to another activity. When I get back, I see that list closed. I want this...