From 2ccc8b19aa1e48dc4836329a3b0822f5a93ad7f0 Mon Sep 17 00:00:00 2001 From: Ludovic ROLAND Date: Mon, 3 Jul 2017 17:42:47 +0200 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 497935c1..001c04bd 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ -# 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 @@ -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.