C# to develop Android app
Posted
by
opt
on Programmers
See other posts from Programmers
or by opt
Published on 2014-06-04T14:06:01Z
Indexed on
2014/06/04
15:42 UTC
Read the original article
Hit count: 162
I am learning C# and I'm wondering if there is the potential to develop an Android app that satisfy the need that I'm going to explain.
I would basically need an app that, when launched retrieves some data from a webpage (i.e. realtime stock prices), trim the xml to find the data i need and store this value into a variable. Then some calculation is performed on this data and the result is sent via email.
It is already possible to launch an app automatically based on some conditions (e.g. every 5 minutes) by using the software Tasker. It is actually also possible to retrieve the data from a webpage and save to a Tasker variable or to a txt file somewhere in the phone (or Dropbox/Box...).
But I would like to do that directly via an app so that everything is done "internally" once the app is launched. If that's possible, how should I proceed? Is there any good reference I can use to address my need?
© Programmers or respective owner