bozapro / circular-slider-range

A circular slider range for Android.
Apache License 2.0
19 stars 6 forks source link

Request #1

Closed satishkumar0123 closed 7 years ago

satishkumar0123 commented 7 years ago

Hello Sir, I want to design, like below image view (which are point 1). By customizing your lib (bozapro/circular-slider-range).But can design exact same,please help me. My customized code are in point 2.I'm highly obliged of you.

  1. img_20161008_205154687

  2. circular-slider-range2(1).zip

bozapro commented 7 years ago

Hi @satishkumar0123 , Circular Slider Range can be customized to like you asked. It can include blue circle and two thumbs for taps. You will have to make by your own dividers for clock time. Hope it helped.

satishkumar0123 commented 7 years ago

Hello Sir, I have already designed like that clock and also changed color .But matter is that for different -2 phone outer circle is stretched.

On Wed, Nov 16, 2016 at 6:09 PM, Aleksandar Bozic notifications@github.com wrote:

Hi @satishkumar0123 https://github.com/satishkumar0123 , Circular Slider Range can be customized to like you asked. It can include blue circle and two thumbs for taps. You will have to make by your own dividers for clock time. Hope it helped.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/bozapro/circular-slider-range/issues/1#issuecomment-260936501, or mute the thread https://github.com/notifications/unsubscribe-auth/AVfmKuRZo8-8POxafnxub0EPTyxGBOUXks5q-vmZgaJpZM4KzzIm .

Satish Yadav | Android Developer Eveear Technologies Inc. | http://www.eveear.com Phone: +91(958)-276-9953 Email: satishy@eveear.com rohitr@eveear.com

An E-verify Employer

