Ok, But if I create my application as a service it will start when the intent occurs? I mean, when the mobile detects the tag and creates the NDEF .. intent will the application get this intent and show the toast on the screen??
Thanks On 5 abr, 10:01, Zsolt Vasvari <[email protected]> wrote: > An app without a UI is a service. > > On Apr 5, 3:55 pm, Gorka <[email protected]> wrote: > > > > > > > > > Hi, > > > I want to deploy an application that reads a NFC tag and shows the > > text on the screen with a Toast and reads it using a texttospeach > > class. So, I don´t want to start an activity because I don´t need any > > GUI. Is that possible? > > > I have tried to remove the activity tags from the manifest but that > > way the application doesn´t work. Is it possible to set the HOME view > > within the OnCreate method instead of using R.layout.main ?? If it is > > possible please tell me how to do it because I don´t know how to get > > this view. > > > Thanks a lot. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

