Music/track playing app - Android Q&A, Help & Troubleshooting

Hi all i would like to create an app that is fairly simple. A main screen with image and text description over the image then click a button to go to a selection of relaxing tracks i have created. Then once track selected the play screen has simple play button and tick box to make track loop if users wishes.
does anyone know any tutorials that may help or anyone fancy helping me make this?
Many Thanks
Gavin
Sent from my GT-I9100 using XDA App

look into andengine. its a game engine thats fairly simple to use and while its for games, its easy to set something like that up in it and have it function correctlly

Related

Notification center customization

Hi, as we all know androids notification is quite great. Apple however took this concept and in my opinion improved it. Many developer also seemd to like it and there are many apps on cydia that offers some customization.
What I'm looking for is an app or any way really that lets you customize the drop down window.
I'd like to b able to change wallpaper, change color of text, add widgets and info for fast updates.
I have spent many hours googling but I cant find anything like this. Is there any way to do this or does someone have thw ability to make souch an app?
I hope
I'm pretty sure access to the android notification can not be done through an app. Its like a core system process that probably can't be edited in real time. You would have to embed some sort of "notification drop down settings" into the OS.
But he is right Apple should not be ahead of us in any way..
Has no one left with common computer skills?
There's many topics on this here one just for you http://forum.xda-developers.com/showthread.php?t=1363528
Google and search button's seems to be extra these days
Good stuff I'll have to try. I don't know about everyone else about the search function, but I like to use my phone as a PC so the search does not work all that great through the android browser. Then filtering through the results.on this smaller than PC screen will give anyone a headache. Maybe the xda app is better idk..
airninja6r said:
Good stuff I'll have to try. I don't know about everyone else about the search function, but I like to use my phone as a PC so the search does not work all that great through the android browser. Then filtering through the results.on this smaller than PC screen will give anyone a headache. Maybe the xda app is better idk..
Click to expand...
Click to collapse
I used my standard international SGS2 found results NP..
Cool, we're gettimg there.
However im looking for more than just a theme. Widgets and the ability to add my own background. I wamt the functionality, not just the look

Need Help making a tiny wings port with app inventor , devs help please demo included

Hi I have been working with app inventor and Iam trying to make a tiny wings port with this tool.
What I have accomplished so far
1) I have the tiny wings charactor heading downward angeled left when screen starts
2) When the tiny wings charactor lands on the ground , he bounces upward at angle
3) When you press the screen the tiny wings charactor will make a quick dive down.
4) I have a score thats triggered when the bird collides with the ground
5) Reset button to reposition the tiny wings bird.
Need immediate help with
1) Making the screen scroll to the right
2) Making platforms appear as screen goes to the right
3) Who to contact so I can make a larger file size game, so that I can add the music
4) If there is anyone who can make music and sound files smaller and compressed, can I get your email address ?
Need future help with
1) Restart and reset game
2) Change animations
Goal
To show how you can make great games with app inventor by making a tiny wings type clone game. I want app inventor to be put on the map and to further promote app inventor. Anyone who helps with the project will recieve credit and project will be promoted on twitter and facebook when its done. I made an apk so you can test it out the progress so far on your device. I will update the apk as I add more to it.
I havent progressed to far so you can try the alpha version here .
Are there any developers who are experianced with app inventor or just really good coders I could use your help. I just need a couple of things to make this project complete and will give credit to those who help me. Thanks for your time!
Questions or Problems Should Not Be Posted in the Development Forum
Please Post in the Correct Forums & Read the Forum Rules
Thanks ✟
Moving to General
lufc said:
Questions or Problems Should Not Be Posted in the Development Forum
Please Post in the Correct Forums & Read the Forum Rules
Thanks ✟
Moving to General
Click to expand...
Click to collapse
Ok I thought the development forum was for any developer related subject. Now I know to post all questions here for the future.
Hi, im taking a look at the game you have sofar, now im not a pro dev but been dabbling in the arts of app inventor for a few months now, the problem is making games do what you want them to, even when your logic seems fair its not always easy to figure out what the issues are,
ill try figure out how to import the apk to app inventor, i dont think you can produce the sorce code from app inventor, however if it looks easy enough to fix i may need a map of your block editor and which components are used!
you can do this by taking a screen shot of your project open onscreen, i can quickly replicate this on my app inventor.
ill let you know what i think once i test this!
thanks
puggz
Edit:
Tested the apk, ike the little bouncy sound, reminds me of angry birds lol
I think the main problem your going to have is making the screen move when the target passes the screen value, quick and dirty ways to do it woud be having multiple screen arangments 12345etc when the target reaches a point on the screen arangment have it switch screen, how to do thes yet is only my basic theory's would need to mess around with the layout for this, another theory could be using thr clock timer to set screen changes, would mean calculating the time needed to pass to next screen, i think this might be a complex task..
another way would be to use an animation to move the screen a sprite function of sorts could work adding landing blocks as sprites to move with screen would need to be done too,
The problem with this its fine for a few sprites but get too complex and it will lag the app to hell,
Since there is no hardware acceleration involved, the trouble with the screen just now is it fills out to the parent, ie the devices set resolution, you could make the resolution wider and enable scrolling, this would in effect mean you could scroll left and right, up and down to the screens set resolution, it wouldent be an automatic procedure, but alot of finger swipeage.
for a basic game i think this might do the trick, just depends really on what you wish it to do really
i have ripped the main elements from the apk, all i would need is screen shots of the block editor and components used in app inventor, and settings used, or a screen shot of this too would be helpfull,
i can mess around with this idea if you like, i cant promise anything amazing but i should beable to atleast work out what needs to be done and if its possible to do in app inventor, certainly in a real sdk its possible
Ill play around with what i have for now, and workout how to implement a moving screen canvas
i think this is the easy part, getting the fixed landing blocks to be in sync may be the issue, anyways
no harm in trying huh!
thanks
thanks for trying and keep going bro you are making our dreams come true:angel:

