Hello,
i am searching a team/someone to code. My current project is calc-o-meter.de . But I feel free to code something new... in a team.
My idea is:
- code an app / java tool (e.g. Open Source, Freeware)
--> we decide together the exact kind of tool or what the tools is able to do.
- publish a own web page
- maybe: get money form advertising
Are you the right one to start such a project? Or do you know someone ? Or do you know a web page to find such persons?
Related
Hello, i want to ask if there is any program availiable for android phones like notepad++ for pc where i can write code for programming languages. Compiling them i know it's not possible but i want an app for writing the code while i am away from my pc.
Even though I don't agree with notepad++ (I am a linux user, but I always thought it was terrible) I would like this too.
I have spent some time looking and have yet to find anything that will do this, so I have to ssh into our development server and then use nano. It works for small fixes, which is the only thing you would really want to do on your android.
yeah i also would really like to see this so i can be programming while at work and school when i'm on the go. I've recently started learning to develop for android maybe this would make a good project.
i believe some roms have gedit or nano included so you could use that
Check out our touchqode source code editor for Android at touchqode dot com (forum does not allow us to post link)
It features syntax highlighting, code suggestions (autocomplete) and incremental search. We support Java (most mature), Python, C++, C# and Ruby (partial support).
We are eager to hear some feedback.
We just release Codeanywhere for Android, try it out I think this my be to your linking.
Just search Codeanywhere in the Android Market!
Let us know what you think
Just to let you know... Codeanywhere works but stops showing code at line 52 (consistently, doesn't depend on file type) on my Asus Eee Pad Transformer (16GB) w/ dock.
You can also try DroidEdit: https://market.android.com/details?id=com.aor.droidedit
Hellluuuuu there everybody!!!! :mrgreen:
I'm new to this forum as well as to Android programming!!!
I've bagged a semester project recently, called 'Social Data Mining on Smartphones'. I've added the task description as an attachment to this post. Do have a look!
Now - I installed the ADT/SDK plugins for Eclipse and tried out the 'Hello World' programme once following the Developer's Tutorial - that's it!
I'm all set to being my project... but.. there's a tiny snag in my way
--> I have absolutement NO clue where to begin
I'd be grateful to you guys if you could guide me through my project and be available for answering questions/solving problems.. I'm also open to new ideas/suggestions/creative input, etc.
So......... how to get started?
Okies - I managed to make the GUI.
Download it from the attachment.
Comments welcome : )
So, now I need to get started with the actual coding.
Step 1) Extract data from the contact application
Any ideas how to get started?
Guitar tab viewer for Windows Phone. Currently supports guitar pro 3,4,5 (.gp3, gp4, .gp5) and text formats. It's developed in C# (Silverlight). Provides search&download tab/images engine (uses ultimate-guitar.com and last.fm).
I have no time to finish it and have no opportunity to add to marketplace (I live in Belarus). So I’ve decided to make it an open source project.
Briefly speaking this project consists of the following parts:
Guitar tab search&download engine: uses web services of ultimate-guitar.com site for direct searching and downloading.
Guitar Pro parser: can open gp3, gp4, gp5 files (Guitar Pro)
Guitar Pro viewer: can show tablature from guitar pro files using custom viewer (features of Silverlight are used)
Text tab viewer: can show tablature in text based formats
The following tools and technologies are used here:
Development approach: Silverlight
MVVM framework: Microsoft Prism
Special controls: LazyListBox, LongListSelector
Currently there are some issues and improvements that should be fixed before it is publish:
Improve guitar tab viewer and parser
Add authenticate engine for guitar-ultimate.com (token is required for downloads)
Fix issues with tombstoning and back button press
Source codes: phoneguitartab.codeplex.com
Screenshots: dropbox.com/gallery/20298658/1/PhoneGuitarTab?h=c75baf
Thanks for the gift !
I'll download it to test, upgrade and maybe publish !
Regards
Sounds great! Hopefully some devs pick it up and run with it.
This is something that I am extremely interested in. I am subscribing to this thread, I look forward to seeing this Project Develop. I use the program Guitar Pro 6 all the time on my PC. I would absolutely love a mobile version on my hTC HD7. Best of Luck... And please do not get discouraged or lose interest. This is definitely something I want to see through till the end.
Sent by Projekt hTC
Nice! I'll check it out when I get home.
Is this only going to be available for people with unlocked phones? Or does the developer plan for the marketplace
Sent by Projekt hTC
I haven't developer account for Marketplace because I live in Belarus and there are some problems with it. Sorry...
I hope this application will be developed as open source project. I will fix some major issues in my spare time: right now I'm investigating how to fix issue with tab downloading from ultimate-guitar.com.
The decision about sharing the source code was made on the spur of the moment and I can provide some comments about my code for developers if it is necessary.
As I have been searching for a speedometer app that would be really thought thru & I have not been able to find it, I am searching for an Android / iOS developer that would join me in developing one.
This would be a volunteer project from the start, profits would be split …
My part in the process would be -> research, analysis, design of the user interface, cooperation with the developer, testing
For now I have ideas, but the only thing I can share is the typeface I would use
Look at the original post at my tumblr blog to which I cannot submit a lisk as I am a new user here ... search for jurekozuh at tumblr
Guys I am new to Windows Phone development as i have just started, so please forgive my mistakes.
I am planning to develop an app, simple app for viewing time table of my classes.
My couching classes regularly updates the time table on their website. And the link can be found here
http://www.professionalacademyca.in/time_table.php
source code
http://pastebin.com/6yUH1Q8t
Questions
1) How can I compile this app?
2) Is this possible or not?
3) if yes, than how?
please give suggestions
DBZo07 said:
Guys I am new to Windows Phone development as i have just started, so please forgive my mistakes.
I am planning to develop an app, simple app for viewing time table of my classes.
My couching classes regularly updates the time table on their website. And the link can be found here
http://www.professionalacademyca.in/time_table.php
source code
http://pastebin.com/6yUH1Q8t
Questions
1) How can I compile this app?
2) Is this possible or not?
3) if yes, than how?
please give suggestions
Click to expand...
Click to collapse
1. You will have to work with microsoft visual studio and windows phone sdk.
2. Yes it is possible
3. You can use htmlagilitypack for parsing the html. This is a very nice tutorial for that.
Ofcourse you should be familiar with programming in C# and XAML. You can easily find tutorials for these.
You could also use the AppStudio, which is an online environment for creating simple apps. It's way less powerful than Visual Studio + WP8 SDK, but it doesn't require a download and it's reportedly very easy to use (I'm used to VS, so AppStudio is no big deal to me, but you may find it more your speed).