Aditya Rana

Results 54 comments of Aditya Rana

> Hi @ranaaditya > The accelerometer example has a noLoop() in the setup which prevent anything to show on the screen. Removing the noLoop() works perfectly. Hi @victordiaz glad to...

Hi @codeanticode , what's your device Android API level ?

This may be due to change in the storage permission in Android 10 and higher. [Check it out here](https://stackoverflow.com/questions/62782648/android-11-scoped-storage-permissions)

> @ranaaditya I tested the code on a device running Android 12. @codeanticode Yeah, I think that's because of the latest Android API changes only. I think not only Storage...

> https://twitter.com/designsystemsin/status/1425454918123630592?s=20&t=34ugy6NiRm5omEFvm83BSw > > This new logo by Design System Internations would be the default launcher icon without Text? @codeanticode @ranaaditya Hi @rupeshkumar22 , is this logo available without text...

> Yes, the logo on wikimedia is good, I also have high-res file I can share with you. That's great :ok_hand:

Hi @rupeshkumar22 , is this issue resolved or we are yet to implement it ? Seems like we have already discussed this in **sdk updater and emulator bringup** issue catchup...

> I tried to run the Balls and cube ARCore example. > The camera preview appears but none of the 3d objects appear on the screen. Hi @victordiaz I tested...

> Hi @ranaaditya you are right it works. It takes really long time to recognise the surfaces and I did not have the patience :) > Maybe it would be...

> I am trying to use > > ``` > implementation 'org.p5android:processing-core:4.2.0' > ``` > > instead of including the .jar file - but no dependencies show up. There isn't...