[image: https://www.linkedin.com/company/eveear] https://www.linkedin.com/company/eveear https://www.facebook.com/Eveear-Technologies-1564256183904660/ https://twitter.com/Eveear_Tech https://www.instagram.com/eveear.technologies/

satishkumar0123 commented 7 years ago

Hello, Can you tell me, How we fixed slider start and end point on specific angle.

On Wed, Nov 16, 2016 at 6:20 PM, Satish Yadav satishy@eveear.com wrote:

Hello Sir, I have already designed like that clock and also changed color .But matter is that for different -2 phone outer circle is stretched.

On Wed, Nov 16, 2016 at 6:09 PM, Aleksandar Bozic < notifications@github.com> wrote:

Hi @satishkumar0123 https://github.com/satishkumar0123 , Circular Slider Range can be customized to like you asked. It can include blue circle and two thumbs for taps. You will have to make by your own dividers for clock time. Hope it helped.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/bozapro/circular-slider-range/issues/1#issuecomment-260936501, or mute the thread https://github.com/notifications/unsubscribe-auth/AVfmKuRZo8-8POxafnxub0EPTyxGBOUXks5q-vmZgaJpZM4KzzIm .

Satish Yadav | Android Developer Eveear Technologies Inc. | http://www.eveear.com Phone: +91(958)-276-9953 Email: satishy@eveear.com rohitr@eveear.com

An E-verify Employer

[image: https://www.linkedin.com/company/eveear] https://www.linkedin.com/company/eveear https://www.facebook.com/Eveear-Technologies-1564256183904660/ https://twitter.com/Eveear_Tech https://www.instagram.com/eveear.technologies/

Satish Yadav | Android Developer Eveear Technologies Inc. | http://www.eveear.com Phone: +91(958)-276-9953 Email: satishy@eveear.com rohitr@eveear.com

An E-verify Employer

[image: https://www.linkedin.com/company/eveear] https://www.linkedin.com/company/eveear https://www.facebook.com/Eveear-Technologies-1564256183904660/ https://twitter.com/Eveear_Tech https://www.instagram.com/eveear.technologies/

bozapro commented 7 years ago

Hi @satishkumar0123 , You can set start and end angle via XML or programmatically.

Via XML:

range:start_angle="120"
range:end_angle="30"

Programmatically:

setStartAngle(120);
setEndAngle(30);
satishkumar0123 commented 7 years ago

Hi, I want when we fixed start_angle and end_angle. Then we can not slide start and end point by thumb pressed. (it's always fixed). because we want schedule meeting from current time to 4 hour ahead. (eg. 16:30 pm to 20:30 pm).

On Thu, Nov 17, 2016 at 3:59 PM, Aleksandar Bozic notifications@github.com wrote:

Hi @satishkumar0123 https://github.com/satishkumar0123 , You can set start and end angle via XML or programmatically.

Via XML:

range:start_angle="120" range:end_angle="30"

Programmatically:

setStartAngle(120); setEndAngle(30);

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/bozapro/circular-slider-range/issues/1#issuecomment-261211412, or mute the thread https://github.com/notifications/unsubscribe-auth/AVfmKgLD0Yimp_hneRYHByHEckRmp2ysks5q_CyCgaJpZM4KzzIm .

Satish Yadav | Android Developer Eveear Technologies Inc. | http://www.eveear.com Phone: +91(958)-276-9953 Email: satishy@eveear.com rohitr@eveear.com

An E-verify Employer

[image: https://www.linkedin.com/company/eveear] https://www.linkedin.com/company/eveear https://www.facebook.com/Eveear-Technologies-1564256183904660/ https://twitter.com/Eveear_Tech https://www.instagram.com/eveear.technologies/

bozapro commented 7 years ago

Hi @satishkumar0123 , At the moment library doesn't support automatically movement of another thumb, when you are moving one of them. If you need something like this, please submit a request with clear specification what exactly you expect and how library should behave.

satishkumar0123 commented 7 years ago

Hi,

  1. I want to design like a clock. Which are in below pic (clock_design.jpg). I'm trying to design clock good but not able to exact same.
  2. CLOCK SCENARIO

    a. "Start Thumb" on current time and "End Thumb" on four hour ahead from current time. (example. "Start Thumb" on 16:30 pm to "End Thumb" on 20:30 pm).

    b. Not more than four hour difference between "Start Thumb" and "End Thumb". difference may be less than four hours.

    c. "Start Thumb" can not below on current time any how. If we touch "Start Thumb". But it's move only two hour ahead from current time.

    d. If "Start Thumb" move ahead from current time. Then User can move "End Thumb" ahead. But difference not more than four hour from "Start Thumb" to "End Thumb".

NOTE: I have done scenario (a). and Share complete PROJECT CODE with you as well as CLOCK DESIGN. Please help.

​ clock_design.jpg https://drive.google.com/a/eveear.com/file/d/0B5szrATdaLOEMnlZXzkwVXo2Um8/view?usp=drive_web ​ ​ circular-slider-range2.rar https://drive.google.com/a/eveear.com/file/d/0B5szrATdaLOESGhmRmc2WXZ5S2s/view?usp=drive_web

On Thu, Nov 17, 2016 at 6:09 PM, Aleksandar Bozic notifications@github.com wrote:

Hi @satishkumar0123 https://github.com/satishkumar0123 , At the moment library doesn't support automatically movement of another thumb, when you are moving one of them. If you need something like this, please submit a request with clear specification what exactly you expect and how library should behave.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/bozapro/circular-slider-range/issues/1#issuecomment-261236842, or mute the thread https://github.com/notifications/unsubscribe-auth/AVfmKt8iK-mbbpVowT2s9NA9XNpIM334ks5q_EsagaJpZM4KzzIm .

Satish Yadav | Android Developer Eveear Technologies Inc. | http://www.eveear.com Phone: +91(958)-276-9953 Email: satishy@eveear.com rohitr@eveear.com

An E-verify Employer

[image: https://www.linkedin.com/company/eveear] https://www.linkedin.com/company/eveear https://www.facebook.com/Eveear-Technologies-1564256183904660/ https://twitter.com/Eveear_Tech https://www.instagram.com/eveear.technologies/

satishkumar0123 commented 7 years ago

Hi Sir, If you have any query .You can ask, for better understanding you can download "MeetMeNow" app from apple app store. In this application when we click on "Check-In" from Action Bar, Then this time clock page is open.

On Thu, Nov 17, 2016 at 6:48 PM, Satish Yadav satishy@eveear.com wrote:

Hi,

  1. I want to design like a clock. Which are in below pic (clock_design.jpg). I'm trying to design clock good but not able to exact same.
  2. CLOCK SCENARIO

    a. "Start Thumb" on current time and "End Thumb" on four hour ahead from current time. (example. "Start Thumb" on 16:30 pm to "End Thumb" on 20:30 pm).

    b. Not more than four hour difference between "Start Thumb" and "End Thumb". difference may be less than four hours.

    c. "Start Thumb" can not below on current time any how. If we touch "Start Thumb". But it's move only two hour ahead from current time.

    d. If "Start Thumb" move ahead from current time. Then User can move "End Thumb" ahead. But difference not more than four hour from "Start Thumb" to "End Thumb".

NOTE: I have done scenario (a). and Share complete PROJECT CODE with you as well as CLOCK DESIGN. Please help.

​ clock_design.jpg https://drive.google.com/a/eveear.com/file/d/0B5szrATdaLOEMnlZXzkwVXo2Um8/view?usp=drive_web ​ ​ circular-slider-range2.rar https://drive.google.com/a/eveear.com/file/d/0B5szrATdaLOESGhmRmc2WXZ5S2s/view?usp=drive_web

On Thu, Nov 17, 2016 at 6:09 PM, Aleksandar Bozic < notifications@github.com> wrote:

Hi @satishkumar0123 https://github.com/satishkumar0123 , At the moment library doesn't support automatically movement of another thumb, when you are moving one of them. If you need something like this, please submit a request with clear specification what exactly you expect and how library should behave.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/bozapro/circular-slider-range/issues/1#issuecomment-261236842, or mute the thread https://github.com/notifications/unsubscribe-auth/AVfmKt8iK-mbbpVowT2s9NA9XNpIM334ks5q_EsagaJpZM4KzzIm .

Satish Yadav | Android Developer Eveear Technologies Inc. | http://www.eveear.com Phone: +91(958)-276-9953 Email: satishy@eveear.com rohitr@eveear.com

An E-verify Employer

[image: https://www.linkedin.com/company/eveear] https://www.linkedin.com/company/eveear https://www.facebook.com/Eveear-Technologies-1564256183904660/ https://twitter.com/Eveear_Tech https://www.instagram.com/eveear.technologies/

Satish Yadav | Android Developer Eveear Technologies Inc. | http://www.eveear.com Phone: +91(958)-276-9953 Email: satishy@eveear.com rohitr@eveear.com

An E-verify Employer

[image: https://www.linkedin.com/company/eveear] https://www.linkedin.com/company/eveear https://www.facebook.com/Eveear-Technologies-1564256183904660/ https://twitter.com/Eveear_Tech https://www.instagram.com/eveear.technologies/

satishkumar0123 commented 7 years ago

Hi, and we do not need automatically movement.We move it from our Thumb explicitly.(According to clock scenario condition)

On Fri, Nov 18, 2016 at 11:39 AM, Satish Yadav satishy@eveear.com wrote:

Hi Sir, If you have any query .You can ask, for better understanding you can download "MeetMeNow" app from apple app store. In this application when we click on "Check-In" from Action Bar, Then this time clock page is open.

On Thu, Nov 17, 2016 at 6:48 PM, Satish Yadav satishy@eveear.com wrote:

Hi,

  1. I want to design like a clock. Which are in below pic (clock_design.jpg). I'm trying to design clock good but not able to exact same.
  2. CLOCK SCENARIO

    a. "Start Thumb" on current time and "End Thumb" on four hour ahead from current time. (example. "Start Thumb" on 16:30 pm to "End Thumb" on 20:30 pm).

    b. Not more than four hour difference between "Start Thumb" and "End Thumb". difference may be less than four hours.

    c. "Start Thumb" can not below on current time any how. If we touch "Start Thumb". But it's move only two hour ahead from current time.

    d. If "Start Thumb" move ahead from current time. Then User can move "End Thumb" ahead. But difference not more than four hour from "Start Thumb" to "End Thumb".

NOTE: I have done scenario (a). and Share complete PROJECT CODE with you as well as CLOCK DESIGN. Please help.

​ clock_design.jpg https://drive.google.com/a/eveear.com/file/d/0B5szrATdaLOEMnlZXzkwVXo2Um8/view?usp=drive_web ​ ​ circular-slider-range2.rar https://drive.google.com/a/eveear.com/file/d/0B5szrATdaLOESGhmRmc2WXZ5S2s/view?usp=drive_web

On Thu, Nov 17, 2016 at 6:09 PM, Aleksandar Bozic < notifications@github.com> wrote:

Hi @satishkumar0123 https://github.com/satishkumar0123 , At the moment library doesn't support automatically movement of another thumb, when you are moving one of them. If you need something like this, please submit a request with clear specification what exactly you expect and how library should behave.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/bozapro/circular-slider-range/issues/1#issuecomment-261236842, or mute the thread https://github.com/notifications/unsubscribe-auth/AVfmKt8iK-mbbpVowT2s9NA9XNpIM334ks5q_EsagaJpZM4KzzIm .

Satish Yadav | Android Developer Eveear Technologies Inc. | http://www.eveear.com Phone: +91(958)-276-9953 Email: satishy@eveear.com rohitr@eveear.com

An E-verify Employer

[image: https://www.linkedin.com/company/eveear] https://www.linkedin.com/company/eveear https://www.facebook.com/Eveear-Technologies-1564256183904660/ https://twitter.com/Eveear_Tech https://www.instagram.com/eveear.technologies/

Satish Yadav | Android Developer Eveear Technologies Inc. | http://www.eveear.com Phone: +91(958)-276-9953 Email: satishy@eveear.com rohitr@eveear.com

An E-verify Employer

[image: https://www.linkedin.com/company/eveear] https://www.linkedin.com/company/eveear https://www.facebook.com/Eveear-Technologies-1564256183904660/ https://twitter.com/Eveear_Tech https://www.instagram.com/eveear.technologies/

Satish Yadav | Android Developer Eveear Technologies Inc. | http://www.eveear.com Phone: +91(958)-276-9953 Email: satishy@eveear.com rohitr@eveear.com

An E-verify Employer

[image: https://www.linkedin.com/company/eveear] https://www.linkedin.com/company/eveear https://www.facebook.com/Eveear-Technologies-1564256183904660/ https://twitter.com/Eveear_Tech https://www.instagram.com/eveear.technologies/

satishkumar0123 commented 7 years ago

Hi Aleksandar Please help.

On Fri, Nov 18, 2016 at 11:42 AM, Satish Yadav satishy@eveear.com wrote:

Hi, and we do not need automatically movement.We move it from our Thumb explicitly.(According to clock scenario condition)

On Fri, Nov 18, 2016 at 11:39 AM, Satish Yadav satishy@eveear.com wrote:

Hi Sir, If you have any query .You can ask, for better understanding you can download "MeetMeNow" app from apple app store. In this application when we click on "Check-In" from Action Bar, Then this time clock page is open.

On Thu, Nov 17, 2016 at 6:48 PM, Satish Yadav satishy@eveear.com wrote:

Hi,

  1. I want to design like a clock. Which are in below pic (clock_design.jpg). I'm trying to design clock good but not able to exact same.

  2. CLOCK SCENARIO

    a. "Start Thumb" on current time and "End Thumb" on four hour ahead from current time. (example. "Start Thumb" on 16:30 pm to "End Thumb" on 20:30 pm).

    b. Not more than four hour difference between "Start Thumb" and "End Thumb". difference may be less than four hours.

    c. "Start Thumb" can not below on current time any how. If we touch "Start Thumb". But it's move only two hour ahead from current time.

    d. If "Start Thumb" move ahead from current time. Then User can move "End Thumb" ahead. But difference not more than four hour from "Start Thumb" to "End Thumb".

NOTE: I have done scenario (a). and Share complete PROJECT CODE with you as well as CLOCK DESIGN. Please help.

​ clock_design.jpg https://drive.google.com/a/eveear.com/file/d/0B5szrATdaLOEMnlZXzkwVXo2Um8/view?usp=drive_web ​ ​ circular-slider-range2.rar https://drive.google.com/a/eveear.com/file/d/0B5szrATdaLOESGhmRmc2WXZ5S2s/view?usp=drive_web

On Thu, Nov 17, 2016 at 6:09 PM, Aleksandar Bozic < notifications@github.com> wrote:

Hi @satishkumar0123 https://github.com/satishkumar0123 , At the moment library doesn't support automatically movement of another thumb, when you are moving one of them. If you need something like this, please submit a request with clear specification what exactly you expect and how library should behave.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/bozapro/circular-slider-range/issues/1#issuecomment-261236842, or mute the thread https://github.com/notifications/unsubscribe-auth/AVfmKt8iK-mbbpVowT2s9NA9XNpIM334ks5q_EsagaJpZM4KzzIm .

-- Satish Yadav | Android Developer Eveear Technologies Inc. | http://www.eveear.com Phone: +91(958)-276-9953 Email: satishy@eveear.com rohitr@eveear.com

An E-verify Employer

[image: https://www.linkedin.com/company/eveear] https://www.linkedin.com/company/eveear https://www.facebook.com/Eveear-Technologies-1564256183904660/ https://twitter.com/Eveear_Tech https://www.instagram.com/eveear.technologies/

-- Satish Yadav | Android Developer Eveear Technologies Inc. | http://www.eveear.com Phone: +91(958)-276-9953 Email: satishy@eveear.com rohitr@eveear.com

An E-verify Employer

[image: https://www.linkedin.com/company/eveear] https://www.linkedin.com/company/eveear https://www.facebook.com/Eveear-Technologies-1564256183904660/ https://twitter.com/Eveear_Tech https://www.instagram.com/eveear.technologies/

-- Satish Yadav | Android Developer Eveear Technologies Inc. | http://www.eveear.com Phone: +91(958)-276-9953 Email: satishy@eveear.com rohitr@eveear.com

An E-verify Employer

[image: https://www.linkedin.com/company/eveear] https://www.linkedin.com/company/eveear https://www.facebook.com/Eveear-Technologies-1564256183904660/ https://twitter.com/Eveear_Tech https://www.instagram.com/eveear.technologies/

-- Satish Yadav | Android Developer Eveear Technologies Inc. | http://www.eveear.com Phone: +91(958)-276-9953 Email: satishy@eveear.com rohitr@eveear.com

An E-verify Employer

[image: https://www.linkedin.com/company/eveear] https://www.linkedin.com/company/eveear https://www.facebook.com/Eveear-Technologies-1564256183904660/ https://twitter.com/Eveear_Tech https://www.instagram.com/eveear.technologies/

satishkumar0123 commented 7 years ago

Hi @Aleksandar, can you tell me. How we stop START_THUMB and STOP_THUMB on particular point.

On Tue, Dec 6, 2016 at 10:03 AM, Satish Yadav satishy@eveear.com wrote:

Hi Aleksandar Please help.

On Fri, Nov 18, 2016 at 11:42 AM, Satish Yadav satishy@eveear.com wrote:

Hi, and we do not need automatically movement.We move it from our Thumb explicitly.(According to clock scenario condition)

On Fri, Nov 18, 2016 at 11:39 AM, Satish Yadav satishy@eveear.com wrote:

Hi Sir, If you have any query .You can ask, for better understanding you can download "MeetMeNow" app from apple app store. In this application when we click on "Check-In" from Action Bar, Then this time clock page is open.

On Thu, Nov 17, 2016 at 6:48 PM, Satish Yadav satishy@eveear.com wrote:

Hi,

  1. I want to design like a clock. Which are in below pic (clock_design.jpg). I'm trying to design clock good but not able to exact same.

  2. CLOCK SCENARIO

    a. "Start Thumb" on current time and "End Thumb" on four hour ahead from current time. (example. "Start Thumb" on 16:30 pm to "End Thumb" on 20:30 pm).

    b. Not more than four hour difference between "Start Thumb" and "End Thumb". difference may be less than four hours.

    c. "Start Thumb" can not below on current time any how. If we touch "Start Thumb". But it's move only two hour ahead from current time.

    d. If "Start Thumb" move ahead from current time. Then User can move "End Thumb" ahead. But difference not more than four hour from "Start Thumb" to "End Thumb".

NOTE: I have done scenario (a). and Share complete PROJECT CODE with you as well as CLOCK DESIGN. Please help.

​ clock_design.jpg https://drive.google.com/a/eveear.com/file/d/0B5szrATdaLOEMnlZXzkwVXo2Um8/view?usp=drive_web ​ ​ circular-slider-range2.rar https://drive.google.com/a/eveear.com/file/d/0B5szrATdaLOESGhmRmc2WXZ5S2s/view?usp=drive_web

On Thu, Nov 17, 2016 at 6:09 PM, Aleksandar Bozic < notifications@github.com> wrote:

Hi @satishkumar0123 https://github.com/satishkumar0123 , At the moment library doesn't support automatically movement of another thumb, when you are moving one of them. If you need something like this, please submit a request with clear specification what exactly you expect and how library should behave.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/bozapro/circular-slider-range/issues/1#issuecomment-261236842, or mute the thread https://github.com/notifications/unsubscribe-auth/AVfmKt8iK-mbbpVowT2s9NA9XNpIM334ks5q_EsagaJpZM4KzzIm .

-- Satish Yadav | Android Developer Eveear Technologies Inc. | http://www.eveear.com Phone: +91(958)-276-9953 Email: satishy@eveear.com rohitr@eveear.com

An E-verify Employer

[image: https://www.linkedin.com/company/eveear] https://www.linkedin.com/company/eveear https://www.facebook.com/Eveear-Technologies-1564256183904660/ https://twitter.com/Eveear_Tech https://www.instagram.com/eveear.technologies/

-- Satish Yadav | Android Developer Eveear Technologies Inc. | http://www.eveear.com Phone: +91(958)-276-9953 Email: satishy@eveear.com rohitr@eveear.com

An E-verify Employer

[image: https://www.linkedin.com/company/eveear] https://www.linkedin.com/company/eveear https://www.facebook.com/Eveear-Technologies-1564256183904660/ https://twitter.com/Eveear_Tech https://www.instagram.com/eveear.technologies/

-- Satish Yadav | Android Developer Eveear Technologies Inc. | http://www.eveear.com Phone: +91(958)-276-9953 Email: satishy@eveear.com rohitr@eveear.com

An E-verify Employer

[image: https://www.linkedin.com/company/eveear] https://www.linkedin.com/company/eveear https://www.facebook.com/Eveear-Technologies-1564256183904660/ https://twitter.com/Eveear_Tech https://www.instagram.com/eveear.technologies/

-- Satish Yadav | Android Developer Eveear Technologies Inc. | http://www.eveear.com Phone: +91(958)-276-9953 Email: satishy@eveear.com rohitr@eveear.com

An E-verify Employer

[image: https://www.linkedin.com/company/eveear] https://www.linkedin.com/company/eveear https://www.facebook.com/Eveear-Technologies-1564256183904660/ https://twitter.com/Eveear_Tech https://www.instagram.com/eveear.technologies/

-- Satish Yadav | Android Developer Eveear Technologies Inc. | http://www.eveear.com Phone: +91(958)-276-9953 Email: satishy@eveear.com rohitr@eveear.com

An E-verify Employer

[image: https://www.linkedin.com/company/eveear] https://www.linkedin.com/company/eveear https://www.facebook.com/Eveear-Technologies-1564256183904660/ https://twitter.com/Eveear_Tech https://www.instagram.com/eveear.technologies/