Has someone a code example(s) how to open/edit/create tomboy notes on android. I want to write a program but i dont know if i have to beware of something in open tomboy notes.
masterchief
The forums won't let me post a link, but google Tomdroid for an Android app that works with Tomboy notes. They have a mailing list you can join to ask more specific questions.
Related
Hello all,
I was hoping you could take a moment and provide some feedback on a software project that myself and a group of others created for a business module we are taking.
The idea is a simple (and certainly not unique!!) one.
1. Take Picture of Barcode
2. Decode
3. Get Amazon results for that barcode
The software (attached) has been thrown together just to demo the concept. It uses a web service to do the decoding which makes it pretty slow, it is not production quality software, it is just for testing the concept.
If you have a second and give it a go, please take a second and answer the following:
1. Did it work?
2. Would you use it? (If not, why not)
If you don't feel like downloading it, it would be great if you could take a second and reply saying why you don't want to, e.g. "I just don't think I would find it useful.."
Thanks,
Scott
P.S. Sorry if this is not the correct place on the foum to post this, but it seemed the most appropriate.
P.P.S. I tired to attach the source to this as I am not sure how to create a cab and so this might not run correctly on peoples phones that have not run .NET apps before, but the attach page kept timing out...
Great stuff!!!
I have not downloaded the app.
Here's why:
There are other FREE barcaode apps out there that do the same but query more than one system.
Suggestion
Expand your query to other database
Market your product by telling what's different from the others
Will try this...I'll give some feedbacks after few days...cheers
Definetly going to try this out. Thanks for posting, and ill report back also, after some testing. Thanks again.
dschoenike
Cheers for the feedback. Just a word of warning, this is a really really REALLY rough prototype.
@tricsio: Thanks for the feedback, this is exactly the sort of feedback we were looking. Our plans to expand this are:
1. Do image recognition on the device to remove need for sending big files
2. Instead of querying amazon directly with barcode as we do now, send it through an intermediate webservice that we control, which will search multiple sites and return this list back to the device.
3. We also considered things like integrating it with our University's library system to check if a book is available, on loan, the shelfmark etc.
@admins that may read this, I didn't notice the sticky before posting, I am going to read it now and edt the post if it violates any of the rules, sorry about that.
I am looking for any application (Freeware/Donation/Open Source/Commercial) that has similar features to this.
http://www.pocketgear.com/software_detail.asp?id=13719
I have looked all over the web for an updated version of this that would run on WM5+, but it seems that the publisher has been pretty inactive for a while and I haven't been able to contact them. I have also looked for other applications with similar features but have only found corporate software apps that are part of large client/server report and citation applications.
If anyone knows of any software that could replace this outdated version or if any devs would be willing to design a new app please post here or pmsg me for further discussion.
I know many that could benefit from such an application and that would be willing to donate to the development of an app or be willing to purchase a copy.
Thanks in advance.
Hey guys
Aight so the idea is to create an app that lets the user speak to someone in a different language. You make a recording and using the same function that the voice search feature has that recording gets translated to typed words on the phone. The app then uses some translating service like google translate to convert that writing to a language of your choice. That writing will then get read* by the phone and can be heard through the speakers. So essentially you can talk to someone even if you dont speak the same language.
*I know this is possible because I used to have an app that did just this: it read out loud what you wrote down
I have no experience with android development, and not very much with programming either for that matter (ive done some python stuff). However, I thought of this, which dosen't seem too hard to create, and I thought this would be a great way for me to start off and learn about app development.
Ok so because most of the features already exist it should just be a matter of patching them all together (right?). This is where I need you guys' help. Any suggestions on where I could start?
I appreciate any help, no matter how big or small!
MODERATORS: I wasn't really sure if this was the right place to post this, so feel free to move it to where ever you find suiting if this isn't right.
I would love it if someone wanted to work on this together with me, but
PLEASE DONT BE A D*CK AND JUST STEAL THIS IDEA!
Hi,
I'm relatively new to Android myself. But in my understanding, I would suggest the best method to start coding this app is, to build a Service which is intended to do the network polling, and the translation for the App in Background. So I think you need a server which tracks your Messages, and serves the data for the app. U have to look at IPC (Inter Process Communication) to communicate with you service.
If you finished all these, then you can start to build an Android Activity to communicate with your user.
Recently, I felt inspired and I want to begin to try and create Android Applications, Widgets, and games. However, I have no idea what language it's written in and if there's a specific book that would help me plz link me to it.
Also, what language is it written in? lol
Thnx guys
Probably a good idea to do a search (xda or google) before posting threads like this, which there are already hundreds exactly the same.
Android apps are written in Java. There quite a few threads about android books on this forum.
Start with the sdk documentation and examples here.
Don't expect it to be super easy, there isn't a website, book or tutorial that is going to teach you to write awesome apps in 20mins. It will take time.
Download the .zip in the first post here - http://forum.xda-developers.com/showthread.php?t=854462
University standard basic java tutorials
Hello! overflowers? I'm a beginner android developer and I have developed several apps that use the "basics" of android and java (for college requirements)
Now, I need to develop a new project that consists of making a web app which stores the records of all students from my college and the students will be able to check their records and other information from the college from their android phones.
I have done a lot of stuff with Android but I haven't done anything incluiding web queries, pulling info from a website to display into the device, etc etc.
So I want some advice here and/or tutorials that focus on this.
also, I have some important questions: 1. Can I pull information from the actual website from my college? If so, do I need to recieve some sort of permissions?
2. In case of not being able to pull information from the actual website from my college (for any reason whatsoever, like them not giving me permissions to do this), I could create a website that imitates its behavior, I would appreciate some tutorial or guide which could help me to achieve this.
Your help is very appreciated.
Btw, excuse if I'm breaking a rule here but something is not making sense to me.. the forum title says Q&A but when I mark this as a question it says this is not Q&A. I am aware this might be moved somewhere else but I dont know where.
Granolaa said:
Hello! overflowers? I'm a beginner android developer and I have developed several apps that use the "basics" of android and java (for college requirements)
Now, I need to develop a new project that consists of making a web app which stores the records of all students from my college and the students will be able to check their records and other information from the college from their android phones.
I have done a lot of stuff with Android but I haven't done anything incluiding web queries, pulling info from a website to display into the device, etc etc.
So I want some advice here and/or tutorials that focus on this.
also, I have some important questions: 1. Can I pull information from the actual website from my college? If so, do I need to recieve some sort of permissions?
2. In case of not being able to pull information from the actual website from my college (for any reason whatsoever, like them not giving me permissions to do this), I could create a website that imitates its behavior, I would appreciate some tutorial or guide which could help me to achieve this.
Your help is very appreciated.
Btw, excuse if I'm breaking a rule here but something is not making sense to me.. the forum title says Q&A but when I mark this as a question it says this is not Q&A. I am aware this might be moved somewhere else but I dont know where.
Click to expand...
Click to collapse
I would look into hosting an sqlite3 database on a server, and access it to retrieve the data from within your app.
But the problem is, by default you cannot access an online database on Android, so you'll need to add some kind of RESTful interface, the easiest way probably being a php script which will retrieve the data from the database and return it into a JSON object for example, that you can then pull from within your app.
You'll need to expose some kind of syntax from your php script so that your app can request the data for a specific user (ie row X / column Y).
There's probably a better approach, but this is what comes to my mind.