Subversion Repositories SmartDukaan

Rev

Rev 10260 | Rev 10344 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10260 Rev 10337
Line 34... Line 34...
34
        List<MenuPojo> children4 = new ArrayList<MenuPojo>();
34
        List<MenuPojo> children4 = new ArrayList<MenuPojo>();
35
        List<MenuPojo> children5 = new ArrayList<MenuPojo>();
35
        List<MenuPojo> children5 = new ArrayList<MenuPojo>();
36
 
36
 
37
        //  Mobile Menu start
37
        //  Mobile Menu start
38
        children.clear();
38
        children.clear();
-
 
39
        children.add(getMenuPojoObject("Coming Soon", "coming-soon/1", "", null));
-
 
40
        children.add(getMenuPojoObject("Dual Sim", "dual-sim", "", null));
39
        children.add(getMenuPojoObject("Android Phones", "android", "", null));
41
        children.add(getMenuPojoObject("Android Phones", "android", "", null));
40
        children.add(getMenuPojoObject("Business Phones", "business", "", null));
42
        children.add(getMenuPojoObject("Windows Phone", "windows", "", null));
-
 
43
        children.add(getMenuPojoObject("Phablets", "phablets", "", null));
41
        children.add(getMenuPojoObject("Windows Phones", "windows", "", null));
44
        children.add(getMenuPojoObject("CDMA Phone", "cdma-mobiles", "", null));
42
        children.add(getMenuPojoObject("Samsung Phones", "samsung", "", null));
45
        children.add(getMenuPojoObject("Basic Phones", "basic-mobiles", "", null));
43
        finalList.add(getMenuPojoObject("Mobiles", "all-mobiles/10006", "images/menu/mobile.PNG", children));
46
        finalList.add(getMenuPojoObject("Mobiles", "", "images/menu/mobile.PNG", children));
44
        //  Mobile Menu end
47
        //  Mobile Menu end
45
        
48
        
46
        //  Tablet Menu start
49
        //  Tablet Menu start
47
        children1.add(getMenuPojoObject("With call facility", "tablets-with-calling", "", null));
50
        children1.add(getMenuPojoObject("With call facility", "tablets-with-calling", "", null));
48
        children1.add(getMenuPojoObject("Without call facility", "tablets-without-calling", "", null));
51
        children1.add(getMenuPojoObject("Without call facility", "tablets-without-calling", "", null));
Line 90... Line 93...
90
        
93
        
91
        //  Recharge Menu start
94
        //  Recharge Menu start
92
        children5.add(getMenuPojoObject("My Wallet", "my-wallet", "", null));
95
        children5.add(getMenuPojoObject("My Wallet", "my-wallet", "", null));
93
        children5.add(getMenuPojoObject("My Recharges", "my-recharges", "", null));
96
        children5.add(getMenuPojoObject("My Recharges", "my-recharges", "", null));
94
        children5.add(getMenuPojoObject("Learn More", "recharge-faq", "", null));
97
        children5.add(getMenuPojoObject("Learn More", "recharge-faq", "", null));
95
        finalList.add(getMenuPojoObject("Recharge", "recharge", "images/menu/tabletMenuIcon.png", children5));
98
        finalList.add(getMenuPojoObject("Recharge", "recharge", "images/menu/recharge.PNG", children5));
96
        //  Recharge Menu end
99
        //  Recharge Menu end
97
        
100
        
98
        return finalList;
101
        return finalList;
99
    }
102
    }
100
    
103