Hello,
I am new to Android, and I need some advices for start up.
I want to build an application, which will show up, when the user gets into some hot situation.
By hot situation I mean:
- the GPS/cell coordinates are in known zone;
- known Bluetooth device detected;
- known Wi-Fi network detected;
- weather info has change;
I see something running in background and when one of the clauses hit, it will trigger and open the app.
- How to get started?
- How do I make sure my app won't be shut down?
As I read somewhere that Android OS will terminate apps if memory out occurs or consumes too much, and my app would consume a lot, making repeated measures/checks to see if situation changed.
Regards,
Pentium10