[android-beginners] how can I launch my own activity from Home screen?

2010-01-21 Thread satish bhoyar
hi all, I m trying to launch my own activity from Home Screen. I gave the button for the same to do it . I then build the code wen i click the button i get error saying the application is not installed on the phone.. please help. thanks sat -- You received this message because you are

Re: [android-beginners] how can I launch my own activity from Home screen?

2010-01-21 Thread Justin Anderson
You have got to be a little more specific... * I m trying to launch my own activity from Home Screen* Ok, install your app as normal and create a shortcut as you would any other app... * I gave the button for the same to do it* What? * I then build the code wen i click the button i get error

Re: [android-beginners] how can I launch my own activity from Home screen?

2010-01-21 Thread Sean Hodges
On Thu, Jan 21, 2010 at 1:19 PM, satish bhoyar getsatonl...@gmail.com wrote: hi all, I m trying to launch my own activity from Home Screen. I gave the button for the same to do it . I then build the code wen i click the button i get error saying the application is not installed on the phone..

Re: [android-beginners] how can I launch my own activity from Home screen?

2010-01-21 Thread satish bhoyar
yes I am editing the android code. I put the button in the launcher.xml then build the android code , then flash the phone I want to launch my activity on the click event of the button. but the problem is coming.. thanks, satish On Thu, Jan 21, 2010 at 9:17 PM, Sean Hodges

Re: [android-beginners] how can I launch my own activity from Home screen?

2010-01-21 Thread Justin Anderson
This is not an appropriate question for this group... You would get better help from the android developers group. -- There are only 10 types of people in the world... Those who know binary and those who don't.