Proyectos de Subversion Android Microlearning - Inconcert

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 6
Línea 670... Línea 670...
670
                    m_li.put("progress", String.valueOf(dbProgress.getProgress()));
670
                    m_li.put("progress", String.valueOf(dbProgress.getProgress()));
671
                    m_li.put("completado",String.valueOf(dbProgress.getCompleted()));
671
                    m_li.put("completado",String.valueOf(dbProgress.getCompleted()));
672
                    m_li.put("agregado",dbProgress.getAddedOn());
672
                    m_li.put("agregado",dbProgress.getAddedOn());
Línea -... Línea 673...
-
 
673
 
-
 
674
 
-
 
675
                    if(capsule == null)
-
 
676
                    {
-
 
677
                        Log.e("El objeto es"," nulo");
673
 
678
                    }
674
 
679
                    else {
675
                    m_li.put("imagen", capsule.getImage());
680
                        m_li.put("imagen", capsule.getImage());
676
                    m_li.put("nombre", capsule.getName());
681
                        m_li.put("nombre", capsule.getName());
677
                    m_li.put("uuid", capsule.getUuid());
682
                        m_li.put("uuid", capsule.getUuid());
-
 
683
                        m_li.put("topicuuid", capsule.getTopicUuid());
Línea 678... Línea 684...
678
                    m_li.put("topicuuid", capsule.getTopicUuid());
684
                        m_li.put("description", capsule.getDescription());
679
                    m_li.put("description", capsule.getDescription());
685
 
Línea 702... Línea 708...
702
                    capsuleList.add(m_li);
708
                    capsuleList.add(m_li);
703
                }
709
                }
Línea 704... Línea 710...
704
 
710
 
705
            }
711
            }
706
        }}
712
        }}
Línea 707... Línea 713...
707
                }}
713
                }}}
Línea 708... Línea 714...
708
 
714
 
709
       else if (tabposition.equals("finalizados")){
715
       else if (tabposition.equals("finalizados")){
Línea 725... Línea 731...
725
                m_li.put("total", String.valueOf(dbProgress.getTotalSlides()));
731
                m_li.put("total", String.valueOf(dbProgress.getTotalSlides()));
726
                m_li.put("progress", String.valueOf(dbProgress.getProgress()));
732
                m_li.put("progress", String.valueOf(dbProgress.getProgress()));
727
                m_li.put("completado",String.valueOf(dbProgress.getCompleted()));
733
                m_li.put("completado",String.valueOf(dbProgress.getCompleted()));
728
                m_li.put("agregado",dbProgress.getAddedOn());
734
                m_li.put("agregado",dbProgress.getAddedOn());
Línea -... Línea 735...
-
 
735
 
-
 
736
                if(capsule == null)
-
 
737
                {
-
 
738
                    Log.e("El objeto esta", "nulo");
-
 
739
                }
Línea 729... Línea 740...
729
 
740
                else{
730
 
741
 
731
                m_li.put("imagen", capsule.getImage());
742
                m_li.put("imagen", capsule.getImage());
732
                m_li.put("nombre", capsule.getName());
743
                m_li.put("nombre", capsule.getName());
Línea 757... Línea 768...
757
                   }
768
                   }
Línea 758... Línea 769...
758
 
769
 
759
               }
770
               }
760
           }
771
           }
761
    }
772
    }
Línea 762... Línea 773...
762
                }}
773
                }}}