Rajan Maurya
Rajan Maurya
> So I figured out that the reason why I was getting this exception because the navigation graphs id in the xml should match the id of the menu items...
Hi, @hadiidbouk thanks for quick reply. as I can see when I set max value `app:hdMaxValue="10"`. It sets for all the chart bars. Is it possible that I can set...
BarData.class ``` public class BarData { private String barTitle; private float barValue; private String pinText; private float maxValue = 0.0f; ... } ``` Updated mMaxValue in build ``` addView(linearLayout); int...
@hadiidbouk I create a PR, let's talk there I did the exact same thing. Checkout: https://github.com/hadiidbouk/ChartProgressBar-Android/pull/4
You are most welcome!
This is the reason for low quality images https://developer.android.com/reference/android/provider/MediaStore.html#ACTION_IMAGE_CAPTURE
This issue is open for pick up, So feel free to pick and send PR
@batbrain7 You can go ahead and send PR. We will be going to use Roboto.
Loan Status `CREATED` Then `Open` For Generating form we need the Cost `GET` = `http://pilot.kuelap.io/api/portfolio/v1/products/aaabbb/cases/TestLoan/actions/OPEN/costcomponent` For Opening, the Loan here is post request `POST` = `http://pilot.kuelap.io/api/portfolio/v1/products/aaabbb/cases/TestLoan/commands/OPEN` with data ``` {...
Loan Status `PENDING` Then `APPROVE` or `DENY` For Generating `APPROVE` form, we need the Cost `GET` = `http://pilot.kuelap.io/api/portfolio/v1/products/aaabbb/cases/TestLoan/actions/APPROVE/costcompon` For Generating `DENY` form, we need the Cost `GET` = `http://pilot.kuelap.io/api/portfolio/v1/products/aaabbb/cases/TestLoan/actions/DENY/costcomponent` For...