Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicroland authored Jul 3, 2017
1 parent 1915a48 commit 2ccc8b1
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<a href='https://twitter.com/#!/dr0id4me'><img src='http://smartnsoft.github.io/droid4me/images/ic_twitter_droid4me.png' /></a>

# Welcome to the droid4me project #
# Welcome to the droid4me project

droid4me is a framework library dedicated to the development of Android applications.

# What is droid4me? #
## What is droid4me? #

droid4me addresses the following topics:

* [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
Expand All @@ -20,7 +21,15 @@ droid4me addresses the following topics:
* [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 #
## 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://smartnsoft.github.io/droid4me/javadoc/index.html)

## Author

The Android Team @Smart&Soft, software agency [http://www.smartnsoft.com](http://www.smartnsoft.com)

## License

droid4me is available under the MIT license. See the LICENSE file for more info.

0 comments on commit 2ccc8b1

Please sign in to comment.