/ Published in: Java
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
new AlertDialog.Builder(this)
.setMessage("There was an error loading data")
.setPositiveButton("Ok", null)
.show();
URL: http://developer.android.com/guide/appendix/faq/commontasks.html#alerts
Comments
 Subscribe to comments
                    Subscribe to comments
                
                