A sales lead is a potential sales contact, an individual or organization that expresses an interest in your goods or services. Leads are typically obtained through the referral of an existing customer, or through a direct response to advertising or publicity. A company's marketing department is typically responsible for lead generation.
Lead-management-android in the call process shows notification, by clicking notification you simply will be redirected to application to save the contact. If the contact exists, you will see details of the caller, if not you will be redirected to adding this number as contact, then it stores data of this caller in local database. This app is currently in development, means that in future many more features will be added.
1. Fork this project by clicking on top right corner.
2. Clone the repository by running following command in git:
$ git clone https://github.com/[YOUR-USERNAME]/lead-management-android.git
3. Open project using Android Studio by clicking Open an existing Android Studio Project
3. Run project on AVD (android virtual device) by clicking Run button on Android Studio Toolbar
1. Make reasonable changes.
2. Add changes by running following command in git
$ git add .
3. Commit changes
$ git commit -m "DESCRIBE YOUR CHANGES HERE"
4. Push your changes
$ git push origin
5. Send Pull Request by clicking new pull request button on your repository page