https://github.com/phillipsk/contentfilters-dictionaryproviderexample
Following a Udacity course on Android Content Filters
https://github.com/phillipsk/contentfilters-dictionaryproviderexample
Last synced: 5 months ago
JSON representation
Following a Udacity course on Android Content Filters
- Host: GitHub
- URL: https://github.com/phillipsk/contentfilters-dictionaryproviderexample
- Owner: phillipsk
- Created: 2016-10-24T23:18:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-24T23:21:14.000Z (over 9 years ago)
- Last Synced: 2023-12-30T06:50:20.858Z (over 2 years ago)
- Language: Java
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DictionaryProviderExample
DictionaryProviderExample is a companion app to the Udacity Content Providers mini course. This mini course is part of the additional learning material for Developing Android Apps.
An explaination of how to use this repository can be found here.
##Known Issues
We are currently looking into an issue on **API level 23** where the user dictionary provider returns a cursor with no data, even when the dictionary is populated. A current work around is to use a device or emulator running **API level 22 or lower**. You can quickly make an API level 22 emulator:

You can read more about this issue on the Udacity forums, Stack Overflow and the Android Issue Tracker.