I am devloping an app where i need to implement the following but i don’t know how to do it pls help me
1.how to control system audio.
2.simply display the current location temperature in corner.
3.find how much system and external storage used.
Hi,
What have you tried yet? Your questions cover a very wide range of APIs.
Did you read through our Guides and Tutorials? Have you completed Getting Started?
Also you may find samples included into Corona quite useful.
I am creating a timer app i have made everything but when I close my app the timer process stopped and on reopening it starts again from first .I want run mY app even in background and notify the user when the timer ends how can I do it.
Hi. As a rule, you’ll get much better help if you ask one well defined question per post. This post has (at least) three questions that are very general. I suggest you re-post one question at a time (not all on the same day) and knock down your problems one at a time.
1.how to control system audio. - ?? Define control. i.e. Give specific examples of what you want to do.
2. simply display the current location temperature in corner. - AFAIK, there is no thermometer in most phones, so you’d need to query some online service for this data. You need to identify that service and its API before anyone can help you.
3. find how much system and external storage used. - Take a peek at the Marketplace and see if there are any suitable plugins for this. You’re probably going to have to spend money though. Alternately you can use the native interface and code up this part yourself.
4. Timer issue - You introduced a new question in your response… And that is actually related to your other post:
https://forums.coronalabs.com/topic/70405-clock/#entry367447
From what I can tell, you require assistance writing most of the functional parts of this app. I suggest you consider hiring someone to do this for you, or to write the parts you don’t know how to do on your own.
While this may be over kill, we do have our Corona Weather sample app: https://github.com/coronalabs-samples/CoronaWeather
It’s a complete weather app. But it shows you how to use API’s to get weather data which could be simple as temperature.
Rob
Hi,
What have you tried yet? Your questions cover a very wide range of APIs.
Did you read through our Guides and Tutorials? Have you completed Getting Started?
Also you may find samples included into Corona quite useful.
I am creating a timer app i have made everything but when I close my app the timer process stopped and on reopening it starts again from first .I want run mY app even in background and notify the user when the timer ends how can I do it.
Hi. As a rule, you’ll get much better help if you ask one well defined question per post. This post has (at least) three questions that are very general. I suggest you re-post one question at a time (not all on the same day) and knock down your problems one at a time.
1.how to control system audio. - ?? Define control. i.e. Give specific examples of what you want to do.
2. simply display the current location temperature in corner. - AFAIK, there is no thermometer in most phones, so you’d need to query some online service for this data. You need to identify that service and its API before anyone can help you.
3. find how much system and external storage used. - Take a peek at the Marketplace and see if there are any suitable plugins for this. You’re probably going to have to spend money though. Alternately you can use the native interface and code up this part yourself.
4. Timer issue - You introduced a new question in your response… And that is actually related to your other post:
https://forums.coronalabs.com/topic/70405-clock/#entry367447
From what I can tell, you require assistance writing most of the functional parts of this app. I suggest you consider hiring someone to do this for you, or to write the parts you don’t know how to do on your own.
While this may be over kill, we do have our Corona Weather sample app: https://github.com/coronalabs-samples/CoronaWeather
It’s a complete weather app. But it shows you how to use API’s to get weather data which could be simple as temperature.
Rob