Proyectos de Subversion Android Microlearning - Inconcert

Rev

Rev 1 | Rev 5 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 3
Línea 93... Línea 93...
93
        //Log.e("Notificaciones","estas:"+notificacionDao.selectAllNotification().toString());
93
        //Log.e("Notificaciones","estas:"+notificacionDao.selectAllNotification().toString());
Línea 94... Línea 94...
94
 
94
 
95
        List<com.cesams.twogetskills.inconcert.entity.NotificationCenter> lista;
95
        List<com.cesams.twogetskills.inconcert.entity.NotificationCenter> lista;
Línea 96... Línea 96...
96
        lista=notificacionDao.selectAllNotification();
96
        lista=notificacionDao.selectAllNotification();
97
 
97
 
Línea 98... Línea 98...
98
        Toast.makeText(getContext(), "Hay registradas "+lista.size()+" notificaciones", Toast.LENGTH_SHORT).show();
98
       // Toast.makeText(getContext(), "Hay registradas "+lista.size()+" notificaciones", Toast.LENGTH_SHORT).show();
99
        HashMap<String, String> m_li;
99
        HashMap<String, String> m_li;
100
 
100