Aditya Rana

Results 54 comments of Aditya Rana

Thanks for the screenshots @adilirshad , I will test this app soon and fix the bugs (if any). Since this is a opensource project so you/anyone can put a Pull...

@tranquoctrungcntt you have to __explicitly inflate__ the menu to mToolbar like private Toolbar mToolbar = findViewById(R.id.mainToolbar); mToolbar.inflateMenu(R.menu.main_menu) ; otherwise it will always through __NULLPOINTER EXCEPTION__ :)

> If `pull request` is created to the `master` branch, check whether this PR has any problem or not. it is good to make a CI process. Hi @Chandra-Sekhar-Bala ,...

What's your say @codeanticode on this, I was planning to add CI building process, linting, code build checker, and welcome comments automation for android-mode as well like p5.js Thanks !

> @ranaaditya You're correct, that's what I am trying to achieve here. Also, contributors will be able to see why their PR can/can't be merged, when && what goes wrong!...

> I tried to look into the codebase, didn't understand a bit. Sorry, I don't have any experience in this type of codebase. I am familiar with a repo including...

> I have two applications that use PShape.setFill. > One of them runs completely fine, the other one crashes. Both of them use size(x, y, P2D) in the setup, so...

> I agree some updates are needed to keep this part of processing relevant. As much as a may disagree with the direction that people want processing to head in,...

@codeanticode do we really need to separately implement [Network](https://processing.org/reference/libraries/net/index.html) and [PDF library](https://processing.org/reference/libraries/pdf/index.html) for android-mode ?

> @ajavamind thanks for bringing this issue up. > > @ranaaditya We might need a separate implementation of the Network library, not sure how much of the original Java library...