• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

[BETA] Easy Cloud Notes

Goddchen

Newbie
Hey everyone,
yesterday i have published my latest app in the Android Market.
This time it is a collection of quotes and jokes from various categories (Chuck Norris Jokes, Drinking Quotes, ...)

It uses ActionBarSherlock to bring the ICS/HC ActionBar to all of you (even <Android 3.0 devices).

I'm happy about any kind of feedback to improve the app! :) Looking forward to hear from you!

Get it via this link:

https://market.android.com/details?id=de.goddchen.android.quotes

or the QR Code :)

chart


Some background info:
  • The backend is done with Google AppEngine + Jersey (RESTful webservice).
  • All the quotes are saved in the AppEngine datastore.
  • The app aggregates the view counts of all views in the internal SQLite database and submits those aggregated values once every day (to prevent massive write operations on the AppEngine datastore).
  • Ratings are submitted instantly.
  • The app has an auto update feature which will be executed once every day by default (interval configurable and you can also turn it off completely). This update process retrieves only those quotes that have been changed since the last update. They are transmitted with a GZIP compression to save your bandwidth!

Goddchen
 
Hey everyone,
i have recently found out about the Aviary Photo Editing SDK for Android.
Check it out at Aviary.com.

I have quickly put together a nice little app which makes use of this SDK.

The Aviary SDK supports things like adding stickers, text, various photo effects, cropping, rotating, drawing, etc...

You can select your local photos or choose to browse your Facebook photos and those of your Facebook friends.

It also easily integrates with all your existing photo apps: simply use the share/send function of those apps and choose Easy Photo Editor to handle it :)

Check it out at https://market.android.com/details?id=de.goddchen.android.easyphotoeditor or use the qr code :)

chart


Looking forward to your feedback! Feature requests, bugs, etc... :)

Goddchen
 
v0.3.8 released:
* Preserves original filenames (appends an index at the end...)
* Improved integration with other gallery apps
 
v0.9 Changelog:
  • directly open game when clicked on notification
  • play move submitted sound when game field is open and opponent submitted
  • generate higher resolution thumbnails
  • fix updating games in local database
  • fix a typo
  • make sure that google services are available before enabling GCM
  • show game field thumbnail in game adapter
  • add option to hide zero point players on leaderboard
  • new notification icon
  • properly update game stats on finished/dead games
 
v0.10 Changelog:
  • don't allow to select the same color for both players
  • disable negative points
  • add color chooser preferences
  • fix FC when trying to submit an empty move
  • correctly refresh view when denying a challenge
  • fixed typo
  • use player nicknames in notification texts
  • refactor player cache
  • fix possible NPE in profile screen
 
v0.11
  • add possibility to directly challenge someone from the leaderboard
  • add AppBrain AppLift SDK
  • add a notification if you haven't player for a long time
  • update help
 
v0.12:
  • check for player infos before sending challenge
  • fixed possible NPE
  • send a challenge from the game screen
  • add hint to report dialog input
  • update db structure
  • add player reporting feature
  • add AppLift banner support
  • reduce launch notification interval
 
v0.14:
  • remove zero point checkbox
  • drastically optimize performance of online games updating
  • fix main activity loaders (signup)
  • properly update leaderboard profile header onResume()
  • refactor profile screen
  • improve leaderboard loaders and orientation change handling
  • enable fast scroll on leaderboard listview
  • properly initialize loaders in MainActivity
  • fixes for fragments
  • don't log unknown words directly since we added the dialog
 
v0.15:
  • add add-friend feature to leaderboard
  • bind and restore your account with/from your Google account
  • optimized friend list UI
  • added invite screen
  • friend list screen
 
v0.16:
  • integrate HelpShift support
  • do not open a game directly from notification since it's still buggy :(
  • fix NPE in submit move loader
  • update player cache more frequently
  • optimize player cache
  • new stat: games created today
 
v0.17:
  • fix remove ads dialog display
  • fix possible FC when sending feedback email
  • fix possible NPE
  • add an IAP for removing the ads
  • add helpshift notification
  • show crash dialog when app crashed last time
  • add chat feature
  • optimized drag n drop rearrangement logic
  • rearrange current word with drag n drop
  • fix max move icon size calculation
  • apply color to move fields + auto resize when move row is full
  • hide field while dragging
  • add drag n drop
  • new heyzap sdk
 
v0.18:
  • add WRITE_EXTERNAL_STORAGE for MMedia SDK
  • Heyzap SDK 3.4.10
  • integrate MMedia prestitial video ads
  • fix more loaders
  • fix possible FC in HelpShift initialization
  • more loaders fixed
  • finally fixed the main screen loading issue? :)
  • properly update device id when binding/restoring account
  • updated HelpShift SDK and some minor optimizations
  • correctly update options menu on game screen when chat message is
  • only handle billing responses when billing is fully set up
  • also enable HeyZap ads in GameActivity, because it could be resumed via
  • fix possible FC with billing
  • fix for devices where billing is not available
  • display more detailed billing error toasts + fix billing helper
  • fix IAB helper
  • properly mark unread chat messages as read when chat dialog is opened
  • indicate unread chat messages in the game overview screen by a little
  • hide remove ads options item when already purchased
  • indicate unread chat messages with a red dot on the actionbar icon7
 
Hey everyone,

i have managed to publish yet another app on the Play Store :)

And I'm looking forward to hear your feedback!

This it's all about movie trailers.

It is the first app that makes heavy use of the newly released YouTube Android API.
Pretty cool API, but Google still has a lot of work to do to make it even better.

The app is available at the Play Store:
https://play.google.com/store/apps/details?id=de.goddchen.android.movietrailerquiz
as well as via QR code:
chart


Goddchen
 
Hey everyone!

My next creation is finished (well, the first beta version of it ;) ) -> Easy App Toolbox.

It aims to be a wide collection of tool to handle your apps. For the beginning it contains the following features:

  • Share/Send apps (via Gmail, Facebook, Whatsapp, etc...)
  • Backup and Restore to/from Dropbox
  • Backup and Restore to/from Google Drive
  • Backup and Restore to/from Box.net
  • Backup and restore to/from SD card
  • Backup to PC
  • App details (permissions, activities, services, files and folders, etc...)

The app does NOT need root access!

As usual, I'm very curious about your feedback! :)

Grab the app at the Play Store: https://play.google.com/store/apps/details?id=de.goddchen.android.easyapptoolbox

or via QR code:

chart


Goddchen
 
v1.0-beta2-1 Changelog:
  • Display file sizes where available
  • Display proper error Toasts when there are errors loading files via APIs
  • SD card folder is now "/Easy App Toolbox/"
 
v1.0-beta2-2 Changelog:
  • Fix in-app purchase notice dialog
  • Improved listviews for remote files
  • Improved apps loader filter logic
 
Back
Top Bottom