-
Notifications
You must be signed in to change notification settings - Fork 10
Home
uncleLem edited this page Nov 26, 2012
·
6 revisions
This project contains several useful classes for Android developers. While writing this, I tried to follow KISS principle.
So, there's small overview about existing utils:
- StringUtils - some useful methods for Strings
view - this package contains several activities with some basic functionality
- ActivityWithAds - add Ads to your app and start to make money
- ActivityWithMoreApps - this activity will allow you to show "More Apps" screen (I'm using Chartboost service, it's really simple and useful)
- LicensedActivity - use this class if you want to create paid application with licensing control (see also: SimplePolicy)
licensing
- SimplePolicy - simplified version of ServerManagedPolicy. DON'T FORGET TO CHANGE SALT! social - this is package with several utilities for social networks. And e-mail.
- EmailSender - send e-mail with specified subject and message. You can also send file via e-mail.
- FacebookSender - with this class you can share images and/or messages to your wall in the name of your app
- TwitterSender - almost the same as FacebookSender.
- SenderCallback - UI callbacks for TwitterSender and FacebookSender
See descriptions of each class for further information.