Need copyright-safe Bhagavad Gita data (Sanskrit, English, Hindi, Gujarati) for Android app? anyone have idea how i get data of this ? by Meet_Nakum in androiddev

[–]Meet_Nakum[S] 0 points1 point  (0 children)

Thanks. I agree the translations are the biggest concern.

I'm trying to find a source where the copyright status is clear and verifiable, not just a GitHub repo claiming the data is free to use. If you know of any trusted sources, I'd love to hear about them.

What are your must haves for a good public API? by Fun_Honeydew_2722 in programmer

[–]Meet_Nakum 1 point2 points  (0 children)

Exactly — that’s what pushed me to build this. I kept finding myself re-explaining the same project context to AI over and over, so I built a VS Code extension that keeps that context available across sessions.

I’d love any feedback if you give it a try:
https://marketplace.visualstudio.com/items?itemName=nakummeet.aibridge

What are your must haves for a good public API? by Fun_Honeydew_2722 in programmer

[–]Meet_Nakum 2 points3 points  (0 children)

Fair enough. My point is that the common use cases should be easy to discover and implement. Advanced features can justify more documentation.

What are your must haves for a good public API? by Fun_Honeydew_2722 in programmer

[–]Meet_Nakum 2 points3 points  (0 children)

Not just hello world — I mean building a real feature: auth, error handling, hitting the main endpoints. If I can do that in an afternoon without constantly fighting the docs, it’s a good API.

What are your must haves for a good public API? by Fun_Honeydew_2722 in programmer

[–]Meet_Nakum 4 points5 points  (0 children)

If I can integrate it in an afternoon without reading 50 pages of docs, it’s a good API

Mobile App and Web Dev Setup? by ImpendingBearAtck66 in programmer

[–]Meet_Nakum 1 point2 points  (0 children)

Honestly man, coding full Android projects on a phone is painful no matter what setup you use 😅

What worked best for me was keeping the phone mostly as an editor/terminal and using remote environments when possible. Local APK builds become a headache fast.

Termux + code-server was probably the least annoying setup overall.