-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmusic-player-2.php
34 lines (34 loc) · 1.77 KB
/
music-player-2.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?php require 'app_templates/before_app_name.php'; ?>
Music Player
<?php require 'app_templates/before_app_maker.php'; ?>
By TouchField Amazon
<?php require 'app_templates/before_app_image.php'; ?>
icon.png
<?php require 'app_templates/before_app_description.php'; ?>
With amazing Material design with material black look
having more then 500k install on amazon app store and ranked as <strong>TOP</strong> free music app on amazon app
store. Most of users love it more then default one on their kindle.
<?php require 'app_templates/before_app_link.php'; ?>
https://www.amazon.com/Touchfield-Music-player-Plus/dp/B017NDIK6C/ref=sr_1_1?ie=UTF8&qid=1447650309&sr=8-1&keywords=touchfield
<?php require 'app_templates/before_link2.php'; ?>
<a href="@yield('app_link')">
<img src="images/amazon_app.png" style="width: 40%;height: 40%;">
</a>
<?php require 'app_templates/before_img1.php'; ?>
images/mp21.png
<?php require 'app_templates/before_text1.php'; ?>
“Best sound quality, dashing black material design and cool play screen that make it best android music player app.”
<?php require 'app_templates/before_text2.php'; ?>
It’s currently on number 1 position in USA at Amazon App store having more then 300k+ downloads and still conting...
<?php require 'app_templates/before_img2.php'; ?>
images/mp22.png
<?php require 'app_templates/before_img3.php'; ?>
images/mp23.png
<?php require 'app_templates/before_text3.php'; ?>
Also have almost 100k download at Google play store and still counting...
<?php require 'app_templates/before_text4.php'; ?>
People love it more then they have default one on their kindle.
<?php require 'app_templates/before_img4.php'; ?>
images/mp24.png
<?php require 'app_templates/after_img4.php'; ?>
<?php require 'footer.php'; ?>