| 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">
|
| 8300 |
anupam.sin |
9 |
<meta content="http://new.digi.com.my/cs/site_template/ecommerce/images/general/logo_digi.jpg">
|
|
|
10 |
<meta content="India's first Android only devices stores. Find all the latest Android smartphones, tablets, accessories and apps under one roof." name="description">
|
| 8151 |
anupam.sin |
11 |
|
| 8234 |
amit.gupta |
12 |
<title>Android Apps | Popular Android Apps in Androidland</title>
|
| 8300 |
anupam.sin |
13 |
</head>
|
|
|
14 |
|
|
|
15 |
<body>
|
|
|
16 |
#include ( "templates/commoncssfiles.vm" )
|
| 8151 |
anupam.sin |
17 |
<link href="/css/androidland/counter013.css" media="all" rel="stylesheet" type="text/css">
|
|
|
18 |
<link href="/css/androidland/widget115.css" media="all" rel="stylesheet" type="text/css">
|
|
|
19 |
<link href="/css/androidland/style.css" rel="stylesheet" type="text/css">
|
| 8300 |
anupam.sin |
20 |
<link href="/css/header-footer.css" rel="stylesheet" type="text/css">
|
| 8160 |
amit.gupta |
21 |
<link href="/css/androidland/main.css" rel="stylesheet" type="text/css">
|
| 8300 |
anupam.sin |
22 |
#include ( "templates/commonjsfiles.vm" )
|
| 8151 |
anupam.sin |
23 |
$action.getHeaderSnippet()
|
|
|
24 |
<div class="wrapper">
|
| 8300 |
anupam.sin |
25 |
<script language="javascript" type="text/javascript">
|
|
|
26 |
function navBannerGo(val) {
|
|
|
27 |
location.href = val;
|
|
|
28 |
}
|
|
|
29 |
</script> <script language="javascript" type="text/javascript">
|
|
|
30 |
function initVerticalTabber() {
|
|
|
31 |
var verticalTabbers = jQuery('.vertical_tabber');
|
| 8156 |
anupam.sin |
32 |
|
| 8300 |
anupam.sin |
33 |
if(verticalTabbers.length < 1) {
|
|
|
34 |
return;
|
|
|
35 |
}
|
| 8298 |
amit.gupta |
36 |
|
| 8300 |
anupam.sin |
37 |
verticalTabbers.each(function() {
|
|
|
38 |
var thisVerticalTabber = jQuery(this);
|
|
|
39 |
|
|
|
40 |
if(thisVerticalTabber.data('initVerticalTabber') != true) {
|
|
|
41 |
thisVerticalTabber.data('initVerticalTabber', true);
|
|
|
42 |
|
|
|
43 |
var togglers = thisVerticalTabber.find('div.tabber'),
|
|
|
44 |
subcons = thisVerticalTabber.children('.vertical_sub_tabber'),
|
|
|
45 |
navTogglers = thisVerticalTabber.children('.toggle_sub_tabs'),
|
|
|
46 |
conTogglers = togglers.not(navTogglers),
|
|
|
47 |
contents = thisVerticalTabber.parent().find('.vertical_tabber_content');
|
|
|
48 |
|
|
|
49 |
navTogglers.each(function() {
|
|
|
50 |
var o = jQuery(this);
|
|
|
51 |
|
|
|
52 |
o.click(function() {
|
|
|
53 |
if(o.hasClass('toggled')) {
|
|
|
54 |
o.removeClass('toggled');
|
|
|
55 |
o.next('.vertical_sub_tabber').slideUp(400);
|
|
|
56 |
} else {
|
|
|
57 |
navTogglers.removeClass('toggled');
|
|
|
58 |
o.addClass('toggled');
|
|
|
59 |
subcons.slideUp(400);
|
|
|
60 |
o.next('.vertical_sub_tabber').slideDown(400);
|
|
|
61 |
}
|
|
|
62 |
});
|
|
|
63 |
});
|
|
|
64 |
|
|
|
65 |
conTogglers.each(function(index) {
|
|
|
66 |
var o = jQuery(this);
|
|
|
67 |
|
|
|
68 |
o.click(function(e) {
|
|
|
69 |
var parent = o.parent();
|
|
|
70 |
|
|
|
71 |
e.preventDefault();
|
|
|
72 |
if(parent.is('.vertical_sub_tabber')) {
|
|
|
73 |
togglers.removeClass('current');
|
|
|
74 |
parent.prev().addClass('current');
|
|
|
75 |
} else {
|
|
|
76 |
togglers.removeClass('current toggled');
|
|
|
77 |
subcons.slideUp(400);
|
|
|
78 |
}
|
|
|
79 |
o.addClass('current');
|
|
|
80 |
contents.hide().eq(index).show();
|
|
|
81 |
});
|
|
|
82 |
});
|
|
|
83 |
}
|
|
|
84 |
});
|
|
|
85 |
}
|
|
|
86 |
jQuery(document).ready(function(){
|
|
|
87 |
initVerticalTabber();
|
|
|
88 |
});
|
|
|
89 |
</script>
|
|
|
90 |
|
| 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">
|
| 8300 |
anupam.sin |
100 |
<a class="content_tabber" href="/androidland-overview">Overview</a> <a class="content_tabber" href="/androidland-store">AndroidLand Store</a> <a class="content_tabber" href="/androidland-devices">Android Devices</a> <a class="content_tabber current" href="/androidland-apps">Android Apps <img src="/images/androidland/orange-tab.png" style="width: 100%;"></a>
|
| 8151 |
anupam.sin |
101 |
</div><!-- .content_tabber_con -->
|
|
|
102 |
</div>
|
|
|
103 |
</div>
|
|
|
104 |
|
|
|
105 |
<div class="content">
|
|
|
106 |
<div class="padded_content">
|
|
|
107 |
<div class="grid_3_left_middle">
|
| 8300 |
anupam.sin |
108 |
<span></span>
|
|
|
109 |
|
| 8227 |
anupam.sin |
110 |
<h1 style="font-size: 28px;font-weight: bold;margin: 20px 0;">Popular Android Apps</h1>
|
| 8300 |
anupam.sin |
111 |
|
| 8151 |
anupam.sin |
112 |
<div>
|
| 8227 |
anupam.sin |
113 |
<span>Browse our list of most useful and popular Android apps handpicked from 1+ million apps in the Google Play store.</span>
|
| 8151 |
anupam.sin |
114 |
|
|
|
115 |
<div>
|
| 8227 |
anupam.sin |
116 |
|
| 8300 |
anupam.sin |
117 |
</div><span>Join our ship across the seas of Google Play by following these instructions:</span>
|
| 8151 |
anupam.sin |
118 |
|
| 8227 |
anupam.sin |
119 |
<table width="100%;marging-top:20px;">
|
| 8151 |
anupam.sin |
120 |
<tbody>
|
|
|
121 |
<tr>
|
| 8156 |
anupam.sin |
122 |
<td align="center" style="padding:10px 20px;" valign="middle" width="33%"><img src="/images/androidland/apps-page1.png"></td>
|
| 8151 |
anupam.sin |
123 |
|
| 8156 |
anupam.sin |
124 |
<td align="center" style="padding:10px 20px;" valign="middle" width="34%"><img src="/images/androidland/apps-page2.png"></td>
|
| 8151 |
anupam.sin |
125 |
|
| 8156 |
anupam.sin |
126 |
<td align="center" style="padding:10px 20px;" valign="middle" width="33%"><img src="/images/androidland/apps-page3.png"></td>
|
| 8151 |
anupam.sin |
127 |
</tr>
|
|
|
128 |
|
|
|
129 |
<tr>
|
|
|
130 |
<td align="left" style="padding:0px 20px;" valign="top">
|
|
|
131 |
<strong>Step 1</strong><br>
|
| 8227 |
anupam.sin |
132 |
Click <a href="https://play.google.com/" target="_blank">Google play</a> on your Android device.
|
| 8151 |
anupam.sin |
133 |
</td>
|
|
|
134 |
|
|
|
135 |
<td align="left" style="padding:0px 20px;" valign="top"><strong>Step 2</strong><br>
|
| 8227 |
anupam.sin |
136 |
Search for the Android app of your choice.</td>
|
| 8151 |
anupam.sin |
137 |
|
|
|
138 |
<td align="left" style="padding:0px 20px;" valign="top"><strong>Step 3</strong><br>
|
| 8227 |
anupam.sin |
139 |
Download the Android app and enjoy!</td>
|
| 8151 |
anupam.sin |
140 |
</tr>
|
|
|
141 |
</tbody>
|
|
|
142 |
</table>
|
| 8227 |
anupam.sin |
143 |
</div><br>
|
|
|
144 |
<br>
|
| 8151 |
anupam.sin |
145 |
|
|
|
146 |
<div class="tbl_round">
|
| 8227 |
anupam.sin |
147 |
<span></span>
|
| 8151 |
anupam.sin |
148 |
|
|
|
149 |
<table width="100%">
|
|
|
150 |
<tbody>
|
|
|
151 |
<tr>
|
| 8210 |
anupam.sin |
152 |
<th align="left" class="blue_con" colspan="2" style="padding:12px;">All of our must have apps!</th>
|
| 8151 |
anupam.sin |
153 |
</tr>
|
|
|
154 |
|
|
|
155 |
<tr>
|
|
|
156 |
<td align="left" class="vertical_tabber" style="padding:5px;" valign="top" width="125">
|
|
|
157 |
<div class="tabber current" style="padding:10px;">
|
|
|
158 |
Top 10
|
|
|
159 |
</div>
|
|
|
160 |
|
|
|
161 |
<div class="tabber" style="padding:10px;">
|
|
|
162 |
Business
|
|
|
163 |
</div>
|
|
|
164 |
|
|
|
165 |
<div class="tabber" style="padding:10px;">
|
|
|
166 |
Communications
|
|
|
167 |
</div>
|
|
|
168 |
|
|
|
169 |
<div class="tabber" style="padding:10px;">
|
|
|
170 |
Education
|
|
|
171 |
</div>
|
|
|
172 |
|
|
|
173 |
<div class="tabber" style="padding:10px;">
|
|
|
174 |
Entertainment
|
|
|
175 |
</div>
|
|
|
176 |
|
|
|
177 |
<div class="tabber" style="padding:10px;">
|
|
|
178 |
Games
|
|
|
179 |
</div>
|
|
|
180 |
|
|
|
181 |
<div class="tabber" style="padding:10px;">
|
|
|
182 |
Health & Fitness
|
|
|
183 |
</div>
|
|
|
184 |
|
|
|
185 |
<div class="tabber" style="padding:10px;">
|
|
|
186 |
Photography
|
|
|
187 |
</div>
|
|
|
188 |
|
|
|
189 |
<div class="tabber" style="padding:10px;">
|
|
|
190 |
Social
|
|
|
191 |
</div>
|
|
|
192 |
|
|
|
193 |
<div class="tabber" style="padding:10px;">
|
|
|
194 |
Sports
|
|
|
195 |
</div>
|
|
|
196 |
|
|
|
197 |
<div class="tabber" style="padding:10px;">
|
|
|
198 |
Travel
|
|
|
199 |
</div>
|
|
|
200 |
</td>
|
|
|
201 |
|
|
|
202 |
<td style="padding:15px;">
|
|
|
203 |
<div class="vertical_tabber_content current">
|
|
|
204 |
<table width="100%">
|
|
|
205 |
<tbody>
|
|
|
206 |
<tr>
|
|
|
207 |
<td width="50%">
|
|
|
208 |
<table width="100%">
|
|
|
209 |
<tbody>
|
|
|
210 |
<tr>
|
|
|
211 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8300 |
anupam.sin |
212 |
<a href="https://play.google.com/store/apps/details?id=com.sdl.apps.horoscopeguru" target="_blank"><img src="/images/androidland/horoscope-guru.png" style="height:61px;width:61px"></a>
|
| 8151 |
anupam.sin |
213 |
</td>
|
|
|
214 |
|
| 8162 |
amit.gupta |
215 |
<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>
|
|
|
216 |
A wonderful app to know your future and solutions to related problems.</td>
|
| 8151 |
anupam.sin |
217 |
</tr>
|
|
|
218 |
</tbody>
|
|
|
219 |
</table>
|
|
|
220 |
</td>
|
|
|
221 |
|
|
|
222 |
<td width="50%">
|
|
|
223 |
<table width="100%">
|
|
|
224 |
<tbody>
|
|
|
225 |
<tr>
|
|
|
226 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8300 |
anupam.sin |
227 |
<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 |
228 |
</td>
|
|
|
229 |
|
| 8300 |
anupam.sin |
230 |
<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>
|
| 8162 |
amit.gupta |
231 |
Indian Railway Enquiry anytime anywhere.</td>
|
| 8151 |
anupam.sin |
232 |
</tr>
|
|
|
233 |
</tbody>
|
|
|
234 |
</table>
|
|
|
235 |
</td>
|
|
|
236 |
</tr>
|
|
|
237 |
|
|
|
238 |
<tr>
|
|
|
239 |
<td>
|
|
|
240 |
<table width="100%">
|
|
|
241 |
<tbody>
|
|
|
242 |
<tr>
|
|
|
243 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8300 |
anupam.sin |
244 |
<a href="https://play.google.com/store/apps/details?id=com.sdl.apps.nurseryrhymesenglish&hl=en" target="_blank"><img src="/images/androidland/nursery-rhymes.png" style="height:61px;width:61px"></a>
|
| 8151 |
anupam.sin |
245 |
</td>
|
|
|
246 |
|
| 8300 |
anupam.sin |
247 |
<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">Nursery Rhymes</a></strong><br>
|
| 8162 |
amit.gupta |
248 |
Now listen to your favorite rhymes and add them as your favorites.</td>
|
| 8151 |
anupam.sin |
249 |
</tr>
|
|
|
250 |
</tbody>
|
|
|
251 |
</table>
|
|
|
252 |
</td>
|
|
|
253 |
|
|
|
254 |
<td>
|
|
|
255 |
<table width="100%">
|
|
|
256 |
<tbody>
|
|
|
257 |
<tr>
|
|
|
258 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
259 |
<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 |
260 |
</td>
|
|
|
261 |
|
|
|
262 |
<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>
|
|
|
263 |
Browse with speeds of thunder.</td>
|
|
|
264 |
</tr>
|
|
|
265 |
</tbody>
|
|
|
266 |
</table>
|
|
|
267 |
</td>
|
|
|
268 |
</tr>
|
|
|
269 |
|
|
|
270 |
<tr>
|
|
|
271 |
<td>
|
|
|
272 |
<table width="100%">
|
|
|
273 |
<tbody>
|
|
|
274 |
<tr>
|
|
|
275 |
<td align="left" style="padding:5px; width:61px;" valign="middle">
|
| 8157 |
amit.gupta |
276 |
<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 |
277 |
</td>
|
|
|
278 |
|
|
|
279 |
<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>
|
|
|
280 |
The best email experience.</td>
|
|
|
281 |
</tr>
|
|
|
282 |
</tbody>
|
|
|
283 |
</table>
|
|
|
284 |
</td>
|
|
|
285 |
|
|
|
286 |
<td>
|
|
|
287 |
<table width="100%">
|
|
|
288 |
<tbody>
|
|
|
289 |
<tr>
|
|
|
290 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
291 |
<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 |
292 |
</td>
|
|
|
293 |
|
|
|
294 |
<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>
|
|
|
295 |
Explore your surrounding and discover new places.</td>
|
|
|
296 |
</tr>
|
|
|
297 |
</tbody>
|
|
|
298 |
</table>
|
|
|
299 |
</td>
|
|
|
300 |
</tr>
|
|
|
301 |
|
|
|
302 |
<tr>
|
|
|
303 |
<td>
|
|
|
304 |
<table width="100%">
|
|
|
305 |
<tbody>
|
|
|
306 |
<tr>
|
|
|
307 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
308 |
<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 |
309 |
</td>
|
|
|
310 |
|
|
|
311 |
<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>
|
|
|
312 |
Get connected with Google's very own social network.</td>
|
|
|
313 |
</tr>
|
|
|
314 |
</tbody>
|
|
|
315 |
</table>
|
|
|
316 |
</td>
|
|
|
317 |
|
|
|
318 |
<td>
|
|
|
319 |
<table width="100%">
|
|
|
320 |
<tbody>
|
|
|
321 |
<tr>
|
|
|
322 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
323 |
<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 |
324 |
</td>
|
|
|
325 |
|
|
|
326 |
<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>
|
|
|
327 |
Watch all kinds of videos with the official YouTube app.</td>
|
|
|
328 |
</tr>
|
|
|
329 |
</tbody>
|
|
|
330 |
</table>
|
|
|
331 |
</td>
|
|
|
332 |
</tr>
|
|
|
333 |
|
|
|
334 |
<tr>
|
|
|
335 |
<td>
|
|
|
336 |
<table width="100%">
|
|
|
337 |
<tbody>
|
|
|
338 |
<tr>
|
|
|
339 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
340 |
<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 |
341 |
</td>
|
|
|
342 |
|
|
|
343 |
<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>
|
|
|
344 |
Create a droid of your own! Pirate hat included.</td>
|
|
|
345 |
</tr>
|
|
|
346 |
</tbody>
|
|
|
347 |
</table>
|
|
|
348 |
</td>
|
|
|
349 |
|
|
|
350 |
<td>
|
|
|
351 |
<table width="100%">
|
|
|
352 |
<tbody>
|
|
|
353 |
<tr>
|
|
|
354 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
355 |
<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 |
356 |
</td>
|
|
|
357 |
|
|
|
358 |
<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>
|
|
|
359 |
Listen, stream and share your music at any time.</td>
|
|
|
360 |
</tr>
|
|
|
361 |
</tbody>
|
|
|
362 |
</table>
|
|
|
363 |
</td>
|
|
|
364 |
</tr>
|
|
|
365 |
</tbody>
|
|
|
366 |
</table>
|
|
|
367 |
</div>
|
|
|
368 |
|
|
|
369 |
<div class="vertical_tabber_content">
|
|
|
370 |
<table width="100%">
|
|
|
371 |
<tbody>
|
|
|
372 |
<tr>
|
| 8300 |
anupam.sin |
373 |
<td align="center" rowspan="7" style="padding:10px;" valign="middle" width="50%"><img src="/images/androidland/app-business.png"></td>
|
| 8151 |
anupam.sin |
374 |
|
|
|
375 |
<td width="50%">
|
|
|
376 |
<table width="100%">
|
|
|
377 |
<tbody>
|
|
|
378 |
<tr>
|
|
|
379 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
380 |
<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 |
381 |
</td>
|
|
|
382 |
|
|
|
383 |
<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>
|
|
|
384 |
Stay organised and sync with multiple devices on-the-go.</td>
|
|
|
385 |
</tr>
|
|
|
386 |
</tbody>
|
|
|
387 |
</table>
|
|
|
388 |
</td>
|
|
|
389 |
</tr>
|
|
|
390 |
|
|
|
391 |
<tr>
|
|
|
392 |
<td>
|
|
|
393 |
<table width="100%">
|
|
|
394 |
<tbody>
|
|
|
395 |
<tr>
|
|
|
396 |
<td align="left" style="padding:5px; width:61px;" valign="middle">
|
| 8300 |
anupam.sin |
397 |
<a href="https://play.google.com/store/apps/details?id=com.intsig.BCRLite&hl=en" target="_blank"><img src="/images/androidland/camcard-free-business-card.jpg"></a>
|
| 8151 |
anupam.sin |
398 |
</td>
|
|
|
399 |
|
| 8300 |
anupam.sin |
400 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.intsig.BCRLite&hl=en" target="_blank">CamCard</a></strong><br>
|
|
|
401 |
Read your card, mind your business.</td>
|
| 8151 |
anupam.sin |
402 |
</tr>
|
|
|
403 |
</tbody>
|
|
|
404 |
</table>
|
|
|
405 |
</td>
|
|
|
406 |
</tr>
|
|
|
407 |
|
|
|
408 |
<tr>
|
|
|
409 |
<td>
|
|
|
410 |
<table width="100%">
|
|
|
411 |
<tbody>
|
|
|
412 |
<tr>
|
|
|
413 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8300 |
anupam.sin |
414 |
<a href="https://play.google.com/store/apps/details?id=com.rhmsoft.fm&hl=en" target="_blank"><img src="/images/androidland/file-manager.jpg"></a>
|
| 8151 |
anupam.sin |
415 |
</td>
|
|
|
416 |
|
| 8300 |
anupam.sin |
417 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.rhmsoft.fm&hl=en" target="_blank">File Manager</a></strong><br>
|
|
|
418 |
Full featured file manager on Android, fresh UI design and user friendly functions!</td>
|
| 8151 |
anupam.sin |
419 |
</tr>
|
|
|
420 |
</tbody>
|
|
|
421 |
</table>
|
|
|
422 |
</td>
|
|
|
423 |
</tr>
|
|
|
424 |
|
|
|
425 |
<tr>
|
|
|
426 |
<td>
|
|
|
427 |
<table width="100%">
|
|
|
428 |
<tbody>
|
|
|
429 |
<tr>
|
|
|
430 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8300 |
anupam.sin |
431 |
<a href="https://play.google.com/store/apps/details?id=cn.wps.moffice_eng&hl=en" target="_blank"><img src="/images/androidland/kings-office.jpg"></a>
|
|
|
432 |
</td>
|
|
|
433 |
|
|
|
434 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=cn.wps.moffice_eng&hl=en" target="_blank">Kingsoft Office</a></strong><br>
|
|
|
435 |
The only mobile Office with full-features FREE.</td>
|
|
|
436 |
</tr>
|
|
|
437 |
</tbody>
|
|
|
438 |
</table>
|
|
|
439 |
</td>
|
|
|
440 |
</tr>
|
|
|
441 |
|
|
|
442 |
<tr>
|
|
|
443 |
<td>
|
|
|
444 |
<table width="100%">
|
|
|
445 |
<tbody>
|
|
|
446 |
<tr>
|
|
|
447 |
<td align="left" style="padding:5px;" valign="middle">
|
|
|
448 |
<a href="https://play.google.com/store/apps/details?id=com.divum.MoneyControl&hl=en" target="_blank"><img src="/images/androidland/moneycontrol-markets.jpg"></a>
|
|
|
449 |
</td>
|
|
|
450 |
|
|
|
451 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.divum.MoneyControl&hl=en" target="_blank">Moneycontrol Markets</a></strong><br>
|
|
|
452 |
The Markets on Mobile app is your gateway to all critical real-time information about the Indian and global markets through your Android device.</td>
|
|
|
453 |
</tr>
|
|
|
454 |
</tbody>
|
|
|
455 |
</table>
|
|
|
456 |
</td>
|
|
|
457 |
</tr>
|
|
|
458 |
|
|
|
459 |
<tr>
|
|
|
460 |
<td>
|
|
|
461 |
<table width="100%">
|
|
|
462 |
<tbody>
|
|
|
463 |
<tr>
|
|
|
464 |
<td align="left" style="padding:5px;" valign="middle">
|
|
|
465 |
<a href="https://play.google.com/store/apps/details?id=naukriApp.appModules.login&hl=en" target="_blank"><img src="/images/androidland/naukri.jpg"></a>
|
|
|
466 |
</td>
|
|
|
467 |
|
|
|
468 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=naukriApp.appModules.login&hl=en" target="_blank">Naukri</a></strong><br>
|
|
|
469 |
Access India's no.1 job site on the move.</td>
|
|
|
470 |
</tr>
|
|
|
471 |
</tbody>
|
|
|
472 |
</table>
|
|
|
473 |
</td>
|
|
|
474 |
</tr>
|
|
|
475 |
|
|
|
476 |
<tr>
|
|
|
477 |
<td>
|
|
|
478 |
<table width="100%">
|
|
|
479 |
<tbody>
|
|
|
480 |
<tr>
|
|
|
481 |
<td align="left" style="padding:5px;" valign="middle">
|
|
|
482 |
<a href="https://play.google.com/store/apps/details?id=com.rhythm.hexise.task&hl=en" target="_blank"><img src="/images/androidland/task-manager.jpg"></a>
|
|
|
483 |
</td>
|
|
|
484 |
|
|
|
485 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.rhythm.hexise.task&hl=en" target="_blank">Task Manager</a></strong><br>
|
|
|
486 |
One-stop task manager. Monitor and kill task, speed up phone, and save battery.</td>
|
|
|
487 |
</tr>
|
|
|
488 |
</tbody>
|
|
|
489 |
</table>
|
|
|
490 |
</td>
|
|
|
491 |
</tr>
|
|
|
492 |
|
|
|
493 |
<tr>
|
|
|
494 |
<td>
|
|
|
495 |
<table width="100%">
|
|
|
496 |
<tbody>
|
|
|
497 |
<tr>
|
|
|
498 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
499 |
<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 |
500 |
</td>
|
|
|
501 |
|
|
|
502 |
<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>
|
|
|
503 |
Keep all your pictures, documents and videos with you wherever you go.</td>
|
|
|
504 |
</tr>
|
|
|
505 |
</tbody>
|
|
|
506 |
</table>
|
|
|
507 |
</td>
|
|
|
508 |
</tr>
|
|
|
509 |
</tbody>
|
|
|
510 |
</table>
|
|
|
511 |
</div>
|
|
|
512 |
|
|
|
513 |
<div class="vertical_tabber_content">
|
|
|
514 |
<table width="100%">
|
|
|
515 |
<tbody>
|
|
|
516 |
<tr>
|
| 8300 |
anupam.sin |
517 |
<td align="center" rowspan="7" style="padding:10px;" valign="middle" width="50%"><img src="/images/androidland/app-communication.png"></td>
|
| 8151 |
anupam.sin |
518 |
|
|
|
519 |
<td width="50%">
|
|
|
520 |
<table width="100%">
|
|
|
521 |
<tbody>
|
|
|
522 |
<tr>
|
|
|
523 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
524 |
<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 |
525 |
</td>
|
|
|
526 |
|
|
|
527 |
<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>
|
|
|
528 |
Connect with your friends - send messages, videos and pictures easily.</td>
|
|
|
529 |
</tr>
|
|
|
530 |
</tbody>
|
|
|
531 |
</table>
|
|
|
532 |
</td>
|
|
|
533 |
</tr>
|
|
|
534 |
|
|
|
535 |
<tr>
|
|
|
536 |
<td>
|
|
|
537 |
<table width="100%">
|
|
|
538 |
<tbody>
|
|
|
539 |
<tr>
|
| 8300 |
anupam.sin |
540 |
<td align="left" style="padding:5px; width:61px;" valign="middle">
|
|
|
541 |
<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 |
542 |
</td>
|
|
|
543 |
|
| 8300 |
anupam.sin |
544 |
<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>
|
|
|
545 |
The best email experience.</td>
|
| 8151 |
anupam.sin |
546 |
</tr>
|
|
|
547 |
</tbody>
|
|
|
548 |
</table>
|
|
|
549 |
</td>
|
|
|
550 |
</tr>
|
|
|
551 |
|
|
|
552 |
<tr>
|
|
|
553 |
<td>
|
|
|
554 |
<table width="100%">
|
|
|
555 |
<tbody>
|
|
|
556 |
<tr>
|
|
|
557 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
558 |
<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 |
559 |
</td>
|
|
|
560 |
|
|
|
561 |
<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>
|
|
|
562 |
Catch up with instant messages and video calls.</td>
|
|
|
563 |
</tr>
|
|
|
564 |
</tbody>
|
|
|
565 |
</table>
|
|
|
566 |
</td>
|
|
|
567 |
</tr>
|
|
|
568 |
|
|
|
569 |
<tr>
|
|
|
570 |
<td>
|
|
|
571 |
<table width="100%">
|
|
|
572 |
<tbody>
|
|
|
573 |
<tr>
|
|
|
574 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8300 |
anupam.sin |
575 |
<a href="https://play.google.com/store/apps/details?id=com.bsb.hike&hl=en" target="_blank"><img src="/images/androidland/hike.jpg"></a>
|
| 8151 |
anupam.sin |
576 |
</td>
|
|
|
577 |
|
| 8300 |
anupam.sin |
578 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.bsb.hike&hl=en" target="_blank">Hike</a></strong><br>
|
|
|
579 |
Keep close friends close.</td>
|
|
|
580 |
</tr>
|
|
|
581 |
</tbody>
|
|
|
582 |
</table>
|
|
|
583 |
</td>
|
|
|
584 |
</tr>
|
|
|
585 |
|
|
|
586 |
<tr>
|
|
|
587 |
<td>
|
|
|
588 |
<table width="100%">
|
|
|
589 |
<tbody>
|
|
|
590 |
<tr>
|
|
|
591 |
<td align="left" style="padding:5px;" valign="middle">
|
|
|
592 |
<a href="https://play.google.com/store/apps/details?id=jp.naver.line.android&hl=en" target="_blank"><img src="/images/androidland/line.jpg"></a>
|
|
|
593 |
</td>
|
|
|
594 |
|
|
|
595 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=jp.naver.line.android&hl=en" target="_blank">Line</a></strong><br>
|
|
|
596 |
There are no limits! Call and send messages as much as you want!</td>
|
|
|
597 |
</tr>
|
|
|
598 |
</tbody>
|
|
|
599 |
</table>
|
|
|
600 |
</td>
|
|
|
601 |
</tr>
|
|
|
602 |
|
|
|
603 |
<tr>
|
|
|
604 |
<td>
|
|
|
605 |
<table width="100%">
|
|
|
606 |
<tbody>
|
|
|
607 |
<tr>
|
|
|
608 |
<td align="left" style="padding:5px;" valign="middle">
|
|
|
609 |
<a href="https://play.google.com/store/apps/details?id=com.truecaller&hl=en" target="_blank"><img src="/images/androidland/true.jpg"></a>
|
|
|
610 |
</td>
|
|
|
611 |
|
|
|
612 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.truecaller&hl=en" target="_blank">TrueCaller</a></strong><br>
|
|
|
613 |
Truecaller is the world's largest collaborative phone directory that makes it easy to get in touch with people across the globe.</td>
|
|
|
614 |
</tr>
|
|
|
615 |
</tbody>
|
|
|
616 |
</table>
|
|
|
617 |
</td>
|
|
|
618 |
</tr>
|
|
|
619 |
|
|
|
620 |
<tr>
|
|
|
621 |
<td>
|
|
|
622 |
<table width="100%">
|
|
|
623 |
<tbody>
|
|
|
624 |
<tr>
|
|
|
625 |
<td align="left" style="padding:5px;" valign="middle">
|
|
|
626 |
<a href="https://play.google.com/store/apps/details?id=com.nimbuzz&hl=en" target="_blank"><img src="/images/androidland/nimbuzz-messenger.jpg"></a>
|
|
|
627 |
</td>
|
|
|
628 |
|
|
|
629 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.nimbuzz&hl=en" target="_blank">Nimbuzz Messenger</a></strong><br>
|
| 8151 |
anupam.sin |
630 |
Chat across platforms with the biggest social network.</td>
|
|
|
631 |
</tr>
|
|
|
632 |
</tbody>
|
|
|
633 |
</table>
|
|
|
634 |
</td>
|
|
|
635 |
</tr>
|
| 8300 |
anupam.sin |
636 |
|
|
|
637 |
<tr>
|
|
|
638 |
<td>
|
|
|
639 |
<table width="100%">
|
|
|
640 |
<tbody>
|
|
|
641 |
<tr>
|
|
|
642 |
<td align="left" style="padding:5px;" valign="middle">
|
|
|
643 |
<a href="https://play.google.com/store/apps/details?id=com.tencent.mm&hl=en" target="_blank"><img src="/images/androidland/wechat.jpg"></a>
|
|
|
644 |
</td>
|
|
|
645 |
|
|
|
646 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.tencent.mm&hl=en" target="_blank">WeChat</a></strong><br>
|
|
|
647 |
Free texting, voice messages, and video calls in your pocket.</td>
|
|
|
648 |
</tr>
|
|
|
649 |
</tbody>
|
|
|
650 |
</table>
|
|
|
651 |
</td>
|
|
|
652 |
</tr>
|
| 8151 |
anupam.sin |
653 |
</tbody>
|
|
|
654 |
</table>
|
|
|
655 |
</div>
|
|
|
656 |
|
|
|
657 |
<div class="vertical_tabber_content">
|
|
|
658 |
<table width="100%">
|
|
|
659 |
<tbody>
|
|
|
660 |
<tr>
|
| 8300 |
anupam.sin |
661 |
<td align="center" rowspan="7" style="padding:10px;" valign="middle" width="50%"><img src="/images/androidland/app-education.png"></td>
|
| 8151 |
anupam.sin |
662 |
|
| 8300 |
anupam.sin |
663 |
<td>
|
| 8151 |
anupam.sin |
664 |
<table width="100%">
|
|
|
665 |
<tbody>
|
|
|
666 |
<tr>
|
|
|
667 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8300 |
anupam.sin |
668 |
<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 |
669 |
</td>
|
|
|
670 |
|
| 8300 |
anupam.sin |
671 |
<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>
|
|
|
672 |
Look up words in an instant with the best dictionary app.</td>
|
| 8151 |
anupam.sin |
673 |
</tr>
|
|
|
674 |
</tbody>
|
|
|
675 |
</table>
|
|
|
676 |
</td>
|
|
|
677 |
</tr>
|
|
|
678 |
|
|
|
679 |
<tr>
|
|
|
680 |
<td>
|
|
|
681 |
<table width="100%">
|
|
|
682 |
<tbody>
|
|
|
683 |
<tr>
|
| 8300 |
anupam.sin |
684 |
<td align="left" style="padding:5px;" valign="middle">
|
|
|
685 |
<a href="https://play.google.com/store/apps/details?id=com.duolingo&hl=en" target="_blank"><img src="/images/androidland/duolingo.jpg"></a>
|
| 8151 |
anupam.sin |
686 |
</td>
|
|
|
687 |
|
| 8300 |
anupam.sin |
688 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.duolingo&hl=en" target="_blank">Duolingo</a></strong><br>
|
|
|
689 |
Learn Spanish, French, German, Portuguese, Italian, and English. Totally fun and 100% free.</td>
|
| 8151 |
anupam.sin |
690 |
</tr>
|
|
|
691 |
</tbody>
|
|
|
692 |
</table>
|
|
|
693 |
</td>
|
|
|
694 |
</tr>
|
|
|
695 |
|
|
|
696 |
<tr>
|
|
|
697 |
<td>
|
|
|
698 |
<table width="100%">
|
|
|
699 |
<tbody>
|
|
|
700 |
<tr>
|
|
|
701 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8300 |
anupam.sin |
702 |
<a href="https://play.google.com/store/apps/details?id=com.duolingo&hl=en" target="_blank"><img src="/images/androidland/duolingo.jpg"></a>
|
| 8151 |
anupam.sin |
703 |
</td>
|
|
|
704 |
|
| 8300 |
anupam.sin |
705 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.duolingo&hl=en" target="_blank">Duolingo</a></strong><br>
|
|
|
706 |
Learn Spanish, French, German, Portuguese, Italian, and English. Totally fun and 100% free.</td>
|
| 8151 |
anupam.sin |
707 |
</tr>
|
|
|
708 |
</tbody>
|
|
|
709 |
</table>
|
|
|
710 |
</td>
|
|
|
711 |
</tr>
|
|
|
712 |
|
|
|
713 |
<tr>
|
|
|
714 |
<td>
|
|
|
715 |
<table width="100%">
|
|
|
716 |
<tbody>
|
|
|
717 |
<tr>
|
|
|
718 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8300 |
anupam.sin |
719 |
<a href="https://play.google.com/store/apps/details?id=com.duolingo&hl=en" target="_blank"><img src="/images/androidland/duolingo.jpg"></a>
|
| 8151 |
anupam.sin |
720 |
</td>
|
|
|
721 |
|
| 8300 |
anupam.sin |
722 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.duolingo&hl=en" target="_blank">Duolingo</a></strong><br>
|
|
|
723 |
Learn Spanish, French, German, Portuguese, Italian, and English. Totally fun and 100% free.</td>
|
| 8151 |
anupam.sin |
724 |
</tr>
|
|
|
725 |
</tbody>
|
|
|
726 |
</table>
|
|
|
727 |
</td>
|
|
|
728 |
</tr>
|
| 8300 |
anupam.sin |
729 |
|
|
|
730 |
<tr>
|
|
|
731 |
<td>
|
|
|
732 |
<table width="100%">
|
|
|
733 |
<tbody>
|
|
|
734 |
<tr>
|
|
|
735 |
<td align="left" style="padding:5px;" valign="middle">
|
|
|
736 |
<a href="https://play.google.com/store/apps/details?id=com.duolingo&hl=en" target="_blank"><img src="/images/androidland/duolingo.jpg"></a>
|
|
|
737 |
</td>
|
|
|
738 |
|
|
|
739 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.duolingo&hl=en" target="_blank">Duolingo</a></strong><br>
|
|
|
740 |
Learn Spanish, French, German, Portuguese, Italian, and English. Totally fun and 100% free.</td>
|
|
|
741 |
</tr>
|
|
|
742 |
</tbody>
|
|
|
743 |
</table>
|
|
|
744 |
</td>
|
|
|
745 |
</tr>
|
|
|
746 |
|
|
|
747 |
<tr>
|
|
|
748 |
<td>
|
|
|
749 |
<table width="100%">
|
|
|
750 |
<tbody>
|
|
|
751 |
<tr>
|
|
|
752 |
<td align="left" style="padding:5px;" valign="middle">
|
|
|
753 |
<a href="https://play.google.com/store/apps/details?id=com.duolingo&hl=en" target="_blank"><img src="/images/androidland/duolingo.jpg"></a>
|
|
|
754 |
</td>
|
|
|
755 |
|
|
|
756 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.duolingo&hl=en" target="_blank">Duolingo</a></strong><br>
|
|
|
757 |
Learn Spanish, French, German, Portuguese, Italian, and English. Totally fun and 100% free.</td>
|
|
|
758 |
</tr>
|
|
|
759 |
</tbody>
|
|
|
760 |
</table>
|
|
|
761 |
</td>
|
|
|
762 |
</tr>
|
|
|
763 |
|
|
|
764 |
<tr>
|
|
|
765 |
<td>
|
|
|
766 |
<table width="100%">
|
|
|
767 |
<tbody>
|
|
|
768 |
<tr>
|
|
|
769 |
<td align="left" style="padding:5px;" valign="middle">
|
|
|
770 |
<a href="https://play.google.com/store/apps/details?id=com.duolingo&hl=en" target="_blank"><img src="/images/androidland/duolingo.jpg"></a>
|
|
|
771 |
</td>
|
|
|
772 |
|
|
|
773 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.duolingo&hl=en" target="_blank">Duolingo</a></strong><br>
|
|
|
774 |
Learn Spanish, French, German, Portuguese, Italian, and English. Totally fun and 100% free.</td>
|
|
|
775 |
</tr>
|
|
|
776 |
</tbody>
|
|
|
777 |
</table>
|
|
|
778 |
</td>
|
|
|
779 |
</tr>
|
|
|
780 |
|
|
|
781 |
<tr>
|
|
|
782 |
<td>
|
|
|
783 |
<table width="100%">
|
|
|
784 |
<tbody>
|
|
|
785 |
<tr>
|
|
|
786 |
<td align="left" style="padding:5px;" valign="middle">
|
|
|
787 |
<a href="https://play.google.com/store/apps/details?id=com.duolingo&hl=en" target="_blank"><img src="/images/androidland/duolingo.jpg"></a>
|
|
|
788 |
</td>
|
|
|
789 |
|
|
|
790 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.duolingo&hl=en" target="_blank">Duolingo</a></strong><br>
|
|
|
791 |
Learn Spanish, French, German, Portuguese, Italian, and English. Totally fun and 100% free.</td>
|
|
|
792 |
</tr>
|
|
|
793 |
</tbody>
|
|
|
794 |
</table>
|
|
|
795 |
</td>
|
|
|
796 |
</tr>
|
|
|
797 |
|
|
|
798 |
<tr>
|
|
|
799 |
<td>
|
|
|
800 |
<table width="100%">
|
|
|
801 |
<tbody>
|
|
|
802 |
<tr>
|
|
|
803 |
<td align="left" style="padding:5px;" valign="middle">
|
|
|
804 |
<a href="https://play.google.com/store/apps/details?id=com.duolingo&hl=en" target="_blank"><img src="/images/androidland/duolingo.jpg"></a>
|
|
|
805 |
</td>
|
|
|
806 |
|
|
|
807 |
<td align="left" style="padding:5px;" valign="middle"><strong><a href="https://play.google.com/store/apps/details?id=com.duolingo&hl=en" target="_blank">Duolingo</a></strong><br>
|
|
|
808 |
Learn Spanish, French, German, Portuguese, Italian, and English. Totally fun and 100% free.</td>
|
|
|
809 |
</tr>
|
|
|
810 |
</tbody>
|
|
|
811 |
</table>
|
|
|
812 |
</td>
|
|
|
813 |
</tr>
|
| 8151 |
anupam.sin |
814 |
</tbody>
|
|
|
815 |
</table>
|
|
|
816 |
</div>
|
|
|
817 |
|
|
|
818 |
<div class="vertical_tabber_content">
|
|
|
819 |
<table width="100%">
|
|
|
820 |
<tbody>
|
|
|
821 |
<tr>
|
| 8300 |
anupam.sin |
822 |
<td align="center" rowspan="7" style="padding:10px;" valign="middle" width="50%"><img src="/images/androidland/app-entertainment.png"></td>
|
| 8151 |
anupam.sin |
823 |
|
|
|
824 |
<td width="50%">
|
|
|
825 |
<table width="100%">
|
|
|
826 |
<tbody>
|
|
|
827 |
<tr>
|
|
|
828 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
829 |
<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 |
830 |
</td>
|
|
|
831 |
|
|
|
832 |
<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>
|
|
|
833 |
The best Korean movies, music and dramas at your fingertips.</td>
|
|
|
834 |
</tr>
|
|
|
835 |
</tbody>
|
|
|
836 |
</table>
|
|
|
837 |
</td>
|
|
|
838 |
</tr>
|
|
|
839 |
|
|
|
840 |
<tr>
|
|
|
841 |
<td>
|
|
|
842 |
<table width="100%">
|
|
|
843 |
<tbody>
|
|
|
844 |
<tr>
|
|
|
845 |
<td align="left" style="padding:5px; width:61px;" valign="middle">
|
| 8157 |
amit.gupta |
846 |
<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 |
847 |
</td>
|
|
|
848 |
|
|
|
849 |
<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>
|
| 8227 |
anupam.sin |
850 |
Create an Android of your own! Pirate hat included.</td>
|
| 8151 |
anupam.sin |
851 |
</tr>
|
|
|
852 |
</tbody>
|
|
|
853 |
</table>
|
|
|
854 |
</td>
|
|
|
855 |
</tr>
|
|
|
856 |
|
|
|
857 |
<tr>
|
|
|
858 |
<td>
|
|
|
859 |
<table width="100%">
|
|
|
860 |
<tbody>
|
|
|
861 |
<tr>
|
|
|
862 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
863 |
<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 |
864 |
</td>
|
|
|
865 |
|
|
|
866 |
<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>
|
|
|
867 |
Watch all kinds of videos with the official YouTube app.</td>
|
|
|
868 |
</tr>
|
|
|
869 |
</tbody>
|
|
|
870 |
</table>
|
|
|
871 |
</td>
|
|
|
872 |
</tr>
|
|
|
873 |
|
|
|
874 |
<tr>
|
|
|
875 |
<td>
|
|
|
876 |
<table width="100%">
|
|
|
877 |
<tbody>
|
|
|
878 |
<tr>
|
|
|
879 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
880 |
<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 |
881 |
</td>
|
|
|
882 |
|
| 8227 |
anupam.sin |
883 |
<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>
|
| 8151 |
anupam.sin |
884 |
Browse, preview and download all your favourite music.</td>
|
|
|
885 |
</tr>
|
|
|
886 |
</tbody>
|
|
|
887 |
</table>
|
|
|
888 |
</td>
|
|
|
889 |
</tr>
|
|
|
890 |
</tbody>
|
|
|
891 |
</table>
|
|
|
892 |
</div>
|
|
|
893 |
|
|
|
894 |
<div class="vertical_tabber_content">
|
|
|
895 |
<table width="100%">
|
|
|
896 |
<tbody>
|
|
|
897 |
<tr>
|
| 8300 |
anupam.sin |
898 |
<td align="center" rowspan="7" style="padding:10px;" valign="middle" width="50%"><img src="/images/androidland/app-games.png"></td>
|
| 8151 |
anupam.sin |
899 |
|
|
|
900 |
<td width="50%">
|
|
|
901 |
<table width="100%">
|
|
|
902 |
<tbody>
|
|
|
903 |
<tr>
|
|
|
904 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
905 |
<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 |
906 |
</td>
|
|
|
907 |
|
|
|
908 |
<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>
|
|
|
909 |
Keep your very own adorable minions in your pocket.</td>
|
|
|
910 |
</tr>
|
|
|
911 |
</tbody>
|
|
|
912 |
</table>
|
|
|
913 |
</td>
|
|
|
914 |
</tr>
|
|
|
915 |
|
|
|
916 |
<tr>
|
|
|
917 |
<td>
|
|
|
918 |
<table width="100%">
|
|
|
919 |
<tbody>
|
|
|
920 |
<tr>
|
|
|
921 |
<td align="left" style="padding:5px; width:61px;" valign="middle">
|
| 8157 |
amit.gupta |
922 |
<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 |
923 |
</td>
|
|
|
924 |
|
|
|
925 |
<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>
|
|
|
926 |
Bring back the Malaysian tradition with all your childhood games.</td>
|
|
|
927 |
</tr>
|
|
|
928 |
</tbody>
|
|
|
929 |
</table>
|
|
|
930 |
</td>
|
|
|
931 |
</tr>
|
|
|
932 |
|
|
|
933 |
<tr>
|
|
|
934 |
<td>
|
|
|
935 |
<table width="100%">
|
|
|
936 |
<tbody>
|
|
|
937 |
<tr>
|
|
|
938 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
939 |
<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 |
940 |
</td>
|
|
|
941 |
|
|
|
942 |
<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>
|
|
|
943 |
Turn into a virtual racer with the world's fastest cars.</td>
|
|
|
944 |
</tr>
|
|
|
945 |
</tbody>
|
|
|
946 |
</table>
|
|
|
947 |
</td>
|
|
|
948 |
</tr>
|
|
|
949 |
|
|
|
950 |
<tr>
|
|
|
951 |
<td>
|
|
|
952 |
<table width="100%">
|
|
|
953 |
<tbody>
|
|
|
954 |
<tr>
|
|
|
955 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
956 |
<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 |
957 |
</td>
|
|
|
958 |
|
|
|
959 |
<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>
|
|
|
960 |
Be the awesome Tony Stark and save the world.</td>
|
|
|
961 |
</tr>
|
|
|
962 |
</tbody>
|
|
|
963 |
</table>
|
|
|
964 |
</td>
|
|
|
965 |
</tr>
|
|
|
966 |
</tbody>
|
|
|
967 |
</table>
|
|
|
968 |
</div>
|
|
|
969 |
|
|
|
970 |
<div class="vertical_tabber_content">
|
|
|
971 |
<table width="100%">
|
|
|
972 |
<tbody>
|
|
|
973 |
<tr>
|
| 8300 |
anupam.sin |
974 |
<td align="center" rowspan="7" style="padding:10px;" valign="middle" width="50%"><img src="/images/androidland/app-health.png"></td>
|
| 8151 |
anupam.sin |
975 |
|
|
|
976 |
<td width="50%">
|
|
|
977 |
<table width="100%">
|
|
|
978 |
<tbody>
|
|
|
979 |
<tr>
|
|
|
980 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
981 |
<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 |
982 |
</td>
|
|
|
983 |
|
|
|
984 |
<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>
|
|
|
985 |
Get your own personal trainer on your device.</td>
|
|
|
986 |
</tr>
|
|
|
987 |
</tbody>
|
|
|
988 |
</table>
|
|
|
989 |
</td>
|
|
|
990 |
</tr>
|
|
|
991 |
|
|
|
992 |
<tr>
|
|
|
993 |
<td>
|
|
|
994 |
<table width="100%">
|
|
|
995 |
<tbody>
|
|
|
996 |
<tr>
|
|
|
997 |
<td align="left" style="padding:5px; width:61px;" valign="middle">
|
| 8157 |
amit.gupta |
998 |
<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 |
999 |
</td>
|
|
|
1000 |
|
|
|
1001 |
<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>
|
|
|
1002 |
Record your speed, distance, path and much more with Google's own fitness app.</td>
|
|
|
1003 |
</tr>
|
|
|
1004 |
</tbody>
|
|
|
1005 |
</table>
|
|
|
1006 |
</td>
|
|
|
1007 |
</tr>
|
|
|
1008 |
|
|
|
1009 |
<tr>
|
|
|
1010 |
<td>
|
|
|
1011 |
<table width="100%">
|
|
|
1012 |
<tbody>
|
|
|
1013 |
<tr>
|
|
|
1014 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
1015 |
<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 |
1016 |
</td>
|
|
|
1017 |
|
|
|
1018 |
<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>
|
|
|
1019 |
Give back to the world - find blood donation centres, keep track of your donations and more.</td>
|
|
|
1020 |
</tr>
|
|
|
1021 |
</tbody>
|
|
|
1022 |
</table>
|
|
|
1023 |
</td>
|
|
|
1024 |
</tr>
|
|
|
1025 |
|
|
|
1026 |
<tr>
|
|
|
1027 |
<td>
|
|
|
1028 |
<table width="100%">
|
|
|
1029 |
<tbody>
|
|
|
1030 |
<tr>
|
|
|
1031 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
1032 |
<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 |
1033 |
</td>
|
|
|
1034 |
|
|
|
1035 |
<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>
|
|
|
1036 |
Push up, calories down. Train yourself with the ultimate push up app.</td>
|
|
|
1037 |
</tr>
|
|
|
1038 |
</tbody>
|
|
|
1039 |
</table>
|
|
|
1040 |
</td>
|
|
|
1041 |
</tr>
|
|
|
1042 |
</tbody>
|
|
|
1043 |
</table>
|
|
|
1044 |
</div>
|
|
|
1045 |
|
|
|
1046 |
<div class="vertical_tabber_content">
|
|
|
1047 |
<table width="100%">
|
|
|
1048 |
<tbody>
|
|
|
1049 |
<tr>
|
| 8300 |
anupam.sin |
1050 |
<td align="center" rowspan="7" style="padding:10px;" valign="middle" width="50%"><img src="/images/androidland/app-photography.png"></td>
|
| 8151 |
anupam.sin |
1051 |
|
|
|
1052 |
<td width="50%">
|
|
|
1053 |
<table width="100%">
|
|
|
1054 |
<tbody>
|
|
|
1055 |
<tr>
|
|
|
1056 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
1057 |
<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 |
1058 |
</td>
|
|
|
1059 |
|
|
|
1060 |
<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>
|
|
|
1061 |
Turn everyday moments into beautiful pictures and share it with your friends.</td>
|
|
|
1062 |
</tr>
|
|
|
1063 |
</tbody>
|
|
|
1064 |
</table>
|
|
|
1065 |
</td>
|
|
|
1066 |
</tr>
|
|
|
1067 |
|
|
|
1068 |
<tr>
|
|
|
1069 |
<td>
|
|
|
1070 |
<table width="100%">
|
|
|
1071 |
<tbody>
|
|
|
1072 |
<tr>
|
|
|
1073 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
1074 |
<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 |
1075 |
</td>
|
|
|
1076 |
|
|
|
1077 |
<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>
|
|
|
1078 |
Get connected with Google's very own social network.</td>
|
|
|
1079 |
</tr>
|
|
|
1080 |
</tbody>
|
|
|
1081 |
</table>
|
|
|
1082 |
</td>
|
|
|
1083 |
</tr>
|
|
|
1084 |
|
|
|
1085 |
<tr>
|
|
|
1086 |
<td>
|
|
|
1087 |
<table width="100%">
|
|
|
1088 |
<tbody>
|
|
|
1089 |
<tr>
|
|
|
1090 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
1091 |
<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 |
1092 |
</td>
|
|
|
1093 |
|
|
|
1094 |
<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>
|
|
|
1095 |
Create collages, enhance all your photos and share away.</td>
|
|
|
1096 |
</tr>
|
|
|
1097 |
</tbody>
|
|
|
1098 |
</table>
|
|
|
1099 |
</td>
|
|
|
1100 |
</tr>
|
|
|
1101 |
|
|
|
1102 |
<tr>
|
|
|
1103 |
<td>
|
|
|
1104 |
<table width="100%">
|
|
|
1105 |
<tbody>
|
|
|
1106 |
<tr>
|
|
|
1107 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
1108 |
<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 |
1109 |
</td>
|
|
|
1110 |
|
|
|
1111 |
<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>
|
|
|
1112 |
The go-to app for portrait shots. Capture and create stunning photographs.</td>
|
|
|
1113 |
</tr>
|
|
|
1114 |
</tbody>
|
|
|
1115 |
</table>
|
|
|
1116 |
</td>
|
|
|
1117 |
</tr>
|
|
|
1118 |
</tbody>
|
|
|
1119 |
</table>
|
|
|
1120 |
</div>
|
|
|
1121 |
|
|
|
1122 |
<div class="vertical_tabber_content">
|
|
|
1123 |
<table width="100%">
|
|
|
1124 |
<tbody>
|
|
|
1125 |
<tr>
|
| 8300 |
anupam.sin |
1126 |
<td align="center" rowspan="7" style="padding:10px;" valign="middle" width="50%"><img src="/images/androidland/app-social.png"></td>
|
| 8151 |
anupam.sin |
1127 |
|
|
|
1128 |
<td width="50%">
|
|
|
1129 |
<table width="100%">
|
|
|
1130 |
<tbody>
|
|
|
1131 |
<tr>
|
|
|
1132 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
1133 |
<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 |
1134 |
</td>
|
|
|
1135 |
|
|
|
1136 |
<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>
|
|
|
1137 |
Get yourself into the biggest social network ever.</td>
|
|
|
1138 |
</tr>
|
|
|
1139 |
</tbody>
|
|
|
1140 |
</table>
|
|
|
1141 |
</td>
|
|
|
1142 |
</tr>
|
|
|
1143 |
|
|
|
1144 |
<tr>
|
|
|
1145 |
<td>
|
|
|
1146 |
<table width="100%">
|
|
|
1147 |
<tbody>
|
|
|
1148 |
<tr>
|
|
|
1149 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
1150 |
<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 |
1151 |
</td>
|
|
|
1152 |
|
|
|
1153 |
<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>
|
|
|
1154 |
Be a trendsetter and stay up-to-date with the latest styles and fashion.</td>
|
|
|
1155 |
</tr>
|
|
|
1156 |
</tbody>
|
|
|
1157 |
</table>
|
|
|
1158 |
</td>
|
|
|
1159 |
</tr>
|
|
|
1160 |
|
|
|
1161 |
<tr>
|
|
|
1162 |
<td>
|
|
|
1163 |
<table width="100%">
|
|
|
1164 |
<tbody>
|
|
|
1165 |
<tr>
|
|
|
1166 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
1167 |
<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 |
1168 |
</td>
|
|
|
1169 |
|
|
|
1170 |
<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>
|
|
|
1171 |
Microblog with the official little birdy. #winning</td>
|
|
|
1172 |
</tr>
|
|
|
1173 |
</tbody>
|
|
|
1174 |
</table>
|
|
|
1175 |
</td>
|
|
|
1176 |
</tr>
|
|
|
1177 |
|
|
|
1178 |
<tr>
|
|
|
1179 |
<td>
|
|
|
1180 |
<table width="100%">
|
|
|
1181 |
<tbody>
|
|
|
1182 |
<tr>
|
|
|
1183 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
1184 |
<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 |
1185 |
</td>
|
|
|
1186 |
|
|
|
1187 |
<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>
|
|
|
1188 |
Send all your e-greetings with a Malaysian flair.</td>
|
|
|
1189 |
</tr>
|
|
|
1190 |
</tbody>
|
|
|
1191 |
</table>
|
|
|
1192 |
</td>
|
|
|
1193 |
</tr>
|
|
|
1194 |
</tbody>
|
|
|
1195 |
</table>
|
|
|
1196 |
</div>
|
|
|
1197 |
|
|
|
1198 |
<div class="vertical_tabber_content">
|
|
|
1199 |
<table width="100%">
|
|
|
1200 |
<tbody>
|
|
|
1201 |
<tr>
|
| 8300 |
anupam.sin |
1202 |
<td align="center" rowspan="7" style="padding:10px;" valign="middle" width="50%"><img src="/images/androidland/app-sports.png"></td>
|
| 8151 |
anupam.sin |
1203 |
|
|
|
1204 |
<td width="50%">
|
|
|
1205 |
<table width="100%">
|
|
|
1206 |
<tbody>
|
|
|
1207 |
<tr>
|
|
|
1208 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
1209 |
<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 |
1210 |
</td>
|
|
|
1211 |
|
|
|
1212 |
<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>
|
|
|
1213 |
Keep track of all the latest scores across the world.</td>
|
|
|
1214 |
</tr>
|
|
|
1215 |
</tbody>
|
|
|
1216 |
</table>
|
|
|
1217 |
</td>
|
|
|
1218 |
</tr>
|
|
|
1219 |
|
|
|
1220 |
<tr>
|
|
|
1221 |
<td>
|
|
|
1222 |
<table width="100%">
|
|
|
1223 |
<tbody>
|
|
|
1224 |
<tr>
|
|
|
1225 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
1226 |
<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 |
1227 |
</td>
|
|
|
1228 |
|
|
|
1229 |
<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>
|
|
|
1230 |
All the latest sporting action at your fingertips.</td>
|
|
|
1231 |
</tr>
|
|
|
1232 |
</tbody>
|
|
|
1233 |
</table>
|
|
|
1234 |
</td>
|
|
|
1235 |
</tr>
|
|
|
1236 |
|
|
|
1237 |
<tr>
|
|
|
1238 |
<td>
|
|
|
1239 |
<table width="100%">
|
|
|
1240 |
<tbody>
|
|
|
1241 |
<tr>
|
|
|
1242 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
1243 |
<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 |
1244 |
</td>
|
|
|
1245 |
|
|
|
1246 |
<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>
|
|
|
1247 |
Get inside information on all reports, transfers, gossips and everything in between goalposts.</td>
|
|
|
1248 |
</tr>
|
|
|
1249 |
</tbody>
|
|
|
1250 |
</table>
|
|
|
1251 |
</td>
|
|
|
1252 |
</tr>
|
|
|
1253 |
|
|
|
1254 |
<tr>
|
|
|
1255 |
<td>
|
|
|
1256 |
<table width="100%">
|
|
|
1257 |
<tbody>
|
|
|
1258 |
<tr>
|
|
|
1259 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
1260 |
<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 |
1261 |
</td>
|
|
|
1262 |
|
|
|
1263 |
<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>
|
|
|
1264 |
Be in the know with simple, fast and in-depth sporting news everywhere you go.</td>
|
|
|
1265 |
</tr>
|
|
|
1266 |
</tbody>
|
|
|
1267 |
</table>
|
|
|
1268 |
</td>
|
|
|
1269 |
</tr>
|
|
|
1270 |
</tbody>
|
|
|
1271 |
</table>
|
|
|
1272 |
</div>
|
|
|
1273 |
|
|
|
1274 |
<div class="vertical_tabber_content">
|
|
|
1275 |
<table width="100%">
|
|
|
1276 |
<tbody>
|
|
|
1277 |
<tr>
|
| 8300 |
anupam.sin |
1278 |
<td align="center" rowspan="7" style="padding:10px;" valign="middle" width="50%"><img src="/images/androidland/app-travel.png"></td>
|
| 8151 |
anupam.sin |
1279 |
|
|
|
1280 |
<td width="50%">
|
|
|
1281 |
<table width="100%">
|
|
|
1282 |
<tbody>
|
|
|
1283 |
<tr>
|
|
|
1284 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
1285 |
<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 |
1286 |
</td>
|
|
|
1287 |
|
|
|
1288 |
<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>
|
|
|
1289 |
Explore your surrounding and discover new places.</td>
|
|
|
1290 |
</tr>
|
|
|
1291 |
</tbody>
|
|
|
1292 |
</table>
|
|
|
1293 |
</td>
|
|
|
1294 |
</tr>
|
|
|
1295 |
|
|
|
1296 |
<tr>
|
|
|
1297 |
<td>
|
|
|
1298 |
<table width="100%">
|
|
|
1299 |
<tbody>
|
|
|
1300 |
<tr>
|
|
|
1301 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
1302 |
<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 |
1303 |
</td>
|
|
|
1304 |
|
|
|
1305 |
<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>
|
|
|
1306 |
Figure out how much those shoes cost with a convenient currency calculator.</td>
|
|
|
1307 |
</tr>
|
|
|
1308 |
</tbody>
|
|
|
1309 |
</table>
|
|
|
1310 |
</td>
|
|
|
1311 |
</tr>
|
|
|
1312 |
|
|
|
1313 |
<tr>
|
|
|
1314 |
<td>
|
|
|
1315 |
<table width="100%">
|
|
|
1316 |
<tbody>
|
|
|
1317 |
<tr>
|
|
|
1318 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
1319 |
<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 |
1320 |
</td>
|
|
|
1321 |
|
|
|
1322 |
<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>
|
|
|
1323 |
Say 'hello' in over 70 languages with ease.</td>
|
|
|
1324 |
</tr>
|
|
|
1325 |
</tbody>
|
|
|
1326 |
</table>
|
|
|
1327 |
</td>
|
|
|
1328 |
</tr>
|
|
|
1329 |
|
|
|
1330 |
<tr>
|
|
|
1331 |
<td>
|
|
|
1332 |
<table width="100%">
|
|
|
1333 |
<tbody>
|
|
|
1334 |
<tr>
|
|
|
1335 |
<td align="left" style="padding:5px;" valign="middle">
|
| 8157 |
amit.gupta |
1336 |
<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 |
1337 |
</td>
|
|
|
1338 |
|
|
|
1339 |
<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>
|
|
|
1340 |
All your travel needs in one app. Bringing you all over the world.</td>
|
|
|
1341 |
</tr>
|
|
|
1342 |
</tbody>
|
|
|
1343 |
</table>
|
|
|
1344 |
</td>
|
|
|
1345 |
</tr>
|
|
|
1346 |
</tbody>
|
|
|
1347 |
</table>
|
|
|
1348 |
</div>
|
|
|
1349 |
</td>
|
|
|
1350 |
</tr>
|
|
|
1351 |
</tbody>
|
|
|
1352 |
</table>
|
|
|
1353 |
</div>
|
|
|
1354 |
</div><!-- .grid_3_left_middle -->
|
|
|
1355 |
|
|
|
1356 |
<div class="grid_3_right">
|
|
|
1357 |
<div class="island">
|
|
|
1358 |
<div class="island_title">
|
| 8227 |
anupam.sin |
1359 |
AndroidLand Experience
|
| 8151 |
anupam.sin |
1360 |
</div>
|
|
|
1361 |
|
| 8156 |
anupam.sin |
1362 |
<div class="island_img"><img src="/images/androidland/store-widget-image.png"></div>
|
| 8151 |
anupam.sin |
1363 |
|
|
|
1364 |
<div class="island_content">
|
|
|
1365 |
<div>
|
| 8227 |
anupam.sin |
1366 |
See Android like you have never seen before.<br>
|
| 8151 |
anupam.sin |
1367 |
<br>
|
| 8300 |
anupam.sin |
1368 |
<a class="arrow_link show_popup" href="/androidland-store">Find Out More</a>
|
| 8151 |
anupam.sin |
1369 |
</div>
|
|
|
1370 |
</div>
|
|
|
1371 |
</div>
|
|
|
1372 |
|
|
|
1373 |
<div class="island">
|
|
|
1374 |
<div class="island_title">
|
| 8227 |
anupam.sin |
1375 |
Android Devices
|
| 8151 |
anupam.sin |
1376 |
</div>
|
|
|
1377 |
|
| 8156 |
anupam.sin |
1378 |
<div class="island_img"><img src="/images/androidland/devices-widget-image.png"></div>
|
| 8151 |
anupam.sin |
1379 |
|
|
|
1380 |
<div class="island_content">
|
| 8237 |
anupam.sin |
1381 |
Learn more about the latest Android devices and accessories.
|
| 8235 |
amit.gupta |
1382 |
</div><a class="arrow_link" href="/androidland-devices">Find Out More</a>
|
| 8151 |
anupam.sin |
1383 |
</div>
|
|
|
1384 |
</div><!-- .grid_3_right -->
|
|
|
1385 |
</div><!-- .content -->
|
|
|
1386 |
</div>
|
| 8300 |
anupam.sin |
1387 |
</div>#include("templates/footer.vm")
|
| 8151 |
anupam.sin |
1388 |
</body>
|
|
|
1389 |
</html>
|