SUX
SUX

Reputation: 900

how to know which language apps written in

I want to make an application and I need to know the programming languages that were used in similar applications in google play store. I tried to contact the owners of the application but there is no response.

i tried to see the app files using file manager but didn't work.

Upvotes: 0

Views: 3655

Answers (2)

dimvolk
dimvolk

Reputation: 400

Simplest way is decompile apk and you can see java, c++ or other lang.

Upvotes: 1

Matthew
Matthew

Reputation: 189

If you will describe the app that you're trying to create, some people here may be able to make suggestions. In general though, android apps are written in either Java or Kotlin. If you're just starting out, start with Java.

Upvotes: 0

Related Questions