Muhammad Nouman

Results 39 issues of Muhammad Nouman

How different components are interacting with each other.

My scenario is actually i'm using this kenBurnsView in collapsing toolbar and bellow collapsing toolbar i have viewpager and tablayout. I'm changing the image as ``` mViewPager.setOnPageChangeListener(new ViewPager.OnPageChangeListener() { @Override...

public class SubjectCard { String subject_name, subject_image, section, grade, no_of_students; ArrayList dps; ArrayList class_performance; ArrayList attendence_of_five_days; public SubjectCard() { } public String getSubject_name() { return subject_name; } public void setSubject_name(String...

I want to get all the logs of the previous 3 or 5 days of any device. Is it possible with this? At many places I'm not using try-catch block...

I want to give starting and ending date to calendar view.

![screenshot_20181024-152003_moment](https://user-images.githubusercontent.com/15146352/47424303-cbe01680-d7a0-11e8-9cb0-17b453822aba.jpg) I Scrolled it for half and pick my finger and it stops just in start. It is regeneratable.

I'm getting following error when i press button to execute the code: ``` SimpleAuth.getInstance().connectTwitter(new AuthCallback() { @Override public void onSuccess(SocialUser socialUser) { //ProfileActivity.start(MainActivity.this, TWITTER, socialUser); Toast.makeText(Login.this, ""+socialUser.fullName, Toast.LENGTH_SHORT).show(); } @Override...

`Caused by: java.lang.ClassNotFoundException: Didn't find class "io.fabric.sdk.android.Kit" on path: DexPathList[[zip file "/data/app/com.noumanch.selalf-1/base.apk"],nativeLibraryDirectories=[/data/app/com.noumanch.selalf-1/lib/arm64, /system/lib64, /vendor/lib64]]`

I'm trying to use this video view to play my own video but having no success i have tried this code ``` private void initVideoViews() { tv = findViewById(R.id.tv); img_vol...

Hy sorry i'm having difficulty in setting the progress value that explains how much percentage of bar should be filled out of complete circle.