Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 1 year ago.
Improve this question
I need to create a radio app in android using a radio frequency (without internet).
So, when doing some re-searches, I found all samples using streaming.
Can someone tell me some If we can create the radio frequency android app without any internet connection?
There is no specific API to access FM Radio. All the source codes are proprietary. But you can find some reverse-engineered code or library for specific devices on google.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
Am new to android ,i want to create an android app to track indoor position using ips(wifi signals)
I need to know what are Prerequisites required for and the basic idea to develop it
You must have:
1) some wiFi antennas working around (minimum three to have the precise position in the room);
2) you must use your Wifi and check the power of each antenna.
Depending on the variations of these three levels of power, you can understand where you are. This is called triangulation.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
Is there a way to count how many users currently installed my app on their phone , then show the result for example in a text View ?
According to this answer there is an open source called Andlytics Project which will enable you to reach your goal, also you can view this library called segment which as they said it enables you to :
Collect customer data with one API and send it to hundreds of tools
for analytics, marketing, and data warehousing.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
Android has Mouse support and I wonder if I can control a "virtual mouse" via service/app. I did a lot of research but I do not think the sdk provides anything I can use for obvious security reasons.
I wonder if anyone could give me a hint how to achieve this with root permission.
If android phones can run a VNC server this should be possible too shouldn't it?
I want to send the movement of a computer mouse to the phone. A cursor should be shown like if you connect a bluetooth mouse.
Thank you
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
There are a lot of live tv apps available in Android market.I also want to make such an application. But I don't know from where I will get the api for live tv streaming. YouTube provides a few number of channels as live. There is no Malayalam and Hindi channels. But I want these types of channels also.
Is there any solution to this problem? Please provide me some help.I have searched a lot but didn't get any solution.
I have another doubt can we implement a server for live channel broadcast and if so how?
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 years ago.
Improve this question
how to write some code on Android phone using java or some other language to connect a vpn account?
i know the it's a PPTP vpn that i'm going to connect,and i have account name and password. i also could set it right via my HTC Desire.
but,i really want to write some code in order to use it in my own apk file,so please anyone help me on this?
it's been two days and nobody answer my question? or just some kind of direction to follow?