I have written simple service which have one broadcast receiver that listens for incoming sms messages and write info about message to database.
Problem is that every time message is received, RAM usage of service increases by 1-2 MB.
//…
I want to launch my application after boot completed. I followed steps in here. Now, the application starts after boot completed but it takes 1-2 seconds. It means I see default launcher screen for 1-2 seconds.
I don't want to see default launcher…
Is there a way to programmatically through an app on the phone monitor for a specific email address that an email was sent to and move it to a new label/folder? This question is for both Gmail apps and the native mail apps. I want basically an…
Any help is appreciated.
I have a Broadcast receiver in the manifest that when is android:enabled="true" receives the broadcast and starts the service. And when it is android:enabled="false" receives no broadcast and service does not start.
This is…
I'm developing a Chromecast application (receiver, HTML5 and Javascript) which communicates with an Android app, all is fine, but I have a problem trying to play two "sounds" at a time in the receiver.
It's a kind of game where I need to play a…
There are two files here.
temp_converter() ->
receive
{convertToCelsius, {From, TempF}} ->
io:format("Temp-Server2 > Converter received message from ~w~n", [From]),
ConvertedTempC = (TempF-32)*5/9,
From ! finished,
…
I'm developing an app that uses SMS to receive and store data into database. Also, I have an activity that shows the result of a query from database.
Now I want, if the this special activity is open and a new message arrives some code in…
I'm currently using two USRP X310, one for transmitting and another one for receiving. Programming is done using GNU Radio. I want to transmit a chirp signal to find the distance between both USRPs.
However, before I can do it, I need to find out…
I am new to development using GPS so any help will be most appreciated.
Project:- I am attempting to locate gps tracking hardware for a student project to locate animals.
I do not want to use cell phone SMS or yearly subscriptions packages as this…
I can not download the data from the MMS center.
Then try on http download data url that took out PduHeaders.
But I returned IOException Time Out.
i cannot download data from a URL GET request, but standart app dowload.(Hangouts)
public class…
I have a Receiver sub classed within a Fragment and a accompanying Service that sends a message to the Broadcast Receiver to show a toast indeterminately pending certain conditions. I also have a boolean value to tell me if the Receiver is running…
now i can just add a single alarm at a time and its working perfectly.
//this is my code for getting time for the alarm.
public void add(View v)
{ String S1;
e1=(EditText) findViewById(R.id.editText1);
S1 = e1.getText().toString();
…