Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frequently Asked Questions (FAQ's) #23

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions FAQ's.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
**Q: What is ADSdroid ?**

A: It is the unofficial AllDataSheet Android Application. It gives her users the privilege of searching and downloading electronics tools in pdf format, for easier and faster access
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not the unofficial but rather an unofficial

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also, gives her users the privilege of searching and downloading should be makes it possible for users to search and download

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PDF is an acronym, it should be all caps

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

electronics tools is a strange term, datasheets for electronic components would be better


**Q: Does it requires internet access ?**

A: Absolutely. It requires internet connection, for searching and also for downloading files in PDF format.

**Q: How do I use it ?**

A: Very simple. Just input a valid electrical terms in the search box and click on the search button
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

input a valid electrical terms should be enter the name of the component (can be partial)


**Q: What is the drop down-button for ?**

A: When you click on the drop-down button, you'll see some options(included, start with, end with and match), these are used to make your search results more precise
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please leave a space before the opening parentheses, like options (included

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could be a bit more useful if you'd describe the four options in a bulleted list, maybe with some examples like the ATMEGA168 (a typical component whose datasheet someone would search for using this app) could be matched with east of the options, like it includes MEG, ends with MEGA168, starts with ATMEGA, and only matches ATMEGA168.


**Q: How do I get my searched result as PDF ?**

A: Once you've located a related search, just click on the particular one, it should download on your device and be saved as PDF in your local directory (Downloads folder)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

located a related search, just click on the particular one should be found the component you were looking for, just tap on it



**Q: Where is the source code?**

A: You can find the app source code on github : https://github.com/dnet/adsdroid
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GitHub should be stylized with an uppercase G and H, and strip the space before the colon like GitHub: https://...



**Q: I found a bug or issue, what should I do?**

A: Open a new issue, describing the exact bug/issues so I can fix it
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should contain a link to https://github.com/dnet/adsdroid/issues and another sentence maybe asking users to check already reported issues before opening a new issue.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.... Please review