Making an android launcher?

OK, so i am making an android launcher.
The UI
well, it will be very similar to the windows phone UI, swiping left and right between the home screen and vertical, 4 column app drawer. so the app drawer will work like the defualt vertical one on stock android. but the home screens will move vertically, swiping up/down will go to the next screen.
i think, to make the app drawer/home screen left/right swiping work, i need to have a linear layout fragment, (im working in eclipse) so that the screen would be larger than the actual screen, it will simply show PART of the fragment which will be the home screen. i need to find out if that could work.
anything else i need to know for making this app.
i have practicaly no experience but i can learn quickly. the android tutorials are not helping much for this type of app, for some reason i cant import already built android launcher into eclipse.
thanx for all the tips and help.
Thought of a name???
~RR
Sounds cool
Sent from my Paranoid Android GT-19100 using xda premium
You haven't even finished the project but have started its thread? I don't think that's allowed here.
Code:
System.out.println("Sent from my SGY");
first of all im only a 17 year old highschool who is doing this for senior project, a year long project with a "learning stretch" so i need all the help i can get.
im just wondering, does anyone know anything that could help me. anything at all.
so like bits of code that could help the system recognize the app as a launcher, so when i press home, it asks me if i want to use it.
second: how can i create a 2 page layout, i was thinking a linear layout fragment could work, so it would act as a big screen that can be moved, but then vertical scrolling could become limited.
third: how can i get the vertical app drawer to appear in the fragment.
fourth, how can i make home screens, and make them work vertically, and add widgets and stuff to them.
that is about all i need. if anyone can help, thanks alot
i will not be asking for donations and the app will be free to all when it is done
(want a credits page. ok just tell me)
app name, hmm... i was thinking Dual Launcher (cause it works with two screens vertically side by side. but im still thinking
thanx for thinking this is at least a good idea.
russian392 said:
first of all im only a 17 year old highschool who is doing this for senior project, a year long project with a "learning stretch" so i need all the help i can get.
im just wondering, does anyone know anything that could help me. anything at all.
so like bits of code that could help the system recognize the app as a launcher, so when i press home, it asks me if i want to use it.
second: how can i create a 2 page layout, i was thinking a linear layout fragment could work, so it would act as a big screen that can be moved, but then vertical scrolling could become limited.
third: how can i get the vertical app drawer to appear in the fragment.
fourth, how can i make home screens, and make them work vertically, and add widgets and stuff to them.
that is about all i need. if anyone can help, thanks alot
i will not be asking for donations and the app will be free to all when it is done
(want a credits page. ok just tell me)
app name, hmm... i was thinking Dual Launcher (cause it works with two screens vertically side by side. but im still thinking
thanx for thinking this is at least a good idea.
Click to expand...
Click to collapse
Idea is a great one. I'm a noob at apk development so i've no idea about launchers. Just a tip, don't make it two screens side by side. It may look good on tablets, but not on smartphones. And FYI, i'm 16, in 10th grade, and have developed my first app .
Code:
System.out.println("Sent from my SGY");
ok. look, dont be rude, you had your first time making an app, was it frustrating, probably, same here, since im making a luancher.
im trying to make the launcher simple as can be because i already know this is gona be hard, cause i have no coding xp.
so if you can help out with some starting codes, that would be great. i have to give credit though because its a project at school lol.
if i can get the 2 screens sliding left and right, im basically good to go, the rest i can handle.... probably
i had another idea.
modifying the cupcake launcher and adding side buttons to the bar, they would move with the app drawer sliding up too.
We are being taught Java at school since 9th grade, so i just had to learn some new things because i knew basic Java. And yes, it was very frustating. I can't help you with the codes if you don't even know basic Java (you said you didn't have any coding xp). There are many tutorials on the net, first learn some Java, practise it and then you're good to go. The learning will hardly take a week, if you're a quick one.
Code:
System.out.println("Sent from my SGY");
I have the name for your launcher...
Super Launcher
Hw about ....star launcher???
Click THANKS button if I helped, or u liked my post.
Will be honored.
Super2cool said:
I have the name for your launcher...
Super Launcher
Click to expand...
Click to collapse
U think...?
Its a really minimal launcher, it doesn't even have a wallpaper.
But I'll keep that in mind.
If all goes well, I will have a paid version latter on.
Sent from my LG-P506 using xda app-developers app
Maybe you should think of the name and other stuff once you've actually got a beta going
I'm sure you'll think of a name by then
Good luck
if you need help with a website or anything I can help just pm me
Sent from my MB860 using xda app-developers app
russian392 said:
U think...?
Its a really minimal launcher, it doesn't even have a wallpaper.
But I'll keep that in mind.
If all goes well, I will have a paid version latter on.
Sent from my LG-P506 using xda app-developers app
Click to expand...
Click to collapse
Minimal Launcher
May i ask if its possible to import a apk file with eclipse and edit it?
yken said:
May i ask if its possible to import a apk file with eclipse and edit it?
Click to expand...
Click to collapse
You can import individual XML and java/.class files but I tried to do a whole project.
Sent from my LG-P506 using xda app-developers app
inaudibly said:
Maybe you should think of the name and other stuff once you've actually got a beta going
I'm sure you'll think of a name by then
Good luck
if you need help with a website or anything I can help just pm me
Sent from my MB860 using xda app-developers app
Click to expand...
Click to collapse
I'm not supposed to be making any money from this project, so j could pay for a website, beside I know how to make one. But than anyway.
I need codes and use full info for coding the app, not a name right now gys
Sent from my LG-P506 using xda app-developers app
Here is what I have planned out.
1.linear layout with fragment, in.
.XML
2.split up the 2 fragments and make them desperate
3.add vertical 4 column app drawer to right side frag, and enable widgets and icons to be put on left frag.
Make the frags recognize swipe gestures so u could move screens (java)
Done
All I need is the codes. I have some, but they are not helping much. They r confusing.
Sent from my LG-P506 using xda app-developers app
russian392 said:
Here is what I have planned out.
1.linear layout with fragment, in.
.XML
2.split up the 2 fragments and make them desperate
3.add vertical 4 column app drawer to right side frag, and enable widgets and icons to be put on left frag.
Make the frags recognize swipe gestures so u could move screens (java)
Done
All I need is the codes. I have some, but they are not helping much. They r confusing.
Sent from my LG-P506 using xda app-developers app
Click to expand...
Click to collapse
Not trying to be offensive, but let me get this straight...
All you need is the codes? That's like most of the work. Sure, I'm all for asking for some help, but read some tutorials -and try making some simple apps first to get used to the logic. Learning the hard way by taking examples and figuring them out works, but only if you have already made some research and have prior experience.
My advise: learn first, try later.
GermainZ said:
Not trying to be offensive, but let me get this straight...
All you need is the codes? That's like most of the work. Sure, I'm all for asking for some help, but read some tutorials -and try making some simple apps first to get used to the logic. Learning the hard way by taking examples and figuring them out works, but only if you have already made some research and have prior experience.
My advise: learn first, try later.
Click to expand...
Click to collapse
Absolutely right.
People here is not helping you because you are not looking for a little tech help with the code, actually you're asking someone else to make your launcher.
Also, learning java takes a week or less? Sorry guys, this is simply not true. No offence, being able to make a small app does not mean you know the Java nor you're a developer. No way, you have to study, follow tutorials and, at that point only, asking people for some help with codes makes sense.

[6/20] Awesome apps

1: App Picker Classic
I don't know about you guys but most of the time when I open a link, I use one app. As such I select it as my default app because having to select the app, press just once and then pressing ok to the message about removing default app status is a pain. But often times I want to use a different app to open it.for example opening a url in browser or pop up browser.
So this app just makes it so you only have to press the app once to open the link with it. Awesome.
https://play.google.com/store/apps/details?id=se.anyro.picker
2: Disk Usage
Having two storage devices, with a fairly overpopulated filing system, can be pretty hard to manage. Even with a large sd card, it can get full pretty quick. Especially when you're downloading big files and doing nandroid backups.
This app graphically lays out your entire file system by size so you can easily see which directories and which files are hogging your storage capacity and exactly where they are all at the same time. A really easy to use and a convenient tool. Awesome.
https://play.google.com/store/apps/details?id=com.google.android.diskusage
3: Helium (previously carbon)
Whether you're a crack flasher or you just want to play it safe, making backups is a good idea. With helium you can backup up the state of your apps. For example your sms's, a particular apps settings or log in info, to name a few. This is an invaluable tool you should always have in your app drawer. Awesome.
https://play.google.com/store/apps/details?id=com.koushikdutta.backup
I also recommend getting the premium version to support the dev and for the features
4: Swipe pad
Multitasking can be a bit cumbersome on devices with a screen smaller than that of a computer. I mean among the smallest laptops are laptops under 13" and there are some who argue those are too small to be manageable. Yes our phone is huge relative to other phones, but relative to a computer it's tiny.
I don't know about you guys but I use a small collection of apps frequently, and I have some apps which I want immediate access to. Fortunately there are developers with answers, and the product delivers.
Swipe pad is the solution. It allows you to map apps to little slots on a grid that is available when swiping from a desired edge of the screen. Simply lift your finger from the app you're touching and it gets launched. But it's not only for apps. I'll let you discover the rest, but being able to add nova launcher activities is just awesome.
https://play.google.com/store/apps/details?id=mobi.conduction.swipepad.android
Sent from my SCH-I605 using Tapatalk 2
eboodnero said:
I don't know about you guys but most of the time when I open a link, I use one app. As such I select it as my default app because having to select the app, press just once and then pressing ok to the message about removing default app status is a pain. But often times I want to use a different app to open it.for example opening a url in browser or pop up browser.
So this app just makes it so you only have to press the app once to open the link with it.
https://play.google.com/store/apps/details?id=se.anyro.picker
Sent from my SCH-I605 using Tapatalk 2
Click to expand...
Click to collapse
Thanks for the heads up...going to try it today. I definitely find times where I don't want to use the default app and this saves clicking the "just once" every time.
thank you for this
sofakingdom said:
thank you for this
Click to expand...
Click to collapse
This was da hits.

Need an app that's just an image, would appreciate help

Hi,
I'm a complete newbie to the world of app-making, and it's something that I intend on learning soon in the near future. However for now I am currently in a bit of a pickle with making a super basic app that I want to use as a tool. So as everyone does, I've come running to a forum for help
All I want my app to do is simply open up, and display an image. Nothing else, no buttons, no exit option, etc. Just simply want this image displayed (It's my school timetable): http://fc09.deviantart.net/fs71/f/2014/125/9/1/timetable_by_mharris333-d7hb210.jpg
If anyone could quickly grab this and chuck it into an app for me that would be amazing
Phone info:
Xperia Z1 (5-inch Display)
Android 4.4
Thanks in advance,
Michael
MHarris333 said:
Hi,
I'm a complete newbie to the world of app-making, and it's something that I intend on learning soon in the near future. However for now I am currently in a bit of a pickle with making a super basic app that I want to use as a tool. So as everyone does, I've come running to a forum for help
All I want my app to do is simply open up, and display an image. Nothing else, no buttons, no exit option, etc. Just simply want this image displayed (It's my school timetable): http://fc09.deviantart.net/fs71/f/2014/125/9/1/timetable_by_mharris333-d7hb210.jpg
If anyone could quickly grab this and chuck it into an app for me that would be amazing
Phone info:
Xperia Z1 (5-inch Display)
Android 4.4
Thanks in advance,
Michael
Click to expand...
Click to collapse
No icon? What package name? Just the image itself? No scrollviews?
Sent from my Nexus 7 using Tapatalk
You can just put a shortcut to the image on your desktop and associate it with gallery to show it. ES file explorer can do it. Navigate to where you have the image, long press, tap "more" then "put on desktop"
Sent from my SCH-I535 using XDA Free mobile app

Categories

Resources