Project Title

This app is named as File Explorer App. This app is made for My own personal Project. In this App you can access your phone storage and sd card, which is useful to see all types of files. This app is good to use and you can easily find that.

Disclaimer

The information is obtained from Phone and SD card storage. Images are obtained from Google Images for educational purposes. Here SQLite is used.

License

MIT

MIT License

Copyright (c) 2018 Samuel Gracious Etsiakoh

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Lessons Learned

What did you learn while building this project? What challenges did you face and how did you overcome them?

You can learn about tab layout and how to use ViewPager in your android app.

Feedback

If you have any feedback, please reach out to us at santanusingha156@gmail.com

🔗 Links

linkedin

API Reference

Get all items

  GET /api/items
Parameter Type Description
api_key string Required. Your API key

Get item

  GET /api/items/${id}
Parameter Type Description
id string Required. Id of item to fetch

add(num1, num2)

Takes two numbers and returns the sum.