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).

Android :: Any good open source Android games to accelerate Learning process?


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 :: Find Free Source Code To Use During Learning Experience?

Jun 18, 2010

I have just started learning to write apps for android using Eclipse. Where can I find free source code that I can use during my learning experience?

View 4 Replies View Related

LG Ally :: Process' Won't Open - Pop-up - The Process Com.android Phone Has Stopped Unexpectedly

Nov 24, 2010

So, I decided to give Tridents ROM a try about 10-minutes ago.

I used ROM Manager, backed-up my old ROM, then downloaded Velocity 0.2.

Now, my phone will do nothing, it turns on and shows the red Droid eye, then when it's time to go to the home screen I get pop-up after pop-up saying that "The process com.android.phone has stopped unexpectedly. Please try again."

I have no way of getting on my phone at all, what can I do?

View 11 Replies View Related

Android :: Good Source For App .apk's?

Oct 27, 2010

I only have about 25 apps i regularly install when i flash a new rom, i would like to keep them on my phone as .apk so i can setup a new rom while on the subway underground and cannot access the market

View 4 Replies View Related

Android :: Good Source Of Info For Old Contact API

Nov 17, 2010

I need to work in parallell with old and new ContactAPI, what would be good source of information.

View 3 Replies View Related

Games :: Need Good Games On Android

Jan 24, 2010

I have used my iphone for quite some time now. I only got a few questions for the droid users out there. The games. Apples app store is amazing let me just say that. But is android just as good? I really want to know of games like COD WAW ZOMBIES if thats on android or if AC-130 SPECTRA GUNSHIP is on it? And how good is androids games? and Apps? compared to apples?

View 11 Replies View Related

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?

View 3 Replies View Related

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

Games :: Any Good Games Like Farm Frenzy Or Tycoon Games Like Lemonade Tycoon?

Nov 13, 2009

Is there any games like Farm Frenzy, or any tycoon games like Lemonade Tycoon ?

View 1 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

Games :: Good Free Sports Games?

Nov 7, 2009

I Just played Baseball Superstar, and enjoyed it, but I don't want to pay for it. I've tried funky football, and that wasn't fun. I'm just trying to find some good sports games.

View 1 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

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

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

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

Games :: Any Recommendations For Good Android RPG?

Sep 28, 2010

As the title suggests, can someone recommend a good Android RPG? Not necessarily the kind where you just do jobs and fight (like Mafia Wars), but more of a 3D RGP, like D&D type stuff or even Final Fantasy. Any good ones out there?

View 7 Replies View Related

Android :: Need To Have Some Good App / Games Recommendations

Aug 3, 2010

This morning I stupidly managed to drop my phone down the toilet. Took it to CPW and got a brand new one replaced (luckily still had insurance). One thing's that disappointed me is that all my apps have disappeared. I'm having a relapse in memory and for the life of me can't remember the apps I had installed. Anyone have any good apps to recommend? Good music players, good ebook readers, etc? Games?

View 3 Replies View Related

General :: Any Good Artistic Games For Android?

Aug 10, 2011

I'm thinking of games like Limbo for Xbox 360, Flower for Playstation 3, Sword & Sworcery for iOS, etc. Games that are more interactive art than game. Are there any good titles for Android?

Flower:
Limbo:
Sword and Sworcery:

Is this just a genre that is lacking on Android?

View 1 Replies View Related

Games :: What Are Some Good Free Games?

Jun 28, 2010

Im new to the droid family and I dont know much about them yet. Im getting my MotoDROID here in the next day or two and I just wanted to be prepared. I was wondering what some good free games were. Im just looking for some fun games to kill time with and to play around with when Im bored. Id like to stay away from games like checkers and puzzle games if at all possible. Also if their are any Zombie related games I could get Id be EXTREMELY grateful. Thank you for taking the time to read this.

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

Motorola CLIQ :: Good Source For Unlock Code

May 24, 2010

so i just inhereted a motorala cliq and have been doing some research online and such.. but my question is about unlocking this phone to work with at&t.. i know it is possible with a unlock code. first of all.. if i unlock this phone and use it with my at&t sim card will be be fully functional?? second.. can anyone recommend a good source for a unlock code (for example ebay or somewhere else that might be better) this will be my first android phone so im looking for it to be fully functional.. otherwise ill probably just sitck with my p.o.s. old at&t phone.

View 7 Replies View Related







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