Jump to content

Anyone know how to develop Apk?

TheEndIsNear

School project and i wanted to develop an Apk for an interface for Bluetooth wireless control. But i dont know where to start. Are there software to develop Apk? I just need some names or programs for me to dig deep.

Link to comment
Share on other sites

Link to post
Share on other sites

yes you can use android studios i use it to develop apps at collage it should be able to do what you want.

i use 

<uses-permission android:name = "android.permission.BLUETOOTH_ADMIN"/>
<uses-permission android:name = "android.permission.BLUETOOTH"/>

as the code to allow bluetooth to be used

 

Link to comment
Share on other sites

Link to post
Share on other sites

8 minutes ago, thomascook0404 said:

yes you can use android studios i use it to develop apps at collage it should be able to do what you want.

i use 


<uses-permission android:name = "android.permission.BLUETOOTH_ADMIN"/>
<uses-permission android:name = "android.permission.BLUETOOTH"/>

as the code to allow bluetooth to be used

 

Oh thanks. I'll research it :)

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×