| 8151 |
anupam.sin |
1 |
<!DOCTYPE html>
|
|
|
2 |
|
|
|
3 |
<html>
|
|
|
4 |
<head>
|
|
|
5 |
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
|
|
|
6 |
<meta content="NO-CACHE" http-equiv="CACHE-CONTROL">
|
|
|
7 |
<meta content="no-cache" http-equiv="Pragma">
|
|
|
8 |
<meta content="-1" http-equiv="Expires">
|
|
|
9 |
<meta content="http://new.digi.com.my/cs/site_template/ecommerce/images/general/logo_digi.jpg">
|
|
|
10 |
|
| 8159 |
amit.gupta |
11 |
<title>AndroidLand™ Apps</title>
|
| 8160 |
amit.gupta |
12 |
#include ( "templates/commoncssfiles.vm" )
|
| 8151 |
anupam.sin |
13 |
<link href="/css/androidland/counter013.css" media="all" rel="stylesheet" type="text/css">
|
|
|
14 |
<link href="/css/androidland/widget115.css" media="all" rel="stylesheet" type="text/css">
|
|
|
15 |
<link href="/css/androidland/style.css" rel="stylesheet" type="text/css">
|
|
|
16 |
<link href="/css/header-footer.css" rel="stylesheet" type="text/css">
|
| 8160 |
amit.gupta |
17 |
<link href="/css/androidland/main.css" rel="stylesheet" type="text/css">
|
|
|
18 |
#include ( "templates/commonjsfiles.vm" )
|
| 8151 |
anupam.sin |
19 |
</head>
|
|
|
20 |
|
|
|
21 |
<body>
|
|
|
22 |
$action.getHeaderSnippet()
|
|
|
23 |
<div class="wrapper">
|
| 8156 |
anupam.sin |
24 |
|
| 8151 |
anupam.sin |
25 |
<script language="javascript" type="text/javascript">
|
|
|
26 |
function navBannerGo(val) {
|
|
|
27 |
location.href = val;
|
|
|
28 |
}
|
|
|
29 |
</script>
|
|
|
30 |
<script language="javascript" type="text/javascript">
|
|
|
31 |
function initVerticalTabber() {
|
|
|
32 |
var verticalTabbers = jQuery('.vertical_tabber');
|
|
|
33 |
|
|
|
34 |
if(verticalTabbers.length < 1) {
|
|
|
35 |
return;
|
|
|
36 |
}
|
|
|
37 |
|
|
|
38 |
verticalTabbers.each(function() {
|
|
|
39 |
var thisVerticalTabber = jQuery(this);
|
|
|
40 |
|
|
|
41 |
if(thisVerticalTabber.data('initVerticalTabber') != true) {
|
|
|
42 |
thisVerticalTabber.data('initVerticalTabber', true);
|
|
|
43 |
|
|
|
44 |
var togglers = thisVerticalTabber.find('div.tabber'),
|
|
|
45 |
subcons = thisVerticalTabber.children('.vertical_sub_tabber'),
|
|
|
46 |
navTogglers = thisVerticalTabber.children('.toggle_sub_tabs'),
|
|
|
47 |
conTogglers = togglers.not(navTogglers),
|
|
|
48 |
contents = thisVerticalTabber.parent().find('.vertical_tabber_content');
|
|
|
49 |
|
|
|
50 |
navTogglers.each(function() {
|
|
|
51 |
var o = jQuery(this);
|
|
|
52 |
|
|
|
53 |
o.click(function() {
|
|
|
54 |
if(o.hasClass('toggled')) {
|
|
|
55 |
o.removeClass('toggled');
|
|
|
56 |
o.next('.vertical_sub_tabber').slideUp(400);
|
|
|
57 |
} else {
|
|
|
58 |
navTogglers.removeClass('toggled');
|
|
|
59 |
o.addClass('toggled');
|
|
|
60 |
subcons.slideUp(400);
|
|
|
61 |
o.next('.vertical_sub_tabber').slideDown(400);
|
|
|
62 |
}
|
|
|
63 |
});
|
|
|
64 |
});
|
|
|
65 |
|
|
|
66 |
conTogglers.each(function(index) {
|
|
|
67 |
var o = jQuery(this);
|
|
|
68 |
|
|
|
69 |
o.click(function(e) {
|
|
|
70 |
var parent = o.parent();
|
|
|
71 |
|
|
|
72 |
e.preventDefault();
|
|
|
73 |
if(parent.is('.vertical_sub_tabber')) {
|
|
|
74 |
togglers.removeClass('current');
|
|
|
75 |
parent.prev().addClass('current');
|
|
|
76 |
} else {
|
|
|
77 |
togglers.removeClass('current toggled');
|
|
|
78 |
subcons.slideUp(400);
|
|
|
79 |
}
|
|
|
80 |
o.addClass('current');
|
|
|
81 |
contents.hide().eq(index).show();
|
|
|
82 |
});
|
|
|
83 |
});
|
|
|
84 |
}
|
|
|
85 |
});
|
|
|
86 |
}
|
|
|
87 |
jQuery(document).ready(function(){
|
|
|
88 |
initVerticalTabber();
|
|
|
89 |
});
|
|
|
90 |
</script>
|
| 8156 |
anupam.sin |
91 |
<div class="banner_carousel short has_tabbers" style="background: url('/images/androidland/main-banner.jpg') no-repeat;">
|
|
|
92 |
<script>
|
|
|
93 |
function navBannerGo(val) {
|
|
|
94 |
location.href = val;
|
|
|
95 |
}
|
|
|
96 |
</script>
|
| 8151 |
anupam.sin |
97 |
|
|
|
98 |
<div class="content_tabber_con">
|
|
|
99 |
<div class="content_tabber_scroller">
|
| 8156 |
anupam.sin |
100 |
<a class="content_tabber" href="/android-land-overview">Overview</a>
|
|
|
101 |
<a class="content_tabber" href="/android-land-store">AndroidLand™ Store</a>
|
|
|
102 |
<a class="content_tabber" href="/android-land-devices">Android™ Devices</a>
|
|
|
103 |
<a class="content_tabber current" href="/android-land-apps">Android™ Apps
|
|
|
104 |
<img src="/images/androidland/arrow_tab_yellow.png" style="width: 130px;">
|
| 8151 |
anupam.sin |
105 |
</a>
|
|
|
106 |
</div><!-- .content_tabber_con -->
|
|
|
107 |
</div>
|
|
|
108 |
</div>
|
|
|
109 |
|
| 8156 |
anupam.sin |
110 |
|
| 8151 |
anupam.sin |
111 |
<div class="content">
|
|
|
112 |
<div class="padded_content">
|
|
|
113 |
<div class="grid_3_left_middle">
|
| 8156 |
anupam.sin |
114 |
<span id="plan_page_services"></span>
|
| 8151 |
anupam.sin |
115 |
<h1><span id="plan_page_services">Android™ Apps</span></h1>
|
|
|
116 |
<div>
|
| 8156 |
anupam.sin |
117 |
<span id="plan_page_services">Browse our list of most useful and popular Android™ apps handpicked from 1+ million apps in the Google Play™ store.</span>
|
| 8151 |
anupam.sin |
118 |
|
|
|
119 |
<div>
|
|
|
120 |
<span id="plan_page_services"> </span>
|
|
|
121 |
</div><span id="plan_page_services">Join our ship across the seas of Google Play by following these instructions:</span>
|
|
|
122 |
|
|
|
123 |
<table width="100%">
|
|
|
124 |
<tbody>
|
|
|
125 |
<tr>
|
| 8156 |
anupam.sin |
126 |
<td align="center" style="padding:10px 20px;" valign="middle" width="33%"><img src="/images/androidland/apps-page1.png"></td>
|
| 8151 |
anupam.sin |
127 |
|
| 8156 |
anupam.sin |
128 |
<td align="center" style="padding:10px 20px;" valign="middle" width="34%"><img src="/images/androidland/apps-page2.png"></td>
|
| 8151 |
anupam.sin |
129 |
|
| 8156 |
anupam.sin |
130 |
<td align="center" style="padding:10px 20px;" valign="middle" width="33%"><img src="/images/androidland/apps-page3.png"></td>
|
| 8151 |
anupam.sin |
131 |
</tr>
|
|
|
132 |
|
|
|
133 |
<tr>
|
|
|
134 |
<td align="left" style="padding:0px 20px;" valign="top">
|
|
|
135 |
<strong>Step 1</strong><br>
|
|
|
136 |
Click <a href="https://play.google.com/" target="_blank">Google play</a> on your Android™ device.
|
|
|
137 |
</td>
|
|
|
138 |
|
|
|
139 |
<td align="left" style="padding:0px 20px;" valign="top"><strong>Step 2</strong><br>
|
|
|
140 |
Search for the Android™ app of your choice.</td>
|
|
|
141 |
|
|
|
142 |
<td align="left" style="padding:0px 20px;" valign="top"><strong>Step 3</strong><br>
|
|
|
143 |
Download the Android™ app and enjoy!</td>
|
|
|
144 |
</tr>
|
|
|
145 |
</tbody>
|
|
|
146 |
</table>
|
|
|
147 |
</div><span id="plan_page_services"><br>
|
|
|
148 |
<span id="info_content_1377852632118"><br></span></span>
|
|
|
149 |
|
|
|
150 |
<div class="tbl_round">
|
|
|
151 |
<span id="plan_page_services"></span>
|
|
|
152 |
|
|
|
153 |
<table width="100%">
|
|
|
154 |
<tbody>
|
|
|
155 |
<tr>
|
|
|
156 |
<th align="left" class="yellow_con" colspan="2" style="padding:12px;">All of our must have apps!</th>
|
|
|
157 |
</tr>
|
|
|
158 |
|
|
|
159 |
<tr>
|
|
|
160 |
<td align="left" class="vertical_tabber" style="padding:5px;" valign="top" width="125">
|
|
|
161 |
<div class="tabber current" style="padding:10px;">
|
|
|
162 |
Top 10
|
|
|
163 |
</div>
|
|
|
164 |
|
|
|
165 |
<div class="tabber" style="padding:10px;">
|
|
|
166 |
Business
|
|
|
167 |
</div>
|
|
|
168 |
|
|
|
169 |
<div class="tabber" style="padding:10px;">
|
|
|
170 |
Communications
|
|
|
171 |
</div>
|
|
|
172 |
|
|
|
173 |
<div class="tabber" style="padding:10px;">
|
|
|
174 |
Education
|
|
|
175 |
</div>
|
|
|
176 |
|
|
|
177 |
<div class="tabber" style="padding:10px;">
|
|
|
178 |
Entertainment
|
|
|
179 |
</div>
|
|
|
180 |
|
|
|
181 |
<div class="tabber" style="padding:10px;">
|
|
|
182 |
Games
|
|
|
183 |
</div>
|
|
|
184 |
|
|
|
185 |
<div class="tabber" style="padding:10px;">
|
|
|
186 |
Health & Fitness
|
|
|
187 |
</div>
|
|
|
188 |
|
|
|
189 |
<div class="tabber" style="padding:10px;">
|
|
|
190 |
Photography
|
|
|
191 |
</div>
|
|
|
192 |
|
|
|
193 |
<div class="tabber" style="padding:10px;">
|
|
|
194 |
Social
|
|
|
195 |
</div>
|
|
|
196 |
|
|
|
197 |
<div class="tabber" style="padding:10px;">
|
|
|
198 |
Sports
|
|
|
199 |
</div>
|
|
|
200 |
|
|
|
201 |
<div class="tabber" style="padding:10px;">
|
|
|
202 |
Travel
|
|
|
203 |
</div>
|
|
|
204 |
</td>
|
|
|
205 |
|
|
|
206 |
<td style="padding:15px;">
|
|
|
207 |
<div class="vertical_tabber_content current">
|
|
|
208 |
<table width="100%">
|
|
|
209 |
<tbody>
|
|
|
210 |
<tr>
|
|
|
211 |
<td width="50%">
|
|
|
212 |
<table width="100%">
|
|
|
213 |
<tbody>
|
|
|
214 |
<tr>
|
|
|
215 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8162 |
amit.gupta |
216 |
<a href="https://play.google.com/store/apps/details?id=com.sdl.apps.horoscopeguru" target="_blank">
|
|
|
217 |
<img src="/images/androidland/horoscope-guru.png" style="height:61px;width:61px">
|
| 8151 |
anupam.sin |
218 |
</a>
|
|
|
219 |
</td>
|
|
|
220 |
|
| 8162 |
amit.gupta |
221 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.sdl.apps.horoscopeguru" target="_blank">Horoscope Guru</a></strong><br>
|
|
|
222 |
A wonderful app to know your future and solutions to related problems.</td>
|
| 8151 |
anupam.sin |
223 |
</tr>
|
|
|
224 |
</tbody>
|
|
|
225 |
</table>
|
|
|
226 |
</td>
|
|
|
227 |
|
|
|
228 |
<td width="50%">
|
|
|
229 |
<table width="100%">
|
|
|
230 |
<tbody>
|
|
|
231 |
<tr>
|
|
|
232 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8162 |
amit.gupta |
233 |
<a href="https://play.google.com/store/apps/details?id=com.sdl.apps.railyatra&hl=en" target="_blank"><img src="/images/androidland/rail-yatra.png" style="height:61px;width:61px"></a>
|
| 8151 |
anupam.sin |
234 |
</td>
|
|
|
235 |
|
| 8162 |
amit.gupta |
236 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.sdl.apps.railyatra&hl=en" target="_blank">Rail Yatra</a></strong><br>
|
|
|
237 |
Indian Railway Enquiry anytime anywhere.</td>
|
| 8151 |
anupam.sin |
238 |
</tr>
|
|
|
239 |
</tbody>
|
|
|
240 |
</table>
|
|
|
241 |
</td>
|
|
|
242 |
</tr>
|
|
|
243 |
|
|
|
244 |
<tr>
|
|
|
245 |
<td>
|
|
|
246 |
<table width="100%">
|
|
|
247 |
<tbody>
|
|
|
248 |
<tr>
|
|
|
249 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8162 |
amit.gupta |
250 |
<a href="https://play.google.com/store/apps/details?id=com.sdl.apps.nurseryrhymesenglish&hl=en" target="_blank"><img src="/images/androidland/nusrsery-rhymes.png" style="height:61px;width:61px"></a>
|
| 8151 |
anupam.sin |
251 |
</td>
|
|
|
252 |
|
| 8162 |
amit.gupta |
253 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.sdl.apps.nurseryrhymesenglish&hl=en" target="_blank">DiGi CallerTunes™</a></strong><br>
|
|
|
254 |
Now listen to your favorite rhymes and add them as your favorites.</td>
|
| 8151 |
anupam.sin |
255 |
</tr>
|
|
|
256 |
</tbody>
|
|
|
257 |
</table>
|
|
|
258 |
</td>
|
|
|
259 |
|
|
|
260 |
<td>
|
|
|
261 |
<table width="100%">
|
|
|
262 |
<tbody>
|
|
|
263 |
<tr>
|
|
|
264 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
265 |
<a href="https://play.google.com/store/apps/details?id=com.opera.mini.android&hl=en" target="_blank"><img src="/images/androidland/opera.jpg"></a>
|
| 8151 |
anupam.sin |
266 |
</td>
|
|
|
267 |
|
|
|
268 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.opera.mini.android&hl=en" target="_blank">Opera Mini</a></strong><br>
|
|
|
269 |
Browse with speeds of thunder.</td>
|
|
|
270 |
</tr>
|
|
|
271 |
</tbody>
|
|
|
272 |
</table>
|
|
|
273 |
</td>
|
|
|
274 |
</tr>
|
|
|
275 |
|
|
|
276 |
<tr>
|
|
|
277 |
<td>
|
|
|
278 |
<table width="100%">
|
|
|
279 |
<tbody>
|
|
|
280 |
<tr>
|
|
|
281 |
<td align="left" style="padding:5px; width:61px;" valign="middle">
|
| 8157 |
amit.gupta |
282 |
<a href="https://play.google.com/store/apps/details?id=com.google.android.gm&hl=en" target="_blank"><img src="/images/androidland/gmail.jpg"></a>
|
| 8151 |
anupam.sin |
283 |
</td>
|
|
|
284 |
|
|
|
285 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.google.android.gm&hl=en" target="_blank">Gmail</a></strong><br>
|
|
|
286 |
The best email experience.</td>
|
|
|
287 |
</tr>
|
|
|
288 |
</tbody>
|
|
|
289 |
</table>
|
|
|
290 |
</td>
|
|
|
291 |
|
|
|
292 |
<td>
|
|
|
293 |
<table width="100%">
|
|
|
294 |
<tbody>
|
|
|
295 |
<tr>
|
|
|
296 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
297 |
<a href="https://play.google.com/store/apps/details?id=com.google.android.apps.maps&hl=en" target="_blank"><img src="/images/androidland/map.jpg"></a>
|
| 8151 |
anupam.sin |
298 |
</td>
|
|
|
299 |
|
|
|
300 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.google.android.apps.maps&hl=en" target="_blank">Maps</a></strong><br>
|
|
|
301 |
Explore your surrounding and discover new places.</td>
|
|
|
302 |
</tr>
|
|
|
303 |
</tbody>
|
|
|
304 |
</table>
|
|
|
305 |
</td>
|
|
|
306 |
</tr>
|
|
|
307 |
|
|
|
308 |
<tr>
|
|
|
309 |
<td>
|
|
|
310 |
<table width="100%">
|
|
|
311 |
<tbody>
|
|
|
312 |
<tr>
|
|
|
313 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
314 |
<a href="https://play.google.com/store/apps/details?id=com.google.android.apps.plus&hl=en" target="_blank"><img src="/images/androidland/googleplus.jpg"></a>
|
| 8151 |
anupam.sin |
315 |
</td>
|
|
|
316 |
|
|
|
317 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.google.android.apps.plus&hl=en" target="_blank">Google+</a></strong><br>
|
|
|
318 |
Get connected with Google's very own social network.</td>
|
|
|
319 |
</tr>
|
|
|
320 |
</tbody>
|
|
|
321 |
</table>
|
|
|
322 |
</td>
|
|
|
323 |
|
|
|
324 |
<td>
|
|
|
325 |
<table width="100%">
|
|
|
326 |
<tbody>
|
|
|
327 |
<tr>
|
|
|
328 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
329 |
<a href="https://play.google.com/store/apps/details?id=com.google.android.youtube&hl=en" target="_blank"><img src="/images/androidland/youtube.jpg"></a>
|
| 8151 |
anupam.sin |
330 |
</td>
|
|
|
331 |
|
|
|
332 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.google.android.youtube&hl=en" target="_blank">YouTube</a></strong><br>
|
|
|
333 |
Watch all kinds of videos with the official YouTube app.</td>
|
|
|
334 |
</tr>
|
|
|
335 |
</tbody>
|
|
|
336 |
</table>
|
|
|
337 |
</td>
|
|
|
338 |
</tr>
|
|
|
339 |
|
|
|
340 |
<tr>
|
|
|
341 |
<td>
|
|
|
342 |
<table width="100%">
|
|
|
343 |
<tbody>
|
|
|
344 |
<tr>
|
|
|
345 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
346 |
<a href="https://play.google.com/store/apps/details?id=com.google.android.apps.androidify&hl=en" target="_blank"><img src="/images/androidland/androidify.jpg"></a>
|
| 8151 |
anupam.sin |
347 |
</td>
|
|
|
348 |
|
|
|
349 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.google.android.apps.androidify&hl=en" target="_blank">Androidify</a></strong><br>
|
|
|
350 |
Create a droid of your own! Pirate hat included.</td>
|
|
|
351 |
</tr>
|
|
|
352 |
</tbody>
|
|
|
353 |
</table>
|
|
|
354 |
</td>
|
|
|
355 |
|
|
|
356 |
<td>
|
|
|
357 |
<table width="100%">
|
|
|
358 |
<tbody>
|
|
|
359 |
<tr>
|
|
|
360 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
361 |
<a href="https://play.google.com/store/apps/details?id=deezer.android.app&hl=en" target="_blank"><img src="/images/androidland/deezer.jpg"></a>
|
| 8151 |
anupam.sin |
362 |
</td>
|
|
|
363 |
|
|
|
364 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=deezer.android.app&hl=en" target="_blank">Deezer</a></strong><br>
|
|
|
365 |
Listen, stream and share your music at any time.</td>
|
|
|
366 |
</tr>
|
|
|
367 |
</tbody>
|
|
|
368 |
</table>
|
|
|
369 |
</td>
|
|
|
370 |
</tr>
|
|
|
371 |
</tbody>
|
|
|
372 |
</table>
|
|
|
373 |
</div>
|
|
|
374 |
|
|
|
375 |
<div class="vertical_tabber_content">
|
|
|
376 |
<table width="100%">
|
|
|
377 |
<tbody>
|
|
|
378 |
<tr>
|
| 8156 |
anupam.sin |
379 |
<td align="center" rowspan="4" style="padding:10px;" valign="middle" width="50%"><img src="/images/androidland/app-business.png"></td>
|
| 8151 |
anupam.sin |
380 |
|
|
|
381 |
<td width="50%">
|
|
|
382 |
<table width="100%">
|
|
|
383 |
<tbody>
|
|
|
384 |
<tr>
|
|
|
385 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
386 |
<a href="https://play.google.com/store/apps/details?id=com.evernote&hl=en" target="_blank"><img src="/images/androidland/evernote.jpg"></a>
|
| 8151 |
anupam.sin |
387 |
</td>
|
|
|
388 |
|
|
|
389 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.evernote&hl=en" target="_blank">Evernote</a></strong><br>
|
|
|
390 |
Stay organised and sync with multiple devices on-the-go.</td>
|
|
|
391 |
</tr>
|
|
|
392 |
</tbody>
|
|
|
393 |
</table>
|
|
|
394 |
</td>
|
|
|
395 |
</tr>
|
|
|
396 |
|
|
|
397 |
<tr>
|
|
|
398 |
<td>
|
|
|
399 |
<table width="100%">
|
|
|
400 |
<tbody>
|
|
|
401 |
<tr>
|
|
|
402 |
<td align="left" style="padding:5px; width:61px;" valign="middle">
|
| 8157 |
amit.gupta |
403 |
<a href="https://play.google.com/store/apps/details?id=com.google.android.gm&hl=en" target="_blank"><img src="/images/androidland/gmail.jpg"></a>
|
| 8151 |
anupam.sin |
404 |
</td>
|
|
|
405 |
|
|
|
406 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.google.android.gm&hl=en" target="_blank">Gmail</a></strong><br>
|
|
|
407 |
The best email experience.</td>
|
|
|
408 |
</tr>
|
|
|
409 |
</tbody>
|
|
|
410 |
</table>
|
|
|
411 |
</td>
|
|
|
412 |
</tr>
|
|
|
413 |
|
|
|
414 |
<tr>
|
|
|
415 |
<td>
|
|
|
416 |
<table width="100%">
|
|
|
417 |
<tbody>
|
|
|
418 |
<tr>
|
|
|
419 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
420 |
<a href="https://play.google.com/store/apps/details?id=com.symantec.mobilesecurity&hl=en" target="_blank"><img src="/images/androidland/norton.jpg"></a>
|
| 8151 |
anupam.sin |
421 |
</td>
|
|
|
422 |
|
|
|
423 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.symantec.mobilesecurity&hl=en" target="_blank">Norton</a></strong><br>
|
|
|
424 |
Arm your devices with the best protection against theft, malware and viruses.</td>
|
|
|
425 |
</tr>
|
|
|
426 |
</tbody>
|
|
|
427 |
</table>
|
|
|
428 |
</td>
|
|
|
429 |
</tr>
|
|
|
430 |
|
|
|
431 |
<tr>
|
|
|
432 |
<td>
|
|
|
433 |
<table width="100%">
|
|
|
434 |
<tbody>
|
|
|
435 |
<tr>
|
|
|
436 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
437 |
<a href="https://play.google.com/store/apps/details?id=com.dropbox.android&hl=en" target="_blank"><img src="/images/androidland/dropbox.jpg"></a>
|
| 8151 |
anupam.sin |
438 |
</td>
|
|
|
439 |
|
|
|
440 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.dropbox.android&hl=en" target="_blank">Dropbox</a></strong><br>
|
|
|
441 |
Keep all your pictures, documents and videos with you wherever you go.</td>
|
|
|
442 |
</tr>
|
|
|
443 |
</tbody>
|
|
|
444 |
</table>
|
|
|
445 |
</td>
|
|
|
446 |
</tr>
|
|
|
447 |
</tbody>
|
|
|
448 |
</table>
|
|
|
449 |
</div>
|
|
|
450 |
|
|
|
451 |
<div class="vertical_tabber_content">
|
|
|
452 |
<table width="100%">
|
|
|
453 |
<tbody>
|
|
|
454 |
<tr>
|
| 8156 |
anupam.sin |
455 |
<td align="center" rowspan="4" style="padding:10px;" valign="middle" width="50%"><img src="/images/androidland/app-communication.png"></td>
|
| 8151 |
anupam.sin |
456 |
|
|
|
457 |
<td width="50%">
|
|
|
458 |
<table width="100%">
|
|
|
459 |
<tbody>
|
|
|
460 |
<tr>
|
|
|
461 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
462 |
<a href="https://play.google.com/store/apps/details?id=com.whatsapp&hl=en" target="_blank"><img src="/images/androidland/whatsapp.jpg"></a>
|
| 8151 |
anupam.sin |
463 |
</td>
|
|
|
464 |
|
|
|
465 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.whatsapp&hl=en" target="_blank">WhatsApp</a></strong><br>
|
|
|
466 |
Connect with your friends - send messages, videos and pictures easily.</td>
|
|
|
467 |
</tr>
|
|
|
468 |
</tbody>
|
|
|
469 |
</table>
|
|
|
470 |
</td>
|
|
|
471 |
</tr>
|
|
|
472 |
|
|
|
473 |
<tr>
|
|
|
474 |
<td>
|
|
|
475 |
<table width="100%">
|
|
|
476 |
<tbody>
|
|
|
477 |
<tr>
|
|
|
478 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
479 |
<a href="https://play.google.com/store/apps/details?id=com.google.android.talk&hl=en" target="_blank"><img src="/images/androidland/hangout.jpg"></a>
|
| 8151 |
anupam.sin |
480 |
</td>
|
|
|
481 |
|
|
|
482 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.google.android.talk&hl=en" target="_blank">Hangouts</a></strong><br>
|
|
|
483 |
Host a virtual party with chats, video calls and everything in between.</td>
|
|
|
484 |
</tr>
|
|
|
485 |
</tbody>
|
|
|
486 |
</table>
|
|
|
487 |
</td>
|
|
|
488 |
</tr>
|
|
|
489 |
|
|
|
490 |
<tr>
|
|
|
491 |
<td>
|
|
|
492 |
<table width="100%">
|
|
|
493 |
<tbody>
|
|
|
494 |
<tr>
|
|
|
495 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
496 |
<a href="https://play.google.com/store/apps/details?id=com.skype.raider&hl=en" target="_blank"><img src="/images/androidland/skype.jpg"></a>
|
| 8151 |
anupam.sin |
497 |
</td>
|
|
|
498 |
|
|
|
499 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.skype.raider&hl=en" target="_blank">Skype</a></strong><br>
|
|
|
500 |
Catch up with instant messages and video calls.</td>
|
|
|
501 |
</tr>
|
|
|
502 |
</tbody>
|
|
|
503 |
</table>
|
|
|
504 |
</td>
|
|
|
505 |
</tr>
|
|
|
506 |
|
|
|
507 |
<tr>
|
|
|
508 |
<td>
|
|
|
509 |
<table width="100%">
|
|
|
510 |
<tbody>
|
|
|
511 |
<tr>
|
|
|
512 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
513 |
<a href="https://play.google.com/store/apps/details?id=com.facebook.orca&hl=en" target="_blank"><img src="/images/androidland/fbmsg.jpg"></a>
|
| 8151 |
anupam.sin |
514 |
</td>
|
|
|
515 |
|
|
|
516 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.facebook.orca&hl=en" target="_blank">Facebook Messenger</a></strong><br>
|
|
|
517 |
Chat across platforms with the biggest social network.</td>
|
|
|
518 |
</tr>
|
|
|
519 |
</tbody>
|
|
|
520 |
</table>
|
|
|
521 |
</td>
|
|
|
522 |
</tr>
|
|
|
523 |
</tbody>
|
|
|
524 |
</table>
|
|
|
525 |
</div>
|
|
|
526 |
|
|
|
527 |
<div class="vertical_tabber_content">
|
|
|
528 |
<table width="100%">
|
|
|
529 |
<tbody>
|
|
|
530 |
<tr>
|
| 8156 |
anupam.sin |
531 |
<td align="center" rowspan="4" style="padding:10px;" valign="middle" width="50%"><img src="/images/androidland/app-education.png"></td>
|
| 8151 |
anupam.sin |
532 |
|
|
|
533 |
<td width="50%">
|
|
|
534 |
<table width="100%">
|
|
|
535 |
<tbody>
|
|
|
536 |
<tr>
|
|
|
537 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
538 |
<a href="https://play.google.com/store/apps/details?id=org.wikipedia&hl=en" target="_blank"><img src="/images/androidland/wikipedia.jpg"></a>
|
| 8151 |
anupam.sin |
539 |
</td>
|
|
|
540 |
|
|
|
541 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=org.wikipedia&hl=en" target="_blank">Wikipedia</a></strong><br>
|
|
|
542 |
Turn your device into a portable encyclopedia.</td>
|
|
|
543 |
</tr>
|
|
|
544 |
</tbody>
|
|
|
545 |
</table>
|
|
|
546 |
</td>
|
|
|
547 |
</tr>
|
|
|
548 |
|
|
|
549 |
<tr>
|
|
|
550 |
<td>
|
|
|
551 |
<table width="100%">
|
|
|
552 |
<tbody>
|
|
|
553 |
<tr>
|
|
|
554 |
<td align="left" style="padding:5px; width:61px;" valign="middle">
|
| 8157 |
amit.gupta |
555 |
<a href="https://play.google.com/store/apps/details?id=com.google.android.googlequicksearchbox&hl=en" target="_blank"><img src="/images/androidland/google.jpg"></a>
|
| 8151 |
anupam.sin |
556 |
</td>
|
|
|
557 |
|
|
|
558 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.google.android.googlequicksearchbox&hl=en" target="_blank">Google Search</a></strong><br>
|
|
|
559 |
What's that? Google it.</td>
|
|
|
560 |
</tr>
|
|
|
561 |
</tbody>
|
|
|
562 |
</table>
|
|
|
563 |
</td>
|
|
|
564 |
</tr>
|
|
|
565 |
|
|
|
566 |
<tr>
|
|
|
567 |
<td>
|
|
|
568 |
<table width="100%">
|
|
|
569 |
<tbody>
|
|
|
570 |
<tr>
|
|
|
571 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
572 |
<a href="https://play.google.com/store/apps/details?id=com.ea.game.scrabblemattel_bv&hl=en" target="_blank"><img src="/images/androidland/scrabble.jpg"></a>
|
| 8151 |
anupam.sin |
573 |
</td>
|
|
|
574 |
|
|
|
575 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.ea.game.scrabblemattel_bv&hl=en" target="_blank">Scrabble</a></strong><br>
|
|
|
576 |
Power up your vocabulary with Scrabble.</td>
|
|
|
577 |
</tr>
|
|
|
578 |
</tbody>
|
|
|
579 |
</table>
|
|
|
580 |
</td>
|
|
|
581 |
</tr>
|
|
|
582 |
|
|
|
583 |
<tr>
|
|
|
584 |
<td>
|
|
|
585 |
<table width="100%">
|
|
|
586 |
<tbody>
|
|
|
587 |
<tr>
|
|
|
588 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
589 |
<a href="https://play.google.com/store/apps/details?id=com.dictionary&hl=en" target="_blank"><img src="/images/androidland/dictionary.jpg"></a>
|
| 8151 |
anupam.sin |
590 |
</td>
|
|
|
591 |
|
|
|
592 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.dictionary&hl=en" target="_blank">Dictionary.com</a></strong><br>
|
|
|
593 |
Look up words in an instant with the best dictionary app.</td>
|
|
|
594 |
</tr>
|
|
|
595 |
</tbody>
|
|
|
596 |
</table>
|
|
|
597 |
</td>
|
|
|
598 |
</tr>
|
|
|
599 |
</tbody>
|
|
|
600 |
</table>
|
|
|
601 |
</div>
|
|
|
602 |
|
|
|
603 |
<div class="vertical_tabber_content">
|
|
|
604 |
<table width="100%">
|
|
|
605 |
<tbody>
|
|
|
606 |
<tr>
|
| 8156 |
anupam.sin |
607 |
<td align="center" rowspan="4" style="padding:10px;" valign="middle" width="50%"><img src="/images/androidland/app-entertainment.png"></td>
|
| 8151 |
anupam.sin |
608 |
|
|
|
609 |
<td width="50%">
|
|
|
610 |
<table width="100%">
|
|
|
611 |
<tbody>
|
|
|
612 |
<tr>
|
|
|
613 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
614 |
<a href="https://play.google.com/store/apps/details?id=com.viki.android&hl=en" target="_blank"><img src="/images/androidland/viki.jpg"></a>
|
| 8151 |
anupam.sin |
615 |
</td>
|
|
|
616 |
|
|
|
617 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.viki.android&hl=en" target="_blank">Viki</a></strong><br>
|
|
|
618 |
The best Korean movies, music and dramas at your fingertips.</td>
|
|
|
619 |
</tr>
|
|
|
620 |
</tbody>
|
|
|
621 |
</table>
|
|
|
622 |
</td>
|
|
|
623 |
</tr>
|
|
|
624 |
|
|
|
625 |
<tr>
|
|
|
626 |
<td>
|
|
|
627 |
<table width="100%">
|
|
|
628 |
<tbody>
|
|
|
629 |
<tr>
|
|
|
630 |
<td align="left" style="padding:5px; width:61px;" valign="middle">
|
| 8157 |
amit.gupta |
631 |
<a href="https://play.google.com/store/apps/details?id=com.google.android.apps.androidify&hl=en" target="_blank"><img src="/images/androidland/androidify.jpg"></a>
|
| 8151 |
anupam.sin |
632 |
</td>
|
|
|
633 |
|
|
|
634 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.google.android.apps.androidify&hl=en" target="_blank">Androidify</a></strong><br>
|
|
|
635 |
Create an Android™ of your own! Pirate hat included.</td>
|
|
|
636 |
</tr>
|
|
|
637 |
</tbody>
|
|
|
638 |
</table>
|
|
|
639 |
</td>
|
|
|
640 |
</tr>
|
|
|
641 |
|
|
|
642 |
<tr>
|
|
|
643 |
<td>
|
|
|
644 |
<table width="100%">
|
|
|
645 |
<tbody>
|
|
|
646 |
<tr>
|
|
|
647 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
648 |
<a href="https://play.google.com/store/apps/details?id=com.google.android.youtube&hl=en" target="_blank"><img src="/images/androidland/youtube.jpg"></a>
|
| 8151 |
anupam.sin |
649 |
</td>
|
|
|
650 |
|
|
|
651 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.google.android.youtube&hl=en" target="_blank">YouTube</a></strong><br>
|
|
|
652 |
Watch all kinds of videos with the official YouTube app.</td>
|
|
|
653 |
</tr>
|
|
|
654 |
</tbody>
|
|
|
655 |
</table>
|
|
|
656 |
</td>
|
|
|
657 |
</tr>
|
|
|
658 |
|
|
|
659 |
<tr>
|
|
|
660 |
<td>
|
|
|
661 |
<table width="100%">
|
|
|
662 |
<tbody>
|
|
|
663 |
<tr>
|
|
|
664 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
665 |
<a href="https://play.google.com/store/apps/details?id=com.gd.digi.music.play&hl=en" target="_blank"><img src="/images/androidland/digimusic.jpg"></a>
|
| 8151 |
anupam.sin |
666 |
</td>
|
|
|
667 |
|
|
|
668 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.gd.digi.music.play&hl=en" target="_blank">DiGiMusic™ Play</a></strong><br>
|
|
|
669 |
Browse, preview and download all your favourite music.</td>
|
|
|
670 |
</tr>
|
|
|
671 |
</tbody>
|
|
|
672 |
</table>
|
|
|
673 |
</td>
|
|
|
674 |
</tr>
|
|
|
675 |
</tbody>
|
|
|
676 |
</table>
|
|
|
677 |
</div>
|
|
|
678 |
|
|
|
679 |
<div class="vertical_tabber_content">
|
|
|
680 |
<table width="100%">
|
|
|
681 |
<tbody>
|
|
|
682 |
<tr>
|
| 8156 |
anupam.sin |
683 |
<td align="center" rowspan="4" style="padding:10px;" valign="middle" width="50%"><img src="/images/androidland/app-games.png"></td>
|
| 8151 |
anupam.sin |
684 |
|
|
|
685 |
<td width="50%">
|
|
|
686 |
<table width="100%">
|
|
|
687 |
<tbody>
|
|
|
688 |
<tr>
|
|
|
689 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
690 |
<a href="https://play.google.com/store/apps/details?id=com.gameloft.android.ANMP.GloftDMHM&hl=en" target="_blank"><img src="/images/androidland/despicable.jpg"></a>
|
| 8151 |
anupam.sin |
691 |
</td>
|
|
|
692 |
|
|
|
693 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.gameloft.android.ANMP.GloftDMHM&hl=en" target="_blank">Despicable Me</a></strong><br>
|
|
|
694 |
Keep your very own adorable minions in your pocket.</td>
|
|
|
695 |
</tr>
|
|
|
696 |
</tbody>
|
|
|
697 |
</table>
|
|
|
698 |
</td>
|
|
|
699 |
</tr>
|
|
|
700 |
|
|
|
701 |
<tr>
|
|
|
702 |
<td>
|
|
|
703 |
<table width="100%">
|
|
|
704 |
<tbody>
|
|
|
705 |
<tr>
|
|
|
706 |
<td align="left" style="padding:5px; width:61px;" valign="middle">
|
| 8157 |
amit.gupta |
707 |
<a href="https://play.google.com/store/apps/details?id=com.reka.congkak&hl=en" target="_blank"><img src="/images/androidland/tradisi.jpg"></a>
|
| 8151 |
anupam.sin |
708 |
</td>
|
|
|
709 |
|
|
|
710 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.reka.congkak&hl=en" target="_blank">MyTradisi</a></strong><br>
|
|
|
711 |
Bring back the Malaysian tradition with all your childhood games.</td>
|
|
|
712 |
</tr>
|
|
|
713 |
</tbody>
|
|
|
714 |
</table>
|
|
|
715 |
</td>
|
|
|
716 |
</tr>
|
|
|
717 |
|
|
|
718 |
<tr>
|
|
|
719 |
<td>
|
|
|
720 |
<table width="100%">
|
|
|
721 |
<tbody>
|
|
|
722 |
<tr>
|
|
|
723 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
724 |
<a href="https://play.google.com/store/apps/details?id=com.ea.games.r3_row&hl=en" target="_blank"><img src="/images/androidland/racing.jpg"></a>
|
| 8151 |
anupam.sin |
725 |
</td>
|
|
|
726 |
|
|
|
727 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.ea.games.r3_row&hl=en" target="_blank">Real Racing 3</a></strong><br>
|
|
|
728 |
Turn into a virtual racer with the world's fastest cars.</td>
|
|
|
729 |
</tr>
|
|
|
730 |
</tbody>
|
|
|
731 |
</table>
|
|
|
732 |
</td>
|
|
|
733 |
</tr>
|
|
|
734 |
|
|
|
735 |
<tr>
|
|
|
736 |
<td>
|
|
|
737 |
<table width="100%">
|
|
|
738 |
<tbody>
|
|
|
739 |
<tr>
|
|
|
740 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
741 |
<a href="https://play.google.com/store/apps/details?id=com.gameloft.android.ANMP.GloftIMHM&hl=en" target="_blank"><img src="/images/androidland/ironman.jpg"></a>
|
| 8151 |
anupam.sin |
742 |
</td>
|
|
|
743 |
|
|
|
744 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.gameloft.android.ANMP.GloftIMHM&hl=en" target="_blank">Iron Man 3</a></strong><br>
|
|
|
745 |
Be the awesome Tony Stark and save the world.</td>
|
|
|
746 |
</tr>
|
|
|
747 |
</tbody>
|
|
|
748 |
</table>
|
|
|
749 |
</td>
|
|
|
750 |
</tr>
|
|
|
751 |
</tbody>
|
|
|
752 |
</table>
|
|
|
753 |
</div>
|
|
|
754 |
|
|
|
755 |
<div class="vertical_tabber_content">
|
|
|
756 |
<table width="100%">
|
|
|
757 |
<tbody>
|
|
|
758 |
<tr>
|
| 8156 |
anupam.sin |
759 |
<td align="center" rowspan="4" style="padding:10px;" valign="middle" width="50%"><img src="/images/androidland/app-health.png"></td>
|
| 8151 |
anupam.sin |
760 |
|
|
|
761 |
<td width="50%">
|
|
|
762 |
<table width="100%">
|
|
|
763 |
<tbody>
|
|
|
764 |
<tr>
|
|
|
765 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
766 |
<a href="https://play.google.com/store/search?q=runkeeper&c=apps&hl=en" target="_blank"><img src="/images/androidland/run.jpg"></a>
|
| 8151 |
anupam.sin |
767 |
</td>
|
|
|
768 |
|
|
|
769 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/search?q=runkeeper&c=apps&hl=en" target="_blank">RunKeeper</a></strong><br>
|
|
|
770 |
Get your own personal trainer on your device.</td>
|
|
|
771 |
</tr>
|
|
|
772 |
</tbody>
|
|
|
773 |
</table>
|
|
|
774 |
</td>
|
|
|
775 |
</tr>
|
|
|
776 |
|
|
|
777 |
<tr>
|
|
|
778 |
<td>
|
|
|
779 |
<table width="100%">
|
|
|
780 |
<tbody>
|
|
|
781 |
<tr>
|
|
|
782 |
<td align="left" style="padding:5px; width:61px;" valign="middle">
|
| 8157 |
amit.gupta |
783 |
<a href="https://play.google.com/store/search?q=my%20tracks&c=apps&hl=en" target="_blank"><img src="/images/androidland/track.jpg"></a>
|
| 8151 |
anupam.sin |
784 |
</td>
|
|
|
785 |
|
|
|
786 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/search?q=my%20tracks&c=apps&hl=en" target="_blank">My Tracks</a></strong><br>
|
|
|
787 |
Record your speed, distance, path and much more with Google's own fitness app.</td>
|
|
|
788 |
</tr>
|
|
|
789 |
</tbody>
|
|
|
790 |
</table>
|
|
|
791 |
</td>
|
|
|
792 |
</tr>
|
|
|
793 |
|
|
|
794 |
<tr>
|
|
|
795 |
<td>
|
|
|
796 |
<table width="100%">
|
|
|
797 |
<tbody>
|
|
|
798 |
<tr>
|
|
|
799 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
800 |
<a href="https://play.google.com/store/search?q=social%20blood%20drive&c=apps&hl=en" target="_blank"><img src="/images/androidland/blood.jpg"></a>
|
| 8151 |
anupam.sin |
801 |
</td>
|
|
|
802 |
|
|
|
803 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/search?q=social%20blood%20drive&c=apps&hl=en" target="_blank">Social Blood Drive</a></strong><br>
|
|
|
804 |
Give back to the world - find blood donation centres, keep track of your donations and more.</td>
|
|
|
805 |
</tr>
|
|
|
806 |
</tbody>
|
|
|
807 |
</table>
|
|
|
808 |
</td>
|
|
|
809 |
</tr>
|
|
|
810 |
|
|
|
811 |
<tr>
|
|
|
812 |
<td>
|
|
|
813 |
<table width="100%">
|
|
|
814 |
<tbody>
|
|
|
815 |
<tr>
|
|
|
816 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
817 |
<a href="https://play.google.com/store/apps/details?id=com.northpark.pushups&hl=en" target="_blank"><img src="/images/androidland/pushup.jpg"></a>
|
| 8151 |
anupam.sin |
818 |
</td>
|
|
|
819 |
|
|
|
820 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.northpark.pushups&hl=en" target="_blank">Push Ups Pro</a></strong><br>
|
|
|
821 |
Push up, calories down. Train yourself with the ultimate push up app.</td>
|
|
|
822 |
</tr>
|
|
|
823 |
</tbody>
|
|
|
824 |
</table>
|
|
|
825 |
</td>
|
|
|
826 |
</tr>
|
|
|
827 |
</tbody>
|
|
|
828 |
</table>
|
|
|
829 |
</div>
|
|
|
830 |
|
|
|
831 |
<div class="vertical_tabber_content">
|
|
|
832 |
<table width="100%">
|
|
|
833 |
<tbody>
|
|
|
834 |
<tr>
|
| 8156 |
anupam.sin |
835 |
<td align="center" rowspan="4" style="padding:10px;" valign="middle" width="50%"><img src="/images/androidland/app-photography.png"></td>
|
| 8151 |
anupam.sin |
836 |
|
|
|
837 |
<td width="50%">
|
|
|
838 |
<table width="100%">
|
|
|
839 |
<tbody>
|
|
|
840 |
<tr>
|
|
|
841 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
842 |
<a href="https://play.google.com/store/apps/details?id=com.instagram.android&hl=en" target="_blank"><img src="/images/androidland/instagram.jpg"></a>
|
| 8151 |
anupam.sin |
843 |
</td>
|
|
|
844 |
|
|
|
845 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.instagram.android&hl=en" target="_blank">Instagram</a></strong><br>
|
|
|
846 |
Turn everyday moments into beautiful pictures and share it with your friends.</td>
|
|
|
847 |
</tr>
|
|
|
848 |
</tbody>
|
|
|
849 |
</table>
|
|
|
850 |
</td>
|
|
|
851 |
</tr>
|
|
|
852 |
|
|
|
853 |
<tr>
|
|
|
854 |
<td>
|
|
|
855 |
<table width="100%">
|
|
|
856 |
<tbody>
|
|
|
857 |
<tr>
|
|
|
858 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
859 |
<a href="https://play.google.com/store/apps/details?id=com.google.android.apps.plus&hl=en" target="_blank"><img src="/images/androidland/googleplus.jpg"></a>
|
| 8151 |
anupam.sin |
860 |
</td>
|
|
|
861 |
|
|
|
862 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.google.android.apps.plus&hl=en" target="_blank">Google+</a></strong><br>
|
|
|
863 |
Get connected with Google's very own social network.</td>
|
|
|
864 |
</tr>
|
|
|
865 |
</tbody>
|
|
|
866 |
</table>
|
|
|
867 |
</td>
|
|
|
868 |
</tr>
|
|
|
869 |
|
|
|
870 |
<tr>
|
|
|
871 |
<td>
|
|
|
872 |
<table width="100%">
|
|
|
873 |
<tbody>
|
|
|
874 |
<tr>
|
|
|
875 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
876 |
<a href="https://play.google.com/store/apps/details?id=com.roidapp.photogrid&hl=en" target="_blank"><img src="/images/androidland/photogrid.jpg"></a>
|
| 8151 |
anupam.sin |
877 |
</td>
|
|
|
878 |
|
|
|
879 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.roidapp.photogrid&hl=en" target="_blank">Photogrid</a></strong><br>
|
|
|
880 |
Create collages, enhance all your photos and share away.</td>
|
|
|
881 |
</tr>
|
|
|
882 |
</tbody>
|
|
|
883 |
</table>
|
|
|
884 |
</td>
|
|
|
885 |
</tr>
|
|
|
886 |
|
|
|
887 |
<tr>
|
|
|
888 |
<td>
|
|
|
889 |
<table width="100%">
|
|
|
890 |
<tbody>
|
|
|
891 |
<tr>
|
|
|
892 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
893 |
<a href="https://play.google.com/store/apps/details?id=com.cyworld.camera&hl=en" target="_blank"><img src="/images/androidland/cymera.jpg"></a>
|
| 8151 |
anupam.sin |
894 |
</td>
|
|
|
895 |
|
|
|
896 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.cyworld.camera&hl=en" target="_blank">Cymera</a></strong><br>
|
|
|
897 |
The go-to app for portrait shots. Capture and create stunning photographs.</td>
|
|
|
898 |
</tr>
|
|
|
899 |
</tbody>
|
|
|
900 |
</table>
|
|
|
901 |
</td>
|
|
|
902 |
</tr>
|
|
|
903 |
</tbody>
|
|
|
904 |
</table>
|
|
|
905 |
</div>
|
|
|
906 |
|
|
|
907 |
<div class="vertical_tabber_content">
|
|
|
908 |
<table width="100%">
|
|
|
909 |
<tbody>
|
|
|
910 |
<tr>
|
| 8156 |
anupam.sin |
911 |
<td align="center" rowspan="4" style="padding:10px;" valign="middle" width="50%"><img src="/images/androidland/app-social.png"></td>
|
| 8151 |
anupam.sin |
912 |
|
|
|
913 |
<td width="50%">
|
|
|
914 |
<table width="100%">
|
|
|
915 |
<tbody>
|
|
|
916 |
<tr>
|
|
|
917 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
918 |
<a href="https://play.google.com/store/apps/details?id=com.facebook.katana&hl=en" target="_blank"><img src="/images/androidland/fb.jpg"></a>
|
| 8151 |
anupam.sin |
919 |
</td>
|
|
|
920 |
|
|
|
921 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.facebook.katana&hl=en" target="_blank">Facebook</a></strong><br>
|
|
|
922 |
Get yourself into the biggest social network ever.</td>
|
|
|
923 |
</tr>
|
|
|
924 |
</tbody>
|
|
|
925 |
</table>
|
|
|
926 |
</td>
|
|
|
927 |
</tr>
|
|
|
928 |
|
|
|
929 |
<tr>
|
|
|
930 |
<td>
|
|
|
931 |
<table width="100%">
|
|
|
932 |
<tbody>
|
|
|
933 |
<tr>
|
|
|
934 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
935 |
<a href="https://play.google.com/store/apps/details?id=com.pose&hl=en" target="_blank"><img src="/images/androidland/pose.jpg"></a>
|
| 8151 |
anupam.sin |
936 |
</td>
|
|
|
937 |
|
|
|
938 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.pose&hl=en" target="_blank">Pose</a></strong><br>
|
|
|
939 |
Be a trendsetter and stay up-to-date with the latest styles and fashion.</td>
|
|
|
940 |
</tr>
|
|
|
941 |
</tbody>
|
|
|
942 |
</table>
|
|
|
943 |
</td>
|
|
|
944 |
</tr>
|
|
|
945 |
|
|
|
946 |
<tr>
|
|
|
947 |
<td>
|
|
|
948 |
<table width="100%">
|
|
|
949 |
<tbody>
|
|
|
950 |
<tr>
|
|
|
951 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
952 |
<a href="https://play.google.com/store/apps/details?id=com.twitter.android&hl=en" target="_blank"><img src="/images/androidland/twitter.jpg"></a>
|
| 8151 |
anupam.sin |
953 |
</td>
|
|
|
954 |
|
|
|
955 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.twitter.android&hl=en" target="_blank">Twitter</a></strong><br>
|
|
|
956 |
Microblog with the official little birdy. #winning</td>
|
|
|
957 |
</tr>
|
|
|
958 |
</tbody>
|
|
|
959 |
</table>
|
|
|
960 |
</td>
|
|
|
961 |
</tr>
|
|
|
962 |
|
|
|
963 |
<tr>
|
|
|
964 |
<td>
|
|
|
965 |
<table width="100%">
|
|
|
966 |
<tbody>
|
|
|
967 |
<tr>
|
|
|
968 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
969 |
<a href="https://play.google.com/store/apps/details?id=com.wiredin.Yo_project&hl=en" target="_blank"><img src="/images/androidland/yo.jpg"></a>
|
| 8151 |
anupam.sin |
970 |
</td>
|
|
|
971 |
|
|
|
972 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.wiredin.Yo_project&hl=en" target="_blank">Yo! Greetings</a></strong><br>
|
|
|
973 |
Send all your e-greetings with a Malaysian flair.</td>
|
|
|
974 |
</tr>
|
|
|
975 |
</tbody>
|
|
|
976 |
</table>
|
|
|
977 |
</td>
|
|
|
978 |
</tr>
|
|
|
979 |
</tbody>
|
|
|
980 |
</table>
|
|
|
981 |
</div>
|
|
|
982 |
|
|
|
983 |
<div class="vertical_tabber_content">
|
|
|
984 |
<table width="100%">
|
|
|
985 |
<tbody>
|
|
|
986 |
<tr>
|
| 8156 |
anupam.sin |
987 |
<td align="center" rowspan="4" style="padding:10px;" valign="middle" width="50%"><img src="/images/androidland/app-sports.png"></td>
|
| 8151 |
anupam.sin |
988 |
|
|
|
989 |
<td width="50%">
|
|
|
990 |
<table width="100%">
|
|
|
991 |
<tbody>
|
|
|
992 |
<tr>
|
|
|
993 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
994 |
<a href="https://play.google.com/store/apps/details?id=com.espn.score_center&hl=en" target="_blank"><img src="/images/androidland/sc.jpg"></a>
|
| 8151 |
anupam.sin |
995 |
</td>
|
|
|
996 |
|
|
|
997 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.espn.score_center&hl=en" target="_blank">ScoreCenter</a></strong><br>
|
|
|
998 |
Keep track of all the latest scores across the world.</td>
|
|
|
999 |
</tr>
|
|
|
1000 |
</tbody>
|
|
|
1001 |
</table>
|
|
|
1002 |
</td>
|
|
|
1003 |
</tr>
|
|
|
1004 |
|
|
|
1005 |
<tr>
|
|
|
1006 |
<td>
|
|
|
1007 |
<table width="100%">
|
|
|
1008 |
<tbody>
|
|
|
1009 |
<tr>
|
|
|
1010 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
1011 |
<a href="https://play.google.com/store/apps/details?id=com.eurosport&hl=en" target="_blank"><img src="/images/androidland/euro.jpg"></a>
|
| 8151 |
anupam.sin |
1012 |
</td>
|
|
|
1013 |
|
|
|
1014 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.eurosport&hl=en" target="_blank">Eurosport.com</a></strong><br>
|
|
|
1015 |
All the latest sporting action at your fingertips.</td>
|
|
|
1016 |
</tr>
|
|
|
1017 |
</tbody>
|
|
|
1018 |
</table>
|
|
|
1019 |
</td>
|
|
|
1020 |
</tr>
|
|
|
1021 |
|
|
|
1022 |
<tr>
|
|
|
1023 |
<td>
|
|
|
1024 |
<table width="100%">
|
|
|
1025 |
<tbody>
|
|
|
1026 |
<tr>
|
|
|
1027 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
1028 |
<a href="https://play.google.com/store/search?q=goal.com&c=apps&hl=en" target="_blank"><img src="/images/androidland/goal.jpg"></a>
|
| 8151 |
anupam.sin |
1029 |
</td>
|
|
|
1030 |
|
|
|
1031 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/search?q=goal.com&c=apps&hl=en" target="_blank">Goal.com</a></strong><br>
|
|
|
1032 |
Get inside information on all reports, transfers, gossips and everything in between goalposts.</td>
|
|
|
1033 |
</tr>
|
|
|
1034 |
</tbody>
|
|
|
1035 |
</table>
|
|
|
1036 |
</td>
|
|
|
1037 |
</tr>
|
|
|
1038 |
|
|
|
1039 |
<tr>
|
|
|
1040 |
<td>
|
|
|
1041 |
<table width="100%">
|
|
|
1042 |
<tbody>
|
|
|
1043 |
<tr>
|
|
|
1044 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
1045 |
<a href="https://play.google.com/store/search?q=yahoo!%20sports&c=apps&hl=en" target="_blank"><img src="/images/androidland/yahoos.jpg"></a>
|
| 8151 |
anupam.sin |
1046 |
</td>
|
|
|
1047 |
|
|
|
1048 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/search?q=yahoo!%20sports&c=apps&hl=en" target="_blank">Yahoo! Sports</a></strong><br>
|
|
|
1049 |
Be in the know with simple, fast and in-depth sporting news everywhere you go.</td>
|
|
|
1050 |
</tr>
|
|
|
1051 |
</tbody>
|
|
|
1052 |
</table>
|
|
|
1053 |
</td>
|
|
|
1054 |
</tr>
|
|
|
1055 |
</tbody>
|
|
|
1056 |
</table>
|
|
|
1057 |
</div>
|
|
|
1058 |
|
|
|
1059 |
<div class="vertical_tabber_content">
|
|
|
1060 |
<table width="100%">
|
|
|
1061 |
<tbody>
|
|
|
1062 |
<tr>
|
| 8156 |
anupam.sin |
1063 |
<td align="center" rowspan="4" style="padding:10px;" valign="middle" width="50%"><img src="/images/androidland/app-travel.png"></td>
|
| 8151 |
anupam.sin |
1064 |
|
|
|
1065 |
<td width="50%">
|
|
|
1066 |
<table width="100%">
|
|
|
1067 |
<tbody>
|
|
|
1068 |
<tr>
|
|
|
1069 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
1070 |
<a href="https://play.google.com/store/apps/details?id=com.google.android.apps.maps&hl=en" target="_blank"><img src="/images/androidland/map.jpg"></a>
|
| 8151 |
anupam.sin |
1071 |
</td>
|
|
|
1072 |
|
|
|
1073 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.google.android.apps.maps&hl=en" target="_blank">Maps</a></strong><br>
|
|
|
1074 |
Explore your surrounding and discover new places.</td>
|
|
|
1075 |
</tr>
|
|
|
1076 |
</tbody>
|
|
|
1077 |
</table>
|
|
|
1078 |
</td>
|
|
|
1079 |
</tr>
|
|
|
1080 |
|
|
|
1081 |
<tr>
|
|
|
1082 |
<td>
|
|
|
1083 |
<table width="100%">
|
|
|
1084 |
<tbody>
|
|
|
1085 |
<tr>
|
|
|
1086 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
1087 |
<a href="https://play.google.com/store/search?q=xe%20currency&c=apps&hl=en" target="_blank"><img src="/images/androidland/xe.jpg"></a>
|
| 8151 |
anupam.sin |
1088 |
</td>
|
|
|
1089 |
|
|
|
1090 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/search?q=xe%20currency&c=apps&hl=en" target="_blank">XE Currency</a></strong><br>
|
|
|
1091 |
Figure out how much those shoes cost with a convenient currency calculator.</td>
|
|
|
1092 |
</tr>
|
|
|
1093 |
</tbody>
|
|
|
1094 |
</table>
|
|
|
1095 |
</td>
|
|
|
1096 |
</tr>
|
|
|
1097 |
|
|
|
1098 |
<tr>
|
|
|
1099 |
<td>
|
|
|
1100 |
<table width="100%">
|
|
|
1101 |
<tbody>
|
|
|
1102 |
<tr>
|
|
|
1103 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
1104 |
<a href="https://play.google.com/store/apps/details?id=com.google.android.apps.translate&hl=en" target="_blank"><img src="/images/androidland/translate.jpg"></a>
|
| 8151 |
anupam.sin |
1105 |
</td>
|
|
|
1106 |
|
|
|
1107 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.google.android.apps.translate&hl=en" target="_blank">Google Translate</a></strong><br>
|
|
|
1108 |
Say 'hello' in over 70 languages with ease.</td>
|
|
|
1109 |
</tr>
|
|
|
1110 |
</tbody>
|
|
|
1111 |
</table>
|
|
|
1112 |
</td>
|
|
|
1113 |
</tr>
|
|
|
1114 |
|
|
|
1115 |
<tr>
|
|
|
1116 |
<td>
|
|
|
1117 |
<table width="100%">
|
|
|
1118 |
<tbody>
|
|
|
1119 |
<tr>
|
|
|
1120 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
1121 |
<a href="https://play.google.com/store/apps/details?id=com.tripit&hl=en" target="_blank"><img src="/images/androidland/tripit.jpg"></a>
|
| 8151 |
anupam.sin |
1122 |
</td>
|
|
|
1123 |
|
|
|
1124 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.tripit&hl=en" target="_blank">TripIt Travel Organizer</a></strong><br>
|
|
|
1125 |
All your travel needs in one app. Bringing you all over the world.</td>
|
|
|
1126 |
</tr>
|
|
|
1127 |
</tbody>
|
|
|
1128 |
</table>
|
|
|
1129 |
</td>
|
|
|
1130 |
</tr>
|
|
|
1131 |
</tbody>
|
|
|
1132 |
</table>
|
|
|
1133 |
</div>
|
|
|
1134 |
</td>
|
|
|
1135 |
</tr>
|
|
|
1136 |
</tbody>
|
|
|
1137 |
</table>
|
|
|
1138 |
</div>
|
|
|
1139 |
</div><!-- .grid_3_left_middle -->
|
|
|
1140 |
|
|
|
1141 |
<div class="grid_3_right">
|
|
|
1142 |
<div class="island">
|
|
|
1143 |
<div class="island_title">
|
| 8156 |
anupam.sin |
1144 |
AndroidLand™ Experience
|
| 8151 |
anupam.sin |
1145 |
</div>
|
|
|
1146 |
|
| 8156 |
anupam.sin |
1147 |
<div class="island_img"><img src="/images/androidland/store-widget-image.png"></div>
|
| 8151 |
anupam.sin |
1148 |
|
|
|
1149 |
<div class="island_content">
|
|
|
1150 |
<div>
|
| 8156 |
anupam.sin |
1151 |
See Android™ like you have never seen before.<br>
|
| 8151 |
anupam.sin |
1152 |
<br>
|
| 8156 |
anupam.sin |
1153 |
<a class="arrow_link show_popup" href="/android-land-store">Find Out More</a>
|
| 8151 |
anupam.sin |
1154 |
</div>
|
|
|
1155 |
</div>
|
|
|
1156 |
</div>
|
|
|
1157 |
|
|
|
1158 |
<div class="island">
|
|
|
1159 |
<div class="island_title">
|
| 8156 |
anupam.sin |
1160 |
Android™ Devices
|
| 8151 |
anupam.sin |
1161 |
</div>
|
|
|
1162 |
|
| 8156 |
anupam.sin |
1163 |
<div class="island_img"><img src="/images/androidland/devices-widget-image.png"></div>
|
| 8151 |
anupam.sin |
1164 |
|
|
|
1165 |
<div class="island_content">
|
| 8156 |
anupam.sin |
1166 |
Learn more about the latest Android™ handsets and accessories.
|
|
|
1167 |
</div><a class="arrow_link" href="/android-land-devices">Find Out More</a>
|
| 8151 |
anupam.sin |
1168 |
</div>
|
| 8156 |
anupam.sin |
1169 |
|
| 8151 |
anupam.sin |
1170 |
</div><!-- .grid_3_right -->
|
|
|
1171 |
</div><!-- .content -->
|
|
|
1172 |
</div>
|
|
|
1173 |
</div>
|
|
|
1174 |
#include("templates/footer.vm")
|
|
|
1175 |
</body>
|
|
|
1176 |
</html>
|