first i would like to greet all of you...
i am learning android development and am still new to it.
i was playing arround with widgets and decided to build a small widget just for learning purpose.. the widget is so simple it launch a configuration activity once you add it asking for user and pass (both are statically defined in the app )
then you enter a number and click ok.
the widget is added to your home screen and it update according to the number you provided using alarm manager... however everything is working fine.
but my problem is after i boot my phone it update one time and it stop...
i googled alot and read about on boot receiver but for nothing...
my code is bit messed, so please help anyone...
i attached the source code file, it's a valid eclipse project.
i am learning android development and am still new to it.
i was playing arround with widgets and decided to build a small widget just for learning purpose.. the widget is so simple it launch a configuration activity once you add it asking for user and pass (both are statically defined in the app )
then you enter a number and click ok.
the widget is added to your home screen and it update according to the number you provided using alarm manager... however everything is working fine.
but my problem is after i boot my phone it update one time and it stop...
i googled alot and read about on boot receiver but for nothing...
my code is bit messed, so please help anyone...
i attached the source code file, it's a valid eclipse project.