Open Source Android Apps for Developers: Libgdx
Apps Description
Libgdx is an open source Android project which is the developer’s attempt at a cross-platform game development library written in Java with some JNI code for performance hungry sections. It abstracts away the differences between writting desktop and Android games based on OpenGL. This allows you to prototype and develop your application entirely on the desktop and only needing 6 lines of code to make it run on Android.
Libgdx offers modules for graphics via OpenGL ES, audio, input and file i/o as well as a full Box2D JNI wrapper especially suited for Android. All modules abstract away system specifics so you can execute the same code on the desktop and Android. The graphics module offers full bindings to OpenGL ES 1.0, 1.1 and 2.0. On the desktop almost all of the OpenGL ES functionality is emulated via translations to desktop OpenGL. The audio module features a native mp3 and ogg decoder and simple classes to playback sound effects as well as stream music. The input module provides you with information about the current state of all input devices available. This includes the touch screen, the accelerometer and the keyboard. On the desktop the touch screen is emulated via mouse input, the accelerometer is of course not available and keyboard input is mapped accordingly. The file i/o module offers you a unified way to read application internal data which map to assets on Android and files in the root directory of the application on the desktop. Additionally the module allows you to read and write external data. On Android this maps to the external storage device like the SD-card, on the desktop all paths are relative to the user’s home directory.
Project Home
http://code.google.com/p/libgdx/
Project owners
badlogicgames, christoph.widulle
Version
0.61
Downloads
http://code.google.com/p/libgdx/downloads/list
Source Code
# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://libgdx.googlecode.com/svn/trunk/ libgdx-read-only
Read more…
Categories: Android, Android app, Android Application, Android developer, Android Game Tags: 2D, Adw-launcher-android, AndEngine, Andrico, Android, Android app, Android Application, android apps, Android developer, Android Game, Android Game Engine, Android SMS, Android-analyzer, Android-apktool, Android-dalvik-vm-on-java, Android-fileshare, Android-google-voice-locations, Android-mediamanager, Android-notifier, Android-notifier-desktop, Android-opencv, Android-passwordsafe, Android-pcbcr, Android-shuffle, Android-wifi-tether, Android2cloud, Angle, apktool, barcode, Box2D, CVCamera, developer, djvu, Drop Block, Engine, Facebook, fileshare, Forget3d, Game, GPS, IMSdroid, Java, Kwaak3, Libgdx, Open Source, Open-gpstracker, Opencv, OpenGL, OpenGL ES, Openintents, OpenStreetMap, Osmeditor4android, passwordsafe, pdf, Quake, Quake2, Quake2Android, Quake3, Rokon, SMS, Source Code, VuDroid, ZXing barcode scanner
Open Source Android Apps for Developers: Android2cloud
Apps Description
Android2cloud (A way to push web pages from your android device to the cloud) is an open source Android app which was born from the 2010 Google I/O demo, in which Froyo was demonstrated. Froyo has a cool cloud-to-android push functionality, in which you can use an extension in chrome (or anything else really) and push the current webpage directly to your android phone, which will react intelligently.
android2cloud was meant to fill the other half of that relationship. When using your android device, it is easy to come across long articles or things not suited for viewing on a phone. android2cloud hijacks the “Share” intent on android, allowing you to push those articles and webpages to your browser with the push of a button.
The extension can be found here. The application is listed in the Android marketplace as “android2cloud”. There is a donation app in the marketplace that is identical, and also a link on the side panel. Donations help the developer offer these apps for free, so thank you to everyone who has spared some change.
Project Home
http://code.google.com/p/android2cloud/
Project owners
foran.pa…@gmail.com
Version
0.3.1
Downloads
http://code.google.com/p/android2cloud/downloads/list
Source Code
Get a local copy of the android2cloud repository with this command:
hg clone https://android2cloud.googlecode.com/hg/ android2cloud
Read more…
Categories: Android, Android app, Android Application, Android developer Tags: Adw-launcher-android, Andrico, Android, Android app, Android Application, android apps, Android developer, Android SMS, Android-analyzer, Android-apktool, Android-dalvik-vm-on-java, Android-fileshare, Android-google-voice-locations, Android-mediamanager, Android-notifier, Android-notifier-desktop, Android-opencv, Android-passwordsafe, Android-pcbcr, Android-shuffle, Android-wifi-tether, Android2cloud, apktool, barcode, CVCamera, developer, djvu, Facebook, fileshare, Forget3d, GPS, IMSdroid, Java, Kwaak3, Open Source, Open-gpstracker, Opencv, OpenGL, Openintents, OpenStreetMap, Osmeditor4android, passwordsafe, pdf, Quake, Quake2, Quake2Android, Quake3, SMS, VuDroid, ZXing barcode scanner
Open Source Android Apps for Developers: Android-analyzer
Apps Description
Android-analyzer (Android Device Analyzer) is an open source Android project which tries to help app developers by generating as much and as detailed insights about particular Android devices as possible. The various Android release versions, form factors and manufacturer customizations have caused a significant fragmentation problem. Writing one app that runs on all Android devices is very hard to achieve (and sometime impossible).
Android Analyzer aims at developing an Android application that analyzes and collects hardware and software capabilities of devices based on the Android OS. Our ultimate goal is to create a comprehensive, state-of-the-art repository of data for a wide range of devices – from mobile phones, to tablets, STBs, smarthome panels, and anything else that runs Android. The database will support the developer community in addressing fragmentation problems of the Android platform.
Project Home
http://code.google.com/p/android-analyzer/
Project owners
android.analyzer, s.dju…@gmail.com, roman.roelofsen, joachim.ritter, georgi.chepilev, t.nachev
Version
0.9.1
Downloads
http://code.google.com/p/android-analyzer/downloads/list
Source Code
# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://android-analyzer.googlecode.com/svn/trunk/ android-analyzer-read-only
Posted by Cute Android
Categories: Android, Android app, Android Application, Android developer Tags: Adw-launcher-android, Andrico, Android, Android app, Android Application, android apps, Android developer, Android SMS, Android-analyzer, Android-apktool, Android-dalvik-vm-on-java, Android-fileshare, Android-google-voice-locations, Android-mediamanager, Android-notifier, Android-notifier-desktop, Android-opencv, Android-passwordsafe, Android-pcbcr, Android-shuffle, Android-wifi-tether, apktool, barcode, CVCamera, developer, djvu, Facebook, fileshare, Forget3d, GPS, IMSdroid, Java, Kwaak3, Open Source, Open-gpstracker, Opencv, OpenGL, Openintents, OpenStreetMap, Osmeditor4android, passwordsafe, pdf, Quake, Quake2, Quake2Android, Quake3, SMS, VuDroid, ZXing barcode scanner
Open Source Android Apps for Developers: Forget3d
Apps Description
Forget 3D Game Engine (A OpenGL ES framework) is an open source project which is a OpenGL ES framework(still not a engine) for Android, Win32, WinCE platform, it simplifies your OpenGL ES program development, support scene management, Texture, Camera, Light, Model loader, Font etc.
Features in Version 0.1:
* Screen management
1. Support cross-platform scene management, OpenGL ES display,context init, render;
2. OpenGL ES status management, support camera, light, fog features.
* 3D model loader and management
1. Current support (Quake II)MD2 model.
* Texture management
1. Current support 8 & 24 bit bitmap image file.
* Font support
1. Support font, you can simply use drawString function to draw text.
* Skydome, Plane, Terrain support
1. Support skydome, plane, terrain, you can simply create them in your applocation.
Project Home
http://code.google.com/p/forget3d/
Project owners
i25ffz
Version
0.1
Downloads
http://code.google.com/p/forget3d/downloads/list
Source Code
# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://forget3d.googlecode.com/svn/trunk/ forget3d-read-only
Posted by Cute Android
Categories: Android, Android app, Android Application, Android developer, Android Game Tags: 2D, 3D, Adw-launcher-android, AndEngine, Andrico, Android, Android app, Android Application, android apps, Android developer, Android Game, Android Game Engine, Android SMS, Android-apktool, Android-dalvik-vm-on-java, Android-fileshare, Android-google-voice-locations, Android-mediamanager, Android-notifier, Android-notifier-desktop, Android-opencv, Android-passwordsafe, Android-pcbcr, Android-shuffle, Android-wifi-tether, Angle, apktool, barcode, Box2D, CVCamera, developer, djvu, Drop Block, Engine, Facebook, fileshare, Forget3d, Game, GPS, IMSdroid, Java, Kwaak3, Libgdx, Open Source, Open-gpstracker, Opencv, OpenGL, OpenGL ES, Openintents, OpenStreetMap, Osmeditor4android, passwordsafe, pdf, Quake, Quake2, Quake2Android, Quake3, Rokon, SMS, Source Code, VuDroid, ZXing barcode scanner
Open Source Android Apps for Developers: Adw-launcher-android
Apps Description
Adw-launcher-android (Customized Home replacement app for android devices) is an open source Home Replacement app by Anderweb for the Android Operating System. This Home Replacement app, along with some nice themes, can be found in the Android market. What makes this app so unique is that it is filled with many customizable features. This Home replacement app is one of the most popular ones among the Android community due to its open source nature so much so that it is included as the main Launcher in Cyanogen’s custom ROMs.
Project Home
http://code.google.com/p/adw-launcher-android/
Project owners
anderweb
Version
v1.1.5
Downloads
http://code.google.com/p/adw-launcher-android/downloads/list
Source Code
http://github.com/anderweb
Read more…
Categories: Android, Android app, Android Application, Android developer Tags: Adw-launcher-android, Andrico, Android, Android app, Android Application, android apps, Android developer, Android SMS, Android-apktool, Android-dalvik-vm-on-java, Android-fileshare, Android-google-voice-locations, Android-mediamanager, Android-notifier, Android-notifier-desktop, Android-opencv, Android-passwordsafe, Android-pcbcr, Android-shuffle, Android-wifi-tether, apktool, barcode, CVCamera, developer, djvu, Facebook, fileshare, GPS, IMSdroid, Java, Kwaak3, Open Source, Open-gpstracker, Opencv, Openintents, OpenStreetMap, Osmeditor4android, passwordsafe, pdf, Quake, Quake2, Quake2Android, Quake3, SMS, VuDroid, ZXing barcode scanner
Open Source Android Apps for Developers: Kwaak3
Apps Description
Kwaak3 (Port of a famous 3d shooter to Android) is an open source Android project which is a port of Quake3 to Android. Kwaak3 includes the following features:
* Audio
* Hardware floating-point on Neon-capable devices
* Input: keyboard, touchscreen and trackball
* OpenGL 3D rendering
* Game uses ARM optimized libcgamearm.so / libqaarm.so / libuiarm.so
* Networking
Normally when you compile C/C++ code using the Android NDK, the compiler targets a generic ARMv5 CPU which uses software floating-point. Without any optimizations and audio Quake3 runs at 22fps. Since Quake3 uses a lot of floating-point calculations. I tried a better C-compiler (GCC 4.4.0 from Android GIT) which supports modern CPUs and Neon SIMD instructions. Quake3 optimized for Cortex-A8 with Neon is about 15% faster without audio and 35% with audio compared to the generic ARMv5 build. Most likely the performance improvement compared to the ARMv5 build is not that big because the system libraries of the Milestone have been compiled with FPU support, so sin/cos/log/.. take advantage of the FPU.
Project Home
http://code.google.com/p/kwaak3/
Project owners
thunderbird2k
Version
v11
Downloads
http://code.google.com/p/kwaak3/downloads/list
Source Code
# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://kwaak3.googlecode.com/svn/trunk/ kwaak3-read-only
Read more…
Categories: Android, Android app, Android Application, Android developer Tags: Andrico, Android, Android app, Android Application, android apps, Android developer, Android SMS, Android-apktool, Android-dalvik-vm-on-java, Android-fileshare, Android-google-voice-locations, Android-mediamanager, Android-notifier, Android-notifier-desktop, Android-opencv, Android-passwordsafe, Android-pcbcr, Android-shuffle, Android-wifi-tether, apktool, barcode, CVCamera, developer, djvu, Facebook, fileshare, GPS, IMSdroid, Java, Kwaak3, Open Source, Open-gpstracker, Opencv, Openintents, OpenStreetMap, Osmeditor4android, passwordsafe, pdf, Quake, Quake2, Quake2Android, Quake3, SMS, VuDroid, ZXing barcode scanner
Open Source Android Apps for Developers: IMSdroid
Apps Description
IMSDroid (High Quality Video SIP/IMS client for Google Android) is an open source Android project which is the first fully featured open source 3GPP IMS Client for Android devices (1.5 and later). The main purpose of the project is to exhibit doubango’s features and to offer an IMS client to the open source community. doubango is an experimental, open source, 3GPP IMS/LTE framework for both embedded (Android, Windows Mobile, Symbian, iPhone, iPad, …) and desktop systems (Windows XP/Vista/7, MAC OS X, Linux, …) and is written in ANSI-C to ease portability. The framework has been carefully designed to efficiently work on embedded systems with limited memory and low computing power.
As the SIP implementation follows RFC 3261 and 3GPP TS 24.229 Rel-9 specifications, this will allow you to connect to any compliant SIP registrar.
3GPP IMS (IP Multimedia Subsystem) is the next generation network for delivering IP multimedia services. IMS is standardized by the 3rd Generation Partnership Project (3GPP). IMS services could be used over any type of network, such as 3GPP LTE, GPRS, Wireless LAN, CDMA2000 or fixed line.
Project Home
http://code.google.com/p/imsdroid/
Project owners
boss…@yahoo.fr
Version
1.2
Downloads
http://code.google.com/p/imsdroid/downloads/list
Source Code
# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://imsdroid.googlecode.com/svn/trunk/ imsdroid-read-only
Read more…
Categories: Android, Android app, Android Application, Android developer Tags: Andrico, Android, Android app, Android Application, android apps, Android developer, Android SMS, Android-apktool, Android-dalvik-vm-on-java, Android-fileshare, Android-google-voice-locations, Android-mediamanager, Android-notifier, Android-notifier-desktop, Android-opencv, Android-passwordsafe, Android-pcbcr, Android-shuffle, Android-wifi-tether, apktool, barcode, CVCamera, developer, djvu, Facebook, fileshare, GPS, IMSdroid, Java, Open Source, Open-gpstracker, Opencv, Openintents, OpenStreetMap, Osmeditor4android, passwordsafe, pdf, Quake, Quake2, Quake2Android, SMS, VuDroid, ZXing barcode scanner
Open Source Android Apps for Developers: VuDroid
Apps Description
VuDroid is an open source Android app which aims to be a djvu and pdf document viewer based on code base of DjvuDroid and PdfDroid viewers. New VuDroid viewer will offer redesigned DjvuDroid features:
* Zoom by slider drag
* Progressive tree rendering
* Fixed pdf crash issues
* Fast orientation change
* Page num visualization while scroll
* More efficient memory usage
* And more
Project Home
http://code.google.com/p/vudroid/
Project owners
pavel.tiunov
Version
1.2
Downloads
http://code.google.com/p/vudroid/downloads/list
Source Code
# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://vudroid.googlecode.com/svn/trunk/ vudroid-read-only
Read more…
Categories: Android, Android app, Android Application, Android developer Tags: Andrico, Android, Android app, Android Application, android apps, Android developer, Android SMS, Android-apktool, Android-dalvik-vm-on-java, Android-fileshare, Android-google-voice-locations, Android-mediamanager, Android-notifier, Android-notifier-desktop, Android-opencv, Android-passwordsafe, Android-pcbcr, Android-shuffle, Android-wifi-tether, apktool, barcode, CVCamera, developer, djvu, Facebook, fileshare, GPS, Java, Open Source, Open-gpstracker, Opencv, Openintents, OpenStreetMap, Osmeditor4android, passwordsafe, pdf, Quake, Quake2, Quake2Android, SMS, VuDroid, ZXing barcode scanner
Open Source Android Apps for Developers: Android-notifier-desktop
Apps Description
Android-notifier-desktop (Multi-platform client for the android-notifier app) is an open source Android app which gets popups about phone calls, sms and more right on your desktop! This is a multi-platform desktop client for android-notifier this software is not developed by the Android app and Mac native client developer, but it is considered to be merging the projects.
Project Home
http://code.google.com/p/android-notifier-desktop/
Project owners
lehph…@gmail.com
Version
0.4.1
Downloads
http://code.google.com/p/android-notifier-desktop/downloads/list
Source Code
# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://android-notifier-desktop.googlecode.com/svn/trunk/ android-notifier-desktop-read-only
Read more…
Categories: Android, Android app, Android Application, Android developer Tags: Andrico, Android, Android app, Android Application, android apps, Android developer, Android SMS, Android-apktool, Android-dalvik-vm-on-java, Android-fileshare, Android-google-voice-locations, Android-mediamanager, Android-notifier, Android-notifier-desktop, Android-opencv, Android-passwordsafe, Android-pcbcr, Android-shuffle, Android-wifi-tether, apktool, barcode, CVCamera, developer, Facebook, fileshare, GPS, Java, Open Source, Open-gpstracker, Opencv, Openintents, OpenStreetMap, Osmeditor4android, passwordsafe, Quake, Quake2, Quake2Android, SMS, ZXing barcode scanner
Open Source Android Apps for Developers: Andrico
Apps Description
Andrico (Facebook Client for Android) is an open source Android project which is a program product, developed for devices based on Android OS, enabling users to synchronize data from FaceBook, such as friends contacts, events information and so on.
What ANRICO consists of?
* Core connecting with the Facebook and downloading all the essential information
* Content Provider storing the information downloaded from Facebook
* Application displaying, sorting out and filtering downloaded data
Who can use ANDRICO?
* Owners of Android based devices can use ANDRICO to simplify addition and update of contacts, events and other FaceBook information
* Developers can use the Content Provider and the Core to develop their own applications
Project Home
http://code.google.com/p/andrico/
Project owners
Moscow Institute of Physics and Technology – Department of Innovations and High Technology
Developers: Kostyuchenko Alexander, Lanin Mike
Tech Writers: Kritskaya Svetlana, Azemsha Tatyana
Version
2.0
Downloads
http://code.google.com/p/andrico/downloads/list
Source Code
# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://andrico.googlecode.com/svn/trunk/ andrico-read-only
Posted by Cute Android
Categories: Android, Android app, Android Application, Android developer Tags: Andrico, Android, Android app, Android Application, android apps, Android developer, Android SMS, Android-apktool, Android-dalvik-vm-on-java, Android-fileshare, Android-google-voice-locations, Android-mediamanager, Android-notifier, Android-opencv, Android-passwordsafe, Android-pcbcr, Android-shuffle, Android-wifi-tether, apktool, barcode, CVCamera, developer, Facebook, fileshare, GPS, Java, Open Source, Open-gpstracker, Opencv, Openintents, OpenStreetMap, Osmeditor4android, passwordsafe, Quake, Quake2, Quake2Android, SMS, ZXing barcode scanner
