Android : How Can I Open Source An App?

Dec 29, 2009

I haven't seen many open source android apps yet. Can I make my app gpl open source just like that? Or do I have to include legal statements regarding the Android code that my app is using?

Android : How can i open source an app?


Android :: Where To Host My Open Source App?

Jan 27, 2010

Where is the best place to host an Open Source project for an Android app? I am thinking about setting my app eTools free into an open source license. I want to know the best place to host that project. I will probably go with code.google.com but wanted to hear what others have done.

View 2 Replies View Related

Android Emulator Open Source

Dec 7, 2013

Any android emulator open source code. I need to slightly modify it for my task.

View 2 Replies View Related

Open Source Android Toolkit?

Feb 13, 2012

I am currently working on an open source collection of Android APIs that will be collected into a toolkit. Essentially, this toolkit is intended to ease coding pains for developers by simplifying things such as network operations, file operations, etc..

I already have a bunch of things planned, such as PHP POST and GET operations, POP3, IMAP, and SMTP operations, File management operations (creating files, downloading files, parsing files, etc...). What other kinds of operations do you all think could be simplified or even just want an alternative to?

View 9 Replies View Related

Android :: Getting Open Source Eclair Code

Oct 28, 2009

Could any one tell me how to get open source eclair code. Or is it available for public to download.

View 4 Replies View Related

Android :: How To Fund An Open Source Project?

Feb 11, 2010

As a thesis for my graduation I'm going to start an open source project: My idea is to port a complete set of mathematical libraries to Android, to perform numeric and symbolic operations, in the form of a programmable calculator like matlab or sage. I want to release this project under GPL, because I believe that ideas need to be free to work, but I also know that i will spend a lot of money to buy multiple device to do debug and fine tuning. I thought about selling the prepacked app on the market for 0.99, while giving the source to compile on the site for free. It would be like a small tax on laziness. What do you think? How do you think I could fund this project?

View 2 Replies View Related

Android :: Open-source Game Sites

Sep 1, 2009

does somebody know site(s) with open-source games for Android?

View 2 Replies View Related

Android :: NFC Support Using Open Source Library Libnfc

Apr 19, 2009

Currently we are working on a free and open source NFC software implementation. The hardware requirements are only one (low-power consuming) chip and an antenna. The corresponding API and software is mostly developed and already working on several NFC devices out there.

View 2 Replies View Related

Android :: Phonebook Sharing Google ADC's Top 20 Is Now Open Source

Jan 12, 2010

Today is quite a big day to me. After all the work, studies and sleepless nights that I've been through, I've decided to share all that with the community opening the source of Phonebook Sharing. We have been chosen by the Android powered users as well as by Google as one of the ADC's Top 20 Social Networking applications. This application explores and makes use of many many features available by the platform (Android 1.5 / 1.6) as well as custom components/features that the platform does not provide yet, such as ListView pagination. Not just the Android client but also the J2EE server, I've made available quite a few interessting things such as Video Streaming and EJB3 stuff. I've also built a fake server that responds to all the request events made by the android client therefore you will be able to run client/ server and see how the communication goes. I'm still wrapping up the project building some documentation on our Wiki section.

View 2 Replies View Related

Android :: Need To Use Some Open Source Code With GPL3 / Avoiding GPL

Jun 22, 2010

I need to use some open source code with GPL3. As usual I don't want to open source code for full application.

Now what I understand is if I make two separate process one with my main application code and other as a service or something with Open source library then in that case I have to open source code only for the other one.

Now the question is what is the best way to do so in Android. Suppose My Main App is A Open Source code is B. So A will give some data to B. B will process this and sends data back to A. B may not need to have any UI.

1. Is it possible to install 2 seperate applications / processes from one APK? 2. What is the best way ?Should B be a service? How will be the communication between A and B ? 3. Is it possible to run/call B from A?

View 22 Replies View Related

General :: Open Source - Holo Port To Android 1.x And 2.x

Mar 13, 2012

Here is my contribution to Android and the Open source..

I just wanted to share my Holo Theme port to Android 1.X and 2.X. This port is fully compatible with ActionBarSherlock and should be really easy to install.

Circle me: [URL] ......

Market (Google Play) link: [URL] ......

For me on Github: [URL] ......

View 7 Replies View Related

Best Open-Source SMS App

Dec 20, 2011

I'm wondering what is your take on the best open source SMS app? I'm getting sick of developing off of SMSPopup... is there any other ones that are better?

View 2 Replies View Related

Android :: Any Open Source Reader Application To Encode Book?

May 1, 2009

Just wondering how folks are publishing to the Market. Is there an open source reader program/application I can use to encode a book to a specific format then upload it to the Market? How does Android ensure that there isn't a copyright violation going on?

View 2 Replies View Related

Android :: Open Source Project On Ubuntu 10.04 - On VMware Player

Sep 7, 2010

Trying to build Android open source project on Ubuntu 10.04 (on VMware Player).

I followed the instructions at this link (and it said to use sun-java5 JDK 1.5 which takes some fishing to find for Ubuntu) -

http://source.android.com/source/download.html

Got 299 compile errors. Wondering if the direction to use JDK 1.5 is out of date? Some of the errors are as follows (and many similar) -

CODE:.............................

View 3 Replies View Related

How To Change Open Source

Mar 26, 2013

Basically im looking to make a type of "search and opens a custom page" type app, such as when you type in a word (maybe adding in suggestions to what you are typing) , and when you click the word you desire, it opens a page made by myself with data on it.

I found an opensource of a dictionary, sounds lame, but it's a generally close idea to what i would like to create.

My question: What part of this code would i edit? and what exactly would i put at that location? also, how do I create a custom page for it to go to when it click the said word ?

[URL]

View 8 Replies View Related

Motorola Droid X :: Open Source Portions Released / Android Central

Jul 30, 2010

Motorola releases open-source portions of the Droid X source code Android Central. Does this mean we can take off blur?

View 6 Replies View Related

Games :: Setting Up Open Source 3D Android Game Engine / Want License?

Mar 29, 2010

I am setting up an open source 3D game engine for android. What license should we use? Thought we'd go with something like BSD or maybe GPL/LGPL, but getting confused about it. Want a license that helps developers - doesn't hinder them - and an engine that's as open as possible.

View 2 Replies View Related

Android :: Best Practices For Handling Passwords / Keys In Open Source Projects?

Sep 9, 2009

In my app, I'm taking advantage of a web-based API (the Sunlight Labs API) that requires an API Key.The project is also open source, hosted on Github. I want to avoid committing my API key into the codebase.I'd be fine with creating some other .xml file of special string values, and git-ignoring that file (while providing a .xml.example file to copy into its place), but I don't know the best way of doing that with the Android SDK.

View 4 Replies View Related

HTC Hero :: Open Source Wi-Fi Spot?

Nov 9, 2009

Is there an app or setting for the Hero that would alert you to the fact you are in an open source wifi spot?

View 5 Replies View Related

General :: Any Open Source RSS Apps?

Jan 19, 2014

I recently became acutely aware of how dependent I am on Feedly when it went down for my a couple days ago.Are there any good community driven open source RSS applications available?

View 3 Replies View Related

General :: Looking For HP Slate 21 Open Source Kernel?

Feb 14, 2014

I am looking for the hp slate 21 open source kernel. I want to modify the kernel image to change the power_start from 0 to 1 so the tablet can boot when the tablet is plugged. How to do it or has the open source kernel that would be great.how to unpack the zImage kernel for the hp slate 21.

View 4 Replies View Related

General :: Open Source App For Call Recording?

Mar 9, 2013

Within all the call recorder app available on the play store, which one has fulfill your needs ? One of them is open source ? I don't know which one to choose and there are no reviews about it...And I heard that a lot of these apps record only mic and not the other voice during the call.

View 7 Replies View Related

General :: Compile Mokee Open Source For I9305

Aug 12, 2013

I wanna compile Mokee Open Source for i9305, how i can with the guide of bbs.mfunz.com?

[URL]

View 1 Replies View Related

General :: Open Source OTA Updates On Custom ROMs?

Nov 2, 2013

I know you can get OTA updates on a custom ROM via rom manager but its proprietary. Are there any open source solutions to OTA updates on custom roms?

View 4 Replies View Related

Android :: RED 5 Video Server On Android Mobile Phone / Any Open Source Port?

Apr 13, 2010

RED 5 video server on Android mobile phone. Is there any Open Source port project? So like simple opensource live Camera Video Audio encoding to FLV... I need such Opensource project to create Android live video streaming client for my server (I want to encode video on clients into FLV)

View 2 Replies View Related

Android :: Any Good Open Source Android Games To Accelerate Learning Process?

Dec 21, 2009

This question here lists some good links to general Android applications (that I'm already looking over) but I'm interested at the moment in specifically games (board-type, intelligent games rather than action - in other words, I don't need real-time). What are the best sources for applications like that? I want to look over the source code to get myself up to speed quickly.

(Please don't just Google for results, I've already done that and the pickings are a little scarce. I'm interested in anyone who's actually taken time to find and evaluate good sites for this - so ideally, you'd already be an Android developer interested in developing games).

View 6 Replies View Related

Android :: JavaScript For Replacing Body Text / Open Source Browser For Android

Oct 10, 2010

I'm writing a JavaScript for an open source browser available for Android to replace the text in the body tag of the pages loaded into the browser with some different text. This should be worked in away that once a page get loaded into the browser, this JavaScript executes & the replacements take place & finally the page with replaced text is visible in the browser.
This is the replacing part of the code:

var textnodes, node, i;
textnodes = document.evaluate("//body//text()[not(ancestor::script) and not(ancestor::style)]",document,null,XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE,null);
replace();
function replace() {
for (i = 0; i < textnodes.snapshotLength; i++) {
node = textnodes.snapshotItem(i);
text = node.data;
text = text.replace(/'/g, "'");
//The rest of the replacements node.data = text;

However document.evaluate seems to be not working. How to correct this code or any suggestions to do this replacing body text task in any other way?

View 1 Replies View Related

Android :: Google Android Application For Entire Schedule Available As Open Source?

May 20, 2010

The Google I/O app was made by Google to help attendees to the conference track which sessions they want to watch and see the entire schedule. I was wondering if it was available as open source since it has some good UI design and usability patterns.

View 5 Replies View Related

Android :: List Of Open Source Projects Useful For Android Application Development

Jan 10, 2010

A lot of open source libraries that aid in Android application development have sprung up with time. IMO looking at source code of good projects helps learn the system better, faster and not to mention reduces development time. Is there a recommended list of such projects or if not, can we build such a list? I think it will really be useful to other developers.

View 4 Replies View Related

Android :: How To Push Code Change To Android Open Source Project?

Nov 21, 2010

How to push the code change to Android open source project? Anyone could provide a push command for me?

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved