Click here to Skip to main content
15,904,416 members

Comments by Mike DiGiovanni (Top 6 by date)

Mike DiGiovanni 23-Oct-12 8:12am View    
Why would you want to do this? It's technically possible although extremely silly.
Mike DiGiovanni 23-Oct-12 7:38am View    
SharedPreferences has nothing to do with sending or receiving SMS messages. Could you please clarify why you are trying to use these together?
Mike DiGiovanni 15-Oct-12 6:21am View    
Also look into using an AsyncTaskLoader, instead of just an AsyncTask for loading the data in the background. http://developer.android.com/reference/android/content/AsyncTaskLoader.html
Mike DiGiovanni 11-Oct-12 11:06am View    
Are you looking for popup dialogs? Or to use the built in Notifications?
Mike DiGiovanni 10-Oct-12 9:13am View    
I don't see an image there. How are you displaying the image?