Skip to content

Commit

Permalink
Update README with new wiki and image links.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchOrn committed May 5, 2015
1 parent 0909394 commit b82f1d0
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<a href='https://twitter.com/#!/dr0id4me'><img src='http://droid4me.googlecode.com/files/ic_twitter_droid4me.png' /></a>
<a href='https://twitter.com/#!/dr0id4me'><img src='http://smartnsoft.github.io/droid4me/images/ic_twitter_droid4me.png' /></a>

# Welcome to the droid4me project #

Expand All @@ -7,20 +7,20 @@ droid4me is a framework library dedicated to the development of Android applicat
# What is droid4me? #
droid4me addresses the following topics:

* [Activity/Fragment life cycle](wiki/LifeCycle): it attempts to turn the `Activity`/`Fragment` life cycle from something technical to something functional
* [Centralized exception handling](wiki/ExceptionHandler): whenever an exception is thrown during the application, it can be handled in a centralized and secure way
* [Activity redirection](wiki/ActivityController): if an Activity should always be displayed before another one, you have control over it
* [Activity/Fragment events interception](wiki/ActivityController): handle in one place most of the entities life cycle events through a dedicated `Interceptor`
* [Application helper](wiki/SmartApplication): eases the framework integration to your application
* [Logging](wiki/LoggerFactory): proposes something similar to log4j/java.util.logging with logging level trigger and condition logging. Logging is still effective outside of Android environment
* [Bitmap downloading](wiki/BitmapDownloader): it provides a fully fledge component which makes bitmap downloading and binding to Views very simple, effective, and easy to be supported with persistence
* Caching and [persistence](wiki/Persistence): proposes a finely tunable mechanism which lets cache business objects in memory and persistently, hence promoting disconnected working applications
* [Activity/Fragment life cycle](https://github.com/smartnsoft/droid4me/wiki/LifeCycle): it attempts to turn the `Activity`/`Fragment` life cycle from something technical to something functional
* [Centralized exception handling](https://github.com/smartnsoft/droid4me/wiki/ExceptionHandler): whenever an exception is thrown during the application, it can be handled in a centralized and secure way
* [Activity redirection](https://github.com/smartnsoft/droid4me/wiki/ActivityController): if an Activity should always be displayed before another one, you have control over it
* [Activity/Fragment events interception](https://github.com/smartnsoft/droid4me/wiki/ActivityController): handle in one place most of the entities life cycle events through a dedicated `Interceptor`
* [Application helper](https://github.com/smartnsoft/droid4me/wiki/SmartApplication): eases the framework integration to your application
* [Logging](https://github.com/smartnsoft/droid4me/wiki/LoggerFactory): proposes something similar to log4j/java.util.logging with logging level trigger and condition logging. Logging is still effective outside of Android environment
* [Bitmap downloading](https://github.com/smartnsoft/droid4me/wiki/BitmapDownloader): it provides a fully fledge component which makes bitmap downloading and binding to Views very simple, effective, and easy to be supported with persistence
* Caching and [persistence](https://github.com/smartnsoft/droid4me/wiki/Persistence): proposes a finely tunable mechanism which lets cache business objects in memory and persistently, hence promoting disconnected working applications
* TokenKeeper: makes easy to remember tokens and broadcast them, for better communication between `Activity`/`Fragment` and complex caching policies
* Web service wrapping: makes the integration of web services very productive, while enabling persistence and caching
* [Threading](wiki/SmartCommands): makes possible the loading of an activity in an asynchronous way in a glimpse. Proposes two optimized thread pools
* [Threading](https://github.com/smartnsoft/droid4me/wiki/SmartCommands): makes possible the loading of an activity in an asynchronous way in a glimpse. Proposes two optimized thread pools
* Menus: makes the definition of menus and contextual menus very straightforward

# Getting started #

* Please, jump to that GettingStarted page to get your hands on the framework.
* If you want to have a quick overview of the framework API, please refer to the [droid4me JavaDoc](http://droid4me.googlecode.com/svn/javadoc/index.html)
* If you want to have a quick overview of the framework API, please refer to the [droid4me JavaDoc](http://smartnsoft.github.io/droid4me/javadoc/index.html)

0 comments on commit b82f1d0

Please sign in to comment.