Hey everyone. I'm a relatively new android develop...
# android
a
Hey everyone. I'm a relatively new android developer here. Lovely to meet you all. I want to know how can I access the motion sensors (gyroscope, accelerometer) and get the data from them? Oh, and I'll be really grateful if you can tell me how to infer spatial positioning (The app can identify its position with respect to it's original position after movement from a static position) I'm scratching my head on how to do this 😅
not kotlin but kotlin colored 4
n
Hey @Aadith Jagan, you can always start with chatGPT, I just gave your message to it and got pretty good result. https://chatgpt.com/share/66f28d72-dd54-8004-8646-56d306ed6819
c
Also
• Please remember this is a Slack team for Kotlin. If you have generic questions that are about a technology (which may or may not be used with Kotlin), maybe it’s better to use another forum, such as StackOverflow.
https://kotlinlang.org/docs/slack-code-of-conduct.html#basic-usage-guidelines
a
Sure thing! I'll keep it in mind for future interactions.
c
Fyi: some features require setting permissions inside your AndroidManifest.xml file. Then your application will require implementation to check for, and request permissions, before your app is allowed to access hardware features. ChatGPT will specify everything for you. ChatGPT has most of the answers.
🙌 1
a
Noted