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 in the call process shows a notification. If the user clicks this notification, they will simply be redirected to the 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. After this, the app stores data of the caller in the local database. This app is currently in development, which means that in the future, many more features will be added.
1. Fork this project by clicking the Fork button on top right corner of this page.
2. Clone the repository by running following command in git:
$ git clone https://github.com/[YOUR-USERNAME]/lead-management-android.git
3. Open the project using Android Studio by clicking Open an existing Android Studio Project.
4. Run the project on an AVD (Android Virtual Device) by clicking the Run button on Android Studio Toolbar.
1. Make reasonable changes.
2. Add all changes by running this command on the terminal/command prompt:
$ git add .
Or to add specific files only, run this command:
$ git add path/to/your/file
Make sure you replace path/to/your/file
with the actual path to the file you want to add to the staging area.
3. Commit changes.
$ git commit -m "DESCRIBE YOUR CHANGES HERE"
4. Push your changes.
$ git push origin
5. Create a Pull Request by clicking the New pull request button on your repository page.
If you need any help anywhere in the process, you can always ask a question on our Gitter Chat.