https://github.com/afarber/android-questions
Small projects for asking at Stackoverflow
https://github.com/afarber/android-questions
android java stackoverflow
Last synced: 4 months ago
JSON representation
Small projects for asking at Stackoverflow
- Host: GitHub
- URL: https://github.com/afarber/android-questions
- Owner: afarber
- Created: 2014-09-09T14:13:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-18T15:51:55.000Z (about 3 years ago)
- Last Synced: 2023-03-26T15:59:32.513Z (almost 3 years ago)
- Topics: android, java, stackoverflow
- Language: Java
- Homepage:
- Size: 44.1 MB
- Stars: 34
- Watchers: 8
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
android-questions
==========
Small projects for asking at Stackoverflow
The files are public domain - unless there is a different note (by their respective authors) on the top of some files.
Screenshots
==========
[AndroidBooks](https://github.com/afarber/android-newbie/tree/master/AndroidBooks):

[BottomSheet1](https://github.com/afarber/android-newbie/tree/master/BottomSheet1):

[CriminalIntent](https://github.com/afarber/android-newbie/tree/master/CriminalIntent):

[DialogCountDown](https://github.com/afarber/android-newbie/tree/master/DialogCountDown):

[DragAndDraw](https://github.com/afarber/android-newbie/tree/master/DragAndDraw):

[DrivingRoute](https://github.com/afarber/android-newbie/tree/master/DrivingRoute) a Kotlin app for AAOS using public OSRM backend for routing:

[FastAdapterScrollingIssue](https://github.com/afarber/android-newbie/tree/master/FastAdapterScrollingIssue):

[flutter_app](https://github.com/afarber/android-newbie/tree/master/flutter_app) can be launched with *flutter run*:

[GeoQuiz](https://github.com/afarber/android-newbie/tree/master/GeoQuiz):

[GoogleAuth](https://github.com/afarber/android-newbie/tree/master/GoogleAuth) requires [app/google-services.json](https://console.developers.google.com) file:

[HelloMoon](https://github.com/afarber/android-newbie/tree/master/HelloMoon) from the book [Android Programming: The Big Nerd Ranch Guide](https://www.amazon.de/stores/Brian-Hardy/author/B00C9F5OTQ):

[HuaweiPush](https://github.com/afarber/android-newbie/tree/master/HuaweiPush) Retrieve HUAWEI push token:

[HmsSample](https://github.com/afarber/android-newbie/tree/master/HmsSample) HUAWEI Mobile Services sample:

[InteractiveChart](https://github.com/afarber/android-newbie/tree/master/InteractiveChart) the custom view with overscroller and edge effects from the Google guide [Animate a scroll gesture](https://developer.android.com/develop/ui/views/touch-and-input/gestures/scroll):

[LaunchMaps](https://github.com/afarber/android-newbie/tree/master/LaunchMaps):

[MyBars](https://github.com/afarber/android-newbie/tree/master/MyBars)
uses CC BY-SA 3.0 licensed SVG-file by
[Denelson83, Wikimedia Commons](http://en.wikipedia.org/wiki/File:Blank_Scrabble_board_with_coordinates.svg)

[MyCoordinator](https://github.com/afarber/android-newbie/tree/master/MyCoordinator):

[MyDecoder](https://github.com/afarber/android-newbie/tree/master/MyDecoder):

[MyDecoder2](https://github.com/afarber/android-newbie/tree/master/MyDecoder2):

[MyList](https://github.com/afarber/android-newbie/tree/master/MyList):

[MyLogin](https://github.com/afarber/android-newbie/tree/master/MyLogin):

[MyNotification](https://github.com/afarber/android-newbie/tree/master/MyNotification):

[MyPrefs](https://github.com/afarber/android-newbie/tree/master/MyPrefs):

[MyScroll](https://github.com/afarber/android-newbie/tree/master/MyScroll):

[MyStripe](https://github.com/afarber/android-newbie/tree/master/MyStripe):

[MyTiles](https://github.com/afarber/android-newbie/tree/master/MyTiles):

[MyTiles2](https://github.com/afarber/android-newbie/tree/master/MyTiles2):

[MyViewPager](https://github.com/afarber/android-newbie/tree/master/MyViewPager):

[NaviFab](https://github.com/afarber/android-newbie/tree/master/NaviFab):

[NavigationDrawerExample](https://github.com/afarber/android-newbie/tree/master/NavigationDrawerExample):

[NFCStudentTracking](https://github.com/afarber/android-newbie/tree/master/NFCStudentTracking) from the book [Professional NFC Application Development for Android](http://www.wrox.com/WileyCDA/WroxTitle/Professional-NFC-Application-Development-for-Android.productCd-1118380096.html):

[Planets](https://github.com/afarber/android-newbie/tree/master/Planets):

[PinchZoom](https://github.com/afarber/android-newbie/tree/master/PinchZoom) the Matrix usage suggested by [pskink](https://stackoverflow.com/users/2252830/pskink):

[PingMe](https://github.com/afarber/android-newbie/tree/master/PingMe):

[RoundedQRCode](https://github.com/afarber/android-newbie/tree/master/RoundedQRCode) - rounded QR code drawn in [Telegram](https://github.com/DrKLO/Telegram):

[QR_BT_Pairing](https://github.com/afarber/android-newbie/tree/master/QR_BT_Pairing):

[QREncoder](https://github.com/afarber/android-newbie/tree/master/QREncoder):

[QRScanner](https://github.com/afarber/android-newbie/tree/master/QRScanner):

[RotatedList](https://github.com/afarber/android-newbie/tree/master/RotatedList):

[SampleLoginWithAmazonAppForAndroid](https://github.com/afarber/android-newbie/tree/master/SampleLoginWithAmazonAppForAndroid) from LWA doc:

[SwipeBooks](https://github.com/afarber/android-newbie/tree/master/SwipeBooks):

[Test](https://github.com/afarber/android-newbie/tree/master/Test):

[TestAbs](https://github.com/afarber/android-newbie/tree/master/TestAbs):

[TestScroll](https://github.com/afarber/android-newbie/tree/master/TestScroll):

[TestScroll2](https://github.com/afarber/android-newbie/tree/master/TestScroll2):

[TestScroll3](https://github.com/afarber/android-newbie/tree/master/TestScroll3):

[TopPlayers](https://github.com/afarber/android-newbie/tree/master/TopPlayers):

[ValidatePrefs](https://github.com/afarber/android-newbie/tree/master/ValidatePrefs):

[Vehicles](https://github.com/afarber/android-newbie/tree/master/Vehicles) for Droidcon 2019 challenge:

[WordGame](https://github.com/afarber/android-newbie/tree/master/WordGame):

[WordsByFarber](https://github.com/afarber/android-newbie/tree/master/WordsByFarber) Jetpack Compose with multiple Room databases:

[ZXingTestActivity](https://github.com/afarber/android-newbie/tree/master/ZXingTestActivity) (by ZXing project, Apache License):


[My Android-related questions at StackOverflow](http://stackoverflow.com/search?q=user:165071+[android])