[Q] coding request / question - General Questions and Answers

Hi guys!
I found a pretty decent midi controller app here:
thesundancekid.net/blog/fingerplay-midi/
It sends Midisignals thru wifi to your Daw/Instument.
Ive already made my own layout.xml but couldnt find a switch to change to color of the pads. I know nothing about java or programming, is it a lot of work to or just a little tiny piece of code?
It would be very nice if someone take a look at this.
Kind regards
gdm41
p.s.
i have less than 10 posts, thats why i post my coding request here.

Related

[Q] CM7/AOSP TV Out

I've searched high and low and haven't found this question worded this way. I can't post to the development, so I am asking that someone in here helps me.
If I were to search through the coding and find where the phone directs its display to the screen, then find in the code where gingerbread sends the music to the A/V cable (3.5mm), use the two to write a code to send the display to the same location, and then add a setting to turn it on and off, what would happen?
I need time to go through some tutorials and figure out how exactly to start coding with android. I only have experience in C++, Visual Basic, and HTML. I was just wondering if this was one thing that has been attempted to get TV Out to work. I work around 80 hours a week so it would be very helpful to get input and save me the tutorial time.
ps. First post here ever, and I know I'm not even on a beginner level when it comes to programming android. So only productive responses please.
First post FAIL. There are ROM-specific stickies in the Q&A subforum and this should have gone in the CM7 one. Please do a search before starting a new thread and it is better to post to an existing thread rather than start a new one. Had you searched you would have discovered that TV Out works with Gingerbread.

[Q] Becoming a dev.

NEWBIE...Im fairly new into the developing world, but I have a solid background in anything computer orrientated. I started with a droid x, rooted it, and have never looked back. I'm taking java classes and learning as much as I can about programming. Any helpfull advice for someone starting a career/lifelong hobby in this feild? Reading a lot of books and blogs, but any other resources would be greatly appreciated.
Thx to all the professional devs out there who make it a fun digital world to cusomize!!!!
http://goo.gl/xB9rK
Lets start by using the search function.
This question gets asked and answered several times per week...
Personally i would skip the books.
I started by an idea in my mind what i wanted my app to do and taught myself through tutorials, stackoverflow, irc and lots of google...
Start something small, maybe an app that plays a single mp3 file.
Now you think, how can i choose different ones -> make a file explorer.
And so on... kinda like reading wikipedia, you start with some topic but end up in another topic far away ;-).
Thats if you want to program apps... there are lots of types of devs.... apps, roms, themes, kernel...
Now don't say you want to learn everything .
Thanks & more
Thanks for being the first to reply! And also for the info. I've done a little programming, vb and java, but am more interested in the rom/kernal side of things. Seen the vid before! Awesome!
I tried searching the site for what I'm looking for but unsuccesfull, figured the best way to get forward in this site, and get specific info, was to post a thread in one of the only places I could. Reread the rules and newbie posts, and figured out the reasons but they dont bother meat all.
Guess I'm looking more of an answer to this question, from everyone who replies:
How did u get to where u are now? (be it app dev, device help, other software dev)
Again thx for the help! P.S. what software do u use to program? And which os is preferred, linux, windows, mac?
I'm learning linux as fast as I can and wouldn't mind help there either if its out there.
Sent from my Xoom. Via whatever the heck I want!
I started with knowledge in C++,C,SystemC and some script languages from university + plus some knowledge about programming in general.
We had to use java in the university but i never properly learned it (just couldnt be bothered). I knew the ideas behind it and some concepts.
I actually only started learning java after i had written the exams (one which was about java but thank god didn't require actual working code in the exam ).
This was winter 2010.
So after i no longer had to learn it, i wanted to learn it and started out pretty basic.
Used google alot tried the basic tutorials, i.e. button doing something and so on.
After that got boring i was looking for an app with an actual purpose.
I made a voice recording app, did some bounty requests, wrote a control app for a modification from another xda member and some other stuff, cba to list it all now .
I use the android sdk + eclipse. Currently on windows 7, but that doesn't really matter. I've got a laptop with linux and a virtual machine with it too. It just that i also play video games for which windows is somewhat required and so i'm programming on it too. But it doesn't really matter. Eclipse and android sdk don't really differ on the OSs.
For compiling kernels, you might need linux, but maybe its possible under windows too... (cygwin)... don't really know ;-)
The thing is, you don't need to read 5 books, have 2 degrees in X to start.
Let's take custom ROMs.
No one actually builds those things from scratch.
90% of them are just other ROMs(custom or stock) that have been modified to some extend.
Download a ROM, unpack it, swap some files, change some scripts/configs, maybe recolor some things, add some extra apps, maybe a different kernel.
Repack it and XING you made a custom ROM.. now just flash it and see if it works, if it doesn't... well try again
Trial&Error...
You will get more knowledge about what you can change and what can be done with the time.
There is a custom ROM tutorial thread somewhere on xda, just search for it.
I'm going to write a little bit on my next app now

Roblox Forum, Web Scraping App (Android) Pointers & Questions

I've been waiting for an idea and I think I finally have one. I am going to attempt to make a Android App using Web Scraping that will allow me to navigate and use the forums on Roblox (.com if you really want to look it up) better than I can now. Not only are the forums pretty bad in general but they are even worse on my Android Device (Samsung Galaxy Player). Can anyone give me an pointers or advice? I'm not sure what libraries I should use... This is my first big attempt at coding
Oh, Obviously I would want to give it a feature to reply to posts but I'm not sure how login for that type of thing would work...
Hello Nick64. If I were you, I will focus on builidng an app for getting the Roblox Hair Codes and Roblox Outfits IDs automatically. I think that this can be easily done using some program languages. I am saying this since most of the Roblox forums are not working anymore while on the other side, the players are still searching for these kind of codes. Just saying.
Edit: I just saw that you have posted this a long time ago. Anyway, someone might get an idea from my reply.

[Q] Making android app for Ajax chat - any documentation?

Hello everyone,
I'm looking to make android app for this Ajax chat we have on a certain forum. The chat is MGC Chatbox Evo. Basically, I want to connect an app to the chat, like you do when you fire up a browser.
Now, my programming experience is very out of date, so I'm looking for some documentation (noob friendly if possible) on this. I've searched google all over the place, I found a couple of tips, but those aren't very understandable for someone at my level.
Here are the questions I'd like to cover:
1) In which language do I write this?
2) Using what compiler?
3) Where can I find documentation related to making something like this?
I'm a bit savvy, so if I find a way to do this in one programming language, I'll probably find a way to do it in another, but I can't. I've never made an android app before, but I'm very eager to learn, so all and any help is appreciated. Of course, if someone has time and desire, I'll gladly work with you on this and learn that way. Forum has 600,000 registered users, and you would be free to take all the credits for it.
Thank you for your time
Have a great day!
Bump? :s
Oooh

[Completed] Helping the blind see with the vOICe for Android and external video camera

Hi there,
I'm new to this android stuff, I use a... Uh, okay I use a different phone...
I'm blind and am exploring android with one goal... To see again. Okay, maybe that was a little over blown but let me explain before asking for some help from you lovely people.
There is an app called 'the vOICe', by seeing with sound, their home page here:
(Noticed I can't post links, do a search for seeing with sound and the voice and you'll find the one, it's also on the app market, just don't mistake it for the app accompanying the TV series...)
Who are using a system to help blind see. In a nutshell, it scans an image from left to right and layers sound using different frequencies to represent the image. I'm sorry if I'm a bit vague about this as I've not really had a chance to fully experiment with it. In short, it turns visual images into sound and it would appear that some fantastic results are coming from it and actual stimulation of the visual cortex is happening. In effect, the android device is the a to d, and the user's brain is the d to a. Amazing.
The problem is, currently it's not very usable. It can process a live stream from a video camera built into an android device but, of course, no one wants to wonder around with a 6 inch sudo-tablet strapped to their forehead. There was some excitement with the idea of google glass, however, aside from it not coming to light, I'd not really want to spend several hundred pounds on a device which I can use for just one thing. Okay, now the specifics...
I want to be able to route a webcam, or a similar camera into an android device, the device to accept the images from the camera and to process them into sound using the vOICe app. From what I understand from the Doctor who is pushing this forward and the inventor of the system, android does not yet allow external cameras to act as the native camera device. Can you help?
My perfect rig, and I'm making the huge assumption that it's the rig that most blind people would settle for, is the phone in my pocket, a hat or headband containing a camera, and a pair of headphones, preferably bone conduction as they give better awareness.
My question, my request is for someone to help make my device accept a video camera through usb and use the vOICe app to process the image.
Thank you in advance.
Olz
PS... I'm new to all of this, so I apologise if I've posted in the wrong place. If admins could move this post to the right place if I have messed up, I'd be very grateful.
O
Hi, Thanks for using XDA assist
There is a general forum for android here http://forum.xda-developers.com/android/help where you can try to ask to get expert's help.
Good luck.

Categories

Resources