[android-developers] Nfc reader application

2013-02-05 Thread jitesh adnani
I want to develop an app that could read any nfc tag or card and display all the details in that nfc tag or card. -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com

[android-developers] android home screen app in source code...

2012-02-20 Thread jitesh adnani
hi, ive been working on a project and i wanted to knw that wer in android source code would i find the code for home screen nd how to change it... -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: receive sms application. need help.

2012-02-15 Thread jitesh adnani
added the permission, still no luck. this is my logcat: 02-16 09:11:11.367: D/AndroidRuntime(8446): Shutting down VM 02-16 09:11:11.367: W/dalvikvm(8446): threadid=1: thread exiting with uncaught exception (group=0x40a251f8) 02-16 09:11:11.371: E/AndroidRuntime(8446): FATAL EXCEPTION: main 02-16

[android-developers] Re: receive sms application. need help.

2012-02-14 Thread jitesh adnani
application starting and also knowing that a new sms has come. but just then it shows that the application has stopped unexpectedly. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] receive sms application. need help.

2012-02-13 Thread jitesh adnani
ive been stuck on some problem when trying to handle incoming sms message and to toast them. have no idea how to get over the problem. please help. this is my main java file - SmsApp.java package com.android.project.smsapp; import android.app.Activity; import android.content.Intent; import