Hello Everyone,
Please I am wondering if anyone here can help me with my project.
I am currently working on a university project of building an Android app that can connect to my ampache server and be able to display and play my album and song list. Something similar to “just player” and “lullaby for ampache”. I have already setup the ampache server and I can browse and listen to the music on the web player.
I do not want the app to ask for credentials when a user first launches it like just player or lullaby, but instead already logged in to the main page so that anyone can be able to view and listen to the song on the server.
I have had a look here https://github.com/ampache/ampache/wiki/XML-API but I do not know how to generate, the key, passphrass or how to use it.
I have also had a look here https://github.com/meandor/ampdroid but the source code seems a bit too much for me to wrap my head around as I am still pretty much a n00b in the Android app development world.
Please I really need help or someone to guide me with the connecting to my server part of my project.
Please, please I am begging anyone out there with any idea to help me, no matter how little.
Thank you.
Related
Hello, I am a noob trying to learn to make android apps. I hope to learn how to make apps both for my personal use and eventually to possibly put on the market.
I have some basic understanding of developing for android such as watching some tutorials and reading the resources on developer.android.com.
Right now I'm trying to make an app that uses access to a website that requires a username and password. I pretty much have the UI layouts set up, and right now the startup screen has a login button that just takes you to the main menu. What I need to know is how to connect the app to the website, or if it is even possible if I'm not the admin of said website.
Any help would be greatly appreciated including just pointing me in the right direction. Thanks in advance.
Hi,
What you are asking for is possible as far as I know. I think I've seen quite a few third party client apps for logging in to web services, although I don't really know how to do it.
A google search of what you wanted gave me this result:
http://stackoverflow.com/questions/6443401/performing-login-to-https-website-via-android-app
Thanks for the lead! I really appreciate it.
Hi,
I am a student in computer programming and I am looking to self-learn advanced android development by making an android app for my personal use. I was thinking about making an application that would require a Client/Server model that would let me browse/playback my music that sits on my PC from my android device. Something similar to the Audiogalaxy application where I would stream the data from my PC to my device.
Knowing that I know how to make an Android app, I would like to know what would be the best technology to use. I would like to be able to access my library from Internet or via Wifi. I have done some search and found out that using Zend Framework as the server and using JSON-RPC as the client could be one of the way to go, but I haven't found all the informations that would convince me to go with that idea.
I would like to know your opinion/feedback on the technology or where I should start looking to make this happen.
Thanks!
have a good day!
* Please move this topic to the correct sub-forum if I haven't done it correctly.
Hello xda, as u can see i am new to this site.
I joined because I recently had an idea to make an app that would stream music to my phone. I want anyone to be able to use this app.
Here are my questions tho:
First of all i have no clue where to start. I have seen some ways on how to stream online radio stations, but thats not what i am looking for. I want this app to be like a radio station, but play only certain artist off of my computer. It does not have to be fancy. Im looking for a program to use to develop this app, or insight on how to do it. PLEASE help if anyone understands what i am asking for lol
derrickthaller said:
Hello xda, as u can see i am new to this site.
I joined because I recently had an idea to make an app that would stream music to my phone. I want anyone to be able to use this app.
Here are my questions tho:
First of all i have no clue where to start. I have seen some ways on how to stream online radio stations, but thats not what i am looking for. I want this app to be like a radio station, but play only certain artist off of my computer. It does not have to be fancy. Im looking for a program to use to develop this app, or insight on how to do it. PLEASE help if anyone understands what i am asking for lol
Click to expand...
Click to collapse
First things first I would start by learning Java and taking a look at the official Android developer documentation and training. For developing your app the Eclipse IDE and the ADT bundle (Android Development Bundle which includes the Eclipse IDE and Adroid SDK) will include all the tools you need to get started. Once you have worked through writing some basic apps,I would recommend checking out this tutorial on how to make a basic music streaming app. While the tutorial is outdated and uses an outdated version of Android the principles and concepts shown still very much apply today.
I have limited knowledge of Java already, just basics. In that TUT he is using http to stream his music. My question for this is there anyway to not do it via http but rather straight off my hdd or even cloud?? Also I do appreciate you replying so quickly, the TUT you sent is very helpful.
derrickthaller said:
I have limited knowledge of Java already, just basics. In that TUT he is using http to stream his music. My question for this is there anyway to not do it via http but rather straight off my hdd or even cloud?? Also I do appreciate you replying so quickly, the TUT you sent is very helpful.
Click to expand...
Click to collapse
What your looking for is something similar to this app here. One way would be to use cloud storage api's for Android such as Dropbox, Google Drive, etc. to stream the music. Directly off your hdd do you run Linux or Windows because you could look into integrating Samba share as a possibility. Also I would recommend then brushing up on your Java knowledge to make your Android programming experience more enjoyably and seamless (Not having to look up new Java things every minute).
App Making Program
derrickthaller said:
Hello xda, as u can see i am new to this site.
I joined because I recently had an idea to make an app that would stream music to my phone. I want anyone to be able to use this app.
Here are my questions tho:
First of all i have no clue where to start. I have seen some ways on how to stream online radio stations, but thats not what i am looking for. I want this app to be like a radio station, but play only certain artist off of my computer. It does not have to be fancy. Im looking for a program to use to develop this app, or insight on how to do it. PLEASE help if anyone understands what i am asking for lol
Click to expand...
Click to collapse
I love your idea, but really love your desire to make it yourself. A tutorial is the best way to learn app creation. When you "walk" thru the process, or learn as you go, you are learning a new skill that you can expand into other avenues.
I have taken app creation to making my website so others can take their great idea and make it into a reality....good luck and have fun!
DLL
website owner
http://easyappcreation.com
Hello Friends,
I am new in this forum and want to ask something from you and also need your guideline for this, I want to develop an app like whatsapp, viber etc. but I have no idea how they works. I have searched on Google and found that whatsapp working on Ejabberd (XMPP) server. This server facilitates instant message transfer between two or many users at any given second. ERLANG is the programming language and Ejabberd is an open source Jabber server written in Erlang language.
But I want to know that if developed app how that will be work like what setup I required for this to run live and users can use 24 x 7 without any disturbance. Do I need to purchase anything like we need to do in website like webhosting, domain etc.
Kindly guide me in details about this. Your answers will be highly appreciated.
Thanks,
RjAnsari said:
Hello Friends,
I am new in this forum and want to ask something from you and also need your guideline for this, I want to develop an app like whatsapp, viber etc. but I have no idea how they works. I have searched on Google and found that whatsapp working on Ejabberd (XMPP) server. This server facilitates instant message transfer between two or many users at any given second. ERLANG is the programming language and Ejabberd is an open source Jabber server written in Erlang language.
But I want to know that if developed app how that will be work like what setup I required for this to run live and users can use 24 x 7 without any disturbance. Do I need to purchase anything like we need to do in website like webhosting, domain etc.
Kindly guide me in details about this. Your answers will be highly appreciated.
Thanks,
Click to expand...
Click to collapse
First of all this Question should be in the general section. Hopefully some mods will look into it
And yeah, you need an actual physical server to do this. Only then you can guarantee your customers complete hassle free access to it. Erlang is used in whatsapp because its probably the best language to code for handling large set of real time communication between a very large number of people. Thats why the creators of whatsapp went with Erlang even if its an old language.
As the customers increase your server costs will also go up. All the best. :laugh: :good:
Hey! Its a Idea! But you musst make a lot of monetization for this app! Or you want make this app for your private chats with friends?
Hello, I am looking Android App Development help please.
I would like to make an Android TV box app and was wondering if I can get some help creating one with the following requirements;
1) Looking for a Template, for starters, so I don't have to code one from scratch since I have no idea of what I'm doing
2) Configure the app to utilize a Username/Password which verifies the account on a server database that I control.
3) Hopefully it will be easy to include a link within the code that reaches out to an XML file on my server or whatever where I have a list of Video Streams/Feeds that the app reads and you can select what video you want to play.
Thank you
Hi I'm not an android coder but a c# coder in terms of a template project, something like this? https://github.com/hitherejoe/AndroidTvBoilerplate
I just searched android TV boilerplate (a boilerplate is template). Hope it helped.