Code

Discussion on Your Radio App

Discussion on Your Radio App

Cart 1,266 sales

1499 comments found.

Can you try this stream and let me know if it works on your code before i buy please

http://mp3streaming.planetwideradio.com:9370/radiotoday.m3u

Thanks

Hi duncan69,

yes, we have try that stream and it’s works on our code.

Thank you

Share on Facebook,Twiteer…no possible?

In Demo Apk…how Sign Up??? How add radio station??? In Admin ..after logout…how exit?

Hi Rade1960,

we think you are less understand how this app working, this app working based on client server with json web service, android as client side and admin panel as server side, you only can add the radio station list from admin panel which included in download package. this app not using sign up or sign in menu, when users open the app, will be go into main menu directly, share menu is available, check on floating action button in the share menu. please try the demo app and admin panel first to know how this app working.

Thank you

Hello, I want to know can I add the radio list from outside, with json dropbox…?

Hi vigi1985,

this app working based on client server with json web service, android as client side and admin panel as server side, you only can add the radio list from admin panel which included in download package. try the demo first to know how this app working.

Thank you

Hi. You can add a bookmark button next to each radio to?

Most users will have difficulty knowing who need to press the radio to add to favorites.

And Interstitial ads every 3 played radios. you can do it?

Thank you!

You can send me by email the file with the modifications please? Already send several emails and got no answer!

You can send me by email the file with the modifications please? Already send several emails and got no answer!

please note our work time, we were in a different time zone, you send a message in the midnight, of course we don’t work at that time. we’re online now, you can send your teamviewer id and password, check your our email reply.

I was trying to reach you over mail & skype. Please check anyone of it.

No response yet… Reported few bugs.

List of bug in version 2.0 : http://i.imgur.com/iHT2FyJ.png Supporting Screenshots : http://imgur.com/a/AaB1f

Please fix this.

Hi sakibnizam, we have already respond your message and fix bugs with play bar in favorite menu, you can check your mail. Thanks

aac+ not working

Hi Yazilimapp1,

working with aac+ too, make sure your radio stream url is active, can you contact us by email and send your sample radio stream url, so we also can check it.
Email : developer.solodroid@gmail.com

Thank you

Hi vdejan93,

oopen .m3u files with notepad or other text editor, you will get the radio streaming url. check this link below from more detail. http://prntscr.com/a1ngem


if you like our app, we will highly appreciate if you can provide us 5 rating and good review for this. you can rate us from your codecanyon menu > download page

Thank you

Warning:Unable to find optional library: org.apache.http.legacy

i am newbie :(

Hi yen032,

check this tutorial Here. this is will solve your problem in org.apache.http.legacy library.

Thank you

yeh good job. very good support.

Hi yen032, yeah, you’re welcome. Cheers :)

Please send me a link with the new .apk demo to test before I start to work on it. Thanks!

Hi, for temporary, you can download this new .apk demo from this link. Thanks

Thanks for the link, the Demo for the admin panel is still the old version right?

Hi LMGroup, yesterday, the demo for the admin panel still the old version, but now, we have already update the demo admin panel to latest version. Thanks

v2.0.0. you forget Eclipse Project Files ?

Hi yen032,

for the latest update version only support for Android Studio at this time, because it uses a library that can not be imported in eclipse, so migration to android studio is mandatory, because the official tools which developed by google is Android Studio now, while the eclipse is no longer being developed by google. so, for now the latest update code only can be implemented in Android Studio, for eclipse version, we will include it in the next update, if possible.

Thank you

Hi, how do I upgrade since you made a modification to my App before I published. I don’t want to loose the customizations. Please come on Skype so that I can give you my Teamviewer as usual.

Thanks.

Hi Theme_King,

for android code, you must use latest update version because there are a lot of changes in code structure, for admin panel side, we can help you to update from previous version. but, if android code side, you must use the latest android code version. for more detail, you can contact us by email that we provide.

Thank you

hi i need to update my app to last version, go in skype to duscuss thank

Hi koureissi, okay, you can send message to our skype. Thanks

hi can you reply me egain to finalize update thank

yes, we have reply your message, you can check it. Thanks

I have a problem’s. On the emulator opens works. On Android 4 installed, but immediately closed. On android 6 is not installed.

Hi Erico1974,

to solve your problem, try to download this file, then copy and replace to app > java > yourpackagename > activities > PhoneCallListener

just replace and try run again.

Thank you

Hi, I want to launch an interstitial ad just after radio station is loaded. How can I make that adjustment?

Hi bergmp7,

You can contact us by email that we provide, we will give you instructions on how to implement it.
Email : developer.solodroid@gmail.com

Thank you

Friends, I tried to contact you by email and it was unsuccessful, could you please tell me when are you available to help?

Hi pmgreb,

if you want to launch an interstitial ad when radio stations is loaded, you need to modify between 3 java files, open :
- MainActivity.java
- ActivityFavorite.java
- ActivityRadioByCategory

files location : app > java > yourpackagename > activites

in the MainActivity.java file, declare new variable for interstitial ad :
private InterstitialAd interstitial;

for other two files, already declared.

in each activity, find this following code below :

then, add line code to call interstitial ad, for complete code will be like below :

Thank you

Hi as alexistkd suggested can you update your build ? rest of the parts are working good. except the loading time.

currently processing upload the new update version now, need one or two days until our submission approved on codecanyon.

do you have any plan to release ios version ?

we only focus on native Android app development, so we don’t have ios version at this time.

@alexistkd your demo is working on the new Android Samsung Galaxy Note 5 and Samsung Galaxy S6 edge+ thanks for the help to the developer. @Solodroid Please Update you code to ASAP as this demo posted by @alexistkd works on new devices so i can finally use this app. Regards.

Hi LMGroup,

yes, of course, we still preparing to release new update version, please be patient for a few days, at the end of this week, we will release update version.

Thank you

Thank You!!! :)

I closed the app , but the music does not stop.

Hi yen032,

please note, when the radio is playing, it’s running in background, you can see on status bar, if you want to stop the radio, you must press stop button (bottom right) on play bar of the app.

Thank you

if i want to closed and stop radio. help me.

Hi yen032,

if you want to stop radio when close the app, make e few modification for the android code, go to app > java > yourpackagename > activities > MainActivity

add onBackPressed() method to handle close the app and stop the radio. to code like this :
@Override
public void onBackPressed() {
   super.onBackPressed();
   play(false);       
}

how to add the code? go to the very bottom of the code before the at sign ” } ”. for more detail, you can check from this example Here

Thank you

oh good job

Hi yen032,

thanks for purchase our app. if you like our app, we will highly appreciate if you can provide us 5 rating and good review for this. you can rate us from your codecanyon menu > download page :)

Thank you

see diference, i already modified your code to remove mediaplayer class to use ExoPlayer see difference in speed of connecting to live streaming aac+

https://www.dropbox.com/s/0ik8okgpt6dmtew/app-debug1.apk?dl=0

heres .apk, you should upgrade your code to use exoplayer instead of mediaplayer

thank you

Hi alexistkd,

thanks for the advice and support you give, it’s working like a charm, we will prepare for release new update with this in the next few days, we will also adding other features that can make the app load the radio stream faster and much better in performance.

Thank you

I have a question about server. You are providing server side code. So, can i use your server for my purchased application all time and for unlimited client by changing password? Also How can I use your server for another app just changing data?

Hi Aliict,

yes, you can use it and change the password, with regular license, you can publish the app on google play store after make all changes as free app on there.

Thank you

Thanks for your response. So, I can use your server for my app and can change data as my requirement then publish this app in playstore as free.

Hi Aliict,

what you mean about my server? do you mean server who we using on our demo application? if like that, you can’t use it, because that is for demo purpose only. you must use your own hosting and domain, our intention is that you can use the php code server which included in download package and upload it on your own hosting.

Thank you

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey