An open API service indexing awesome lists of open source software.

https://github.com/kabragaurav/android-quotes

Quotes App with sharing facility
https://github.com/kabragaurav/android-quotes

android-development quotes-application

Last synced: 25 days ago
JSON representation

Quotes App with sharing facility

Awesome Lists containing this project

README

          

Author : Gaurav Kabra
Email : {gauravkabra12, gauravkabra.official}@gmail.com
-------------------
Sharing option adapted from : https://www.youtube.com/watch?v=NdtE_1u0cq4
Sharing button from : https://www.tutorialspoint.com/android/android_imagebutton_control.htm
Image onclick event by: https://stackoverflow.com/questions/1839273/how-to-apply-click-event-listener-to-image-in-android
Prevent nullpointerexception : https://stackoverflow.com/questions/14721397/checking-if-a-string-is-empty-or-null-in-java/14721414
Bullets in quotes : https://android--code.blogspot.com/2016/03/android-how-to-display-bulleted-list-on.html
Scroll bar: https://stackoverflow.com/questions/5661486/how-do-i-add-scrollbars-to-a-linearlayout-in-android/5661601
Web redirect : https://stackoverflow.com/questions/2201917/how-can-i-open-a-url-in-androids-web-browser-from-my-application
Install on other devices (debug.apk) : https://stackoverflow.com/questions/53440749/android-app-fails-to-install-from-transfer-to-new-device-after-android-studio-up
PopUp/ Dialog on dev.java : https://stackoverflow.com/questions/7693633/android-image-dialog-popup
AlertDialog on dev.java : https://stackoverflow.com/questions/27954561/show-alertdialog-with-imageview-without-any-padding
Kill an activity : https://stackoverflow.com/questions/2550099/how-to-kill-an-android-activity-when-leaving-it-so-that-it-cannot-be-accessed-fr
Sliding between activities: https://www.youtube.com/watch?v=Ci5146VOyg4
--------------------

Sharing option
Navigation among pages
Web redirect
Stylized buttons
Night mode
Toasts, ImageView and PopUps