enes.sakut

Results 9 comments of enes.sakut

@gcasar hi bro thank you) I tried this `ArrayList xVals = new ArrayList(); for (int i = 0; i < 100; i++) { xVals.add((i) + ""); } ArrayList colors =...

Hey thanks your suggestion but I don't know `paint.setXfermode(new PorterDuffXfermode(Mode.ADD));` this.Do you have any source or example?

@lqq1312 hi bro, you can do this Xaxis effect two ways - ValueFormatter -Or manual(your xml design)

@lqq1312 I think valueformatter NOT BAD but I used visible Xaxis like this ` // set up the axis at the bottom of the graph XAxis x = holder.chart.getXAxis(); x.setPosition(XAxis.XAxisPosition.BOTTOM);...

@lqq1312 I don't understand which verticaldashLine.Maybe you can use `mChart.getData().setHighlightEnabled(false);` this code for Vertical Highlight enabled or disabled.

@lqq1312 uppsy this is grid background.Use this code to visible all grid backgrounds `chart.setDrawGridBackground(false);`

I have a smartwatch(ble device) and I'm creating an android app for this smartwatch.My phone work peripheral mode and I want to sent Android phone's notifications (messengers,whatsapp etc ) to...

ok,I'm using ANCS(apple notification center service [https://developer.apple.com/library/content/documentation/CoreBluetooth/Reference/AppleNotificationCenterServiceSpecification/Specification/Specification.html#//apple_ref/doc/uid/TP40013460-CH1-SW8](url) on my android app.I created NotificationSource(8 byte ) how can I send this notificationsource to smartwatch I don't understand.Can you help me?

Mee to I have never used it ) But It's same your project just different UUIDS and characteristics.Can I send my Notification service as an email?