Anjan Roy

Results 67 comments of Anjan Roy

Would you be able to send one PR @bogdan ?

I agree, webpage detailing system uptime/ downtime will be helpful.

Thanks @bogdan , we'll review it.

I see too many file changes. It'll be little hard to review.

> > I see too many file changes. It'll be little hard to review. > > @itzmeanjan Is there anu update on the PR. I think there are no conflicts...

I don't see any code sample, which you used for invoking this intent.

Hello @kw2019ltd , you can check [this](https://github.com/itzmeanjan/intent/#add-a-contact-to-your-contact-database-) usage example for putting new contact into contact database on Android. You can add more extras *( using putExtra() method )*.

Hi @etmyhome , I'm unable to maintain this package at this moment. Would you be able to send a PR with fix ?

hey @Ali-Azmoud did you try checking usage examples provided [here](https://github.com/itzmeanjan/intent#how-to-use-it-) ?

Did you check [it](https://developer.android.com/reference/android/content/Intent.html#intent-structure), which holds actual intent info and options for android platform ? If not consider doing so, because **intent** 's imitates android intent api _( java based...