Cute Android Apps for Users: Google I/O 2011
Cute Android: Cute Android Apps for Users: Google I/O 2011
Description
This application is a great resource for Google I/O 2011 conference goers.
* Look at the schedule
* Look through detailed session and speaker info
* Look through info about companies in the Developer Sandbox
* Star sessions and Sandbox companies
* Get the current buzz on I/O via real time search stream
* Guide yourself using the conference map
* Create and manage notes using Catch
Latest version: 0.15 (for Android version 2.1 and higher)
App on AppBrain Page
Categories: Android, Android app, Android Application, Android developer, Android Project, Android User, AppBrain Tags: Android, Android app, Android Application, Android developer, Android Project, Android User, AppBrain, Google, Google I/O, Google I/O 2011
Resources for Open Source Android Apps
Cute Android: Resources for Open Source Android Apps
After writing a lot of posts about the open source android apps, I think I will write some cute android apps for common users more, no matter if it is open source. If you are still interested in the open source android aplications, I think the following resources are good reference, so I made a note here for all of android developers, include me.
1. List of open source Android applications
This is from the Wikipedia, still the best.
2. FDroid
The FDroid Repository is an easily-installable catalogue of FOSS applications for the Android platform. The server contains the details of multiple versions of each application, and the Android client makes it easy to browse, install them onto your device, and keep track of updates.
3. AndroidFreeSoftware
List of free/libre apps for Android at Le Wiki Koumbit.
4. Android software supporting OpenStreetMap
5. Android Open Source resources and software database
6. List of free/libre apps at the replicant project.
7. Tests and information about Open Source apps for Android at open-app.org.
Posted by Cute Android
Categories: Android, Android app, Android Application, Android developer, Android Project Tags: Android, Android app, Android Application, Android developer, Android Project, Open Source
Open Source Android Apps for Developers: CoolReader Engine
Cute Android: Open Source Android Apps for Developers: CoolReader Engine
Description
CoolReader is fast and small cross-platform XML/CSS based E-Book reader for desktops and handheld devices. Supported formats: FB2, TXT, RTF, TCR, HTML, EPUB, CHM. Platforms: Win32, Linux, Android. Has GUI implementation for eink base devices.
Project Home
http://sourceforge.net/projects/crengine/
Project owners
http://crengine.sourceforge.net/
Version
v3.0.40
Downloads
http://sourceforge.net/projects/crengine/files
QR code
…
Source Code
http://sourceforge.net/projects/crengine/files/CoolReader3/cr3-3.0.40/coolreader3-3.0.40.tar.bz2/download
Categories: Android, Android app, Android Application, Android developer, Android Reader Tags: Android, Android app, Android Application, Android developer, Android Project, CHM, CoolReader, CoolReader Engine, epub, fb2, HTML, RTF, TCR, TXT
Open Source Android Apps for Developers: Hubroid
Cute Android: Open Source Android Apps for Developers: Hubroid
Description
Hubroid is an open source Android application which allows you to access various information about GitHub repositories and users through the GitHub API. Hubroid is available in free and donate versions on the Android Market and on SlideME.
Project Home
https://github.com/eddieringle/hubroid
Project owners
eddieringle
Version
v1.3.2
Downloads
https://github.com/eddieringle/hubroid/archives/master
QR code
…
Source Code
git://github.com/eddieringle/hubroid.git
Read more…
Categories: Android, Android app, Android Application, Android developer, Android Project Tags: Android, Android app, Android Application, Android developer, Android Project, GitHub, Hubroid
Open Source Android Apps for Developers: Android Screenshots and Screen Capture
Cute Android: Open Source Android Apps for Developers: Android Screenshots and Screen Capture
Description
Screen capturing tool for Android handsets connected via USB to a desktop/laptop. It is great for fullscreen presentations, product demos, automatic screen recording, or just a single screenshot. Without root.
Project Home
http://sourceforge.net/projects/ashot/
Project owners
alexus-ivanov, etf, mightypocket
Version
v1.1
Downloads
http://sourceforge.net/projects/ashot/files/Android%20Screen%20Capture%20v1.1/AndroidScreenCapureSetup.v1.1.exe/download
QR code
…
Source Code
http://sourceforge.net/projects/ashot/files/
Categories: Android, Android app, Android Application, Android developer, Android Project Tags: Android, Android app, Android Application, Android developer, Android Project, Android Screenshots, Screen Capture
Open Source Android Apps for Developers: Android PDF Viewer
Cute Android: Open Source Android Apps for Developers: Android PDF Viewer
Description
Andorid PDF Viewer is a viewer for PDF-Files on ANDROID mobiles. The implementation will be a port of the pdf-renderer which is published by SUN under the LGPL: https://pdf-renderer.dev.java.net/.
The PDF Renderer is just what the name implies: an open source, all Java library which renders PDF documents to the screen using Java2D. Typically this means drawing into a Swing panel, but it could also draw to other Graphics2D implementations. We hope you will come up with cool things to do with it that we never thought of.
PDF is one of the core file formats of the Internet, so it is very important for Java programmers to be able to both read and write PDFs. Great open source libraries like iText have long handled the writing half, but until now there has not been a good way to read PDFs using open source Java libraries. It could be used to draw on top of PDFs, share them over a network, convert PDFs to PNG images, or maybe even project PDFs into a 3D scene.
Project Home
http://sourceforge.net/projects/andpdf/
Project owners
ferenc_hechler
Version
v1.0.1
Downloads
http://sourceforge.net/projects/andpdf/files/AndroidPdfViewer_1_0_1.apk/download
QR code
…
Source Code
http://sourceforge.net/projects/andpdf/files/
Categories: Android, Android app, Android Application, Android developer, Android Reader Tags: Android, Android app, Android Application, Android developer, Android PDF, Android PDF Viewer, Android Project, Java, pdf, Reader
Open Source Android Apps for Developers: libsdl-android
Cute Android: Open Source Android Apps for Developers: libsdl-android
Description
libsdl-android is the port of libSDL to Android – includes SDL 1.2 and SDL 1.3, SDL_mixer, SDL_image and bunch of other libs. Both SDL 1.2 and 1.3 have hardware acceleration, you may also use OpenGL ES with SDL. Several games are included as working examples. Unlike other libSDL ports around, it does not require root access to video device, and will produce .apk package that you may publish on Android Market (and sell them, the LGPL license allows closed-source apps, but you should release your AndroidAppSettings.cfg file). It is intended to be used to easily port your own C++ applications that use SDL library,
readme file describes all the steps required. No Java knowledge is necessary to use this lib. It requires Android NDK r4b and SDK 2.2 to compile, however it will run on Android 1.6 devices. Android 1.5 devices do not have OpenGL lib, but it’s still possible to port libSDL on them (but I probably won’t bother with this, only 16% of all Android devices are 1.5 or older).
Project Home
http://libsdl-android.sourceforge.net/
Project owners
pelya
Version
v1.6
Downloads
https://github.com/pelya/commandergenius/archives/sdl_android
QR code
…
Source Code
https://github.com/pelya/commandergenius
Read more…
Categories: Android, Android app, Android Application, Android developer, Android Game, Android Project Tags: 2D, 3D, Android, Android app, Android Application, Android developer, Android Game Engine, Android Project, Java, libsdl, libsdl-android, OpneGL, Simple DirectMedia Layer
Open Source Android Apps for Developers: Android Battery Dog
Cute Android: Open Source Android Apps for Developers: Android Battery Dog
Description
Android Battery Dog is an open source Android app which is a watchdog application for ANDROID mobiles to support long time analysis of the battery level. The file “/sdcard/BatteryDog/battery.csv” is created containing the recorded battery levels together with a timestamp. The application was tested with a T-Mobile G1.
Simpel service for ANDROID for long time monitoring the battery level. A log file in csv format is created /sdcard/BatteryDog/battery.csv which contains timestamp and all available battery info, like level, temperature and voltage. Includes simple graph.
Project Home
http://andbatdog.sourceforge.net/
Project owners
http://sourceforge.net/projects/andbatdog/
Version
v0.1.3
Downloads
http://sourceforge.net/projects/andbatdog/files/AndroidBatteryDog_0_1_3.apk/download
QR code
…
Source Code
http://sourceforge.net/projects/andbatdog/files/
Categories: Android, Android app, Android Application, Android developer, Android Project Tags: Android, Android app, Android Application, Android Battery, Android Battery Dog, Android developer, Android Project, Java, watchdog
Open Source Android Apps for Developers: facebook-android-sdk
Cute Android: Open Source Android Apps for Developers: facebook-android-sdk
Description
Facebook-android-sdk is an open source Java library which allows developers to integrate Facebook into their Android application. Except as otherwise noted, the Facebook Android SDK is licensed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)
Project Home
https://github.com/facebook/facebook-android-sdk
Project owners
https://github.com/facebook
Version
v1.5.0
Downloads
https://github.com/facebook/facebook-android-sdk/archives/master
QR code
…
Source Code
git://github.com/facebook/facebook-android-sdk.git
Read more…
Categories: Android, Android app, Android Application, Android developer, Android Project Tags: Android, Android app, Android Application, Android developer, Android Project, Facebook, facebook-android-sdk, Java
Open Source Android Apps for Developers: phonegap-android
Cute Android: Open Source Android Apps for Developers: phonegap-android
Description
PhoneGap-Android is an open source Android application library that allows for PhoneGap based projects to be built for the Android Platform. PhoneGap based applications are, at the core, an application written with web technology: HTML, CSS and JavaScript.
PhoneGap is an open source development framework for building cross-platform mobile apps. Build apps in HTML and JavaScript and still take advantage of core features in iPhone/iPod touch, iPad, Google Android, Palm, Symbian and Blackberry SDKs.
Project Home
https://github.com/phonegap/phonegap-android
Project owners
http://www.phonegap.com/
Version
0.9.2
Downloads
https://github.com/phonegap/phonegap-android/archives/master
QR code
…
Source Code
git://github.com/phonegap/phonegap-android.git
Read more…
Categories: Android, Android app, Android Application, Android developer, Android Project Tags: Android, Android app, Android Application, Android developer, Android Project, CSS, HTML, Java, JavaScript, PhoneGap