{"id":17999177,"url":"https://github.com/heysupratim/userdictionary","last_synced_at":"2025-06-11T15:05:38.567Z","repository":{"id":27996503,"uuid":"31490689","full_name":"heysupratim/userdictionary","owner":"heysupratim","description":"Hands on with the content provider of user Dictionary and getting the list of user saved words with their frequency","archived":false,"fork":false,"pushed_at":"2015-03-01T09:53:37.000Z","size":276,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-09T18:18:06.012Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/heysupratim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-01T08:10:54.000Z","updated_at":"2022-12-14T06:51:19.000Z","dependencies_parsed_at":"2022-08-02T10:54:05.735Z","dependency_job_id":null,"html_url":"https://github.com/heysupratim/userdictionary","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heysupratim%2Fuserdictionary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heysupratim%2Fuserdictionary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heysupratim%2Fuserdictionary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heysupratim%2Fuserdictionary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heysupratim","download_url":"https://codeload.github.com/heysupratim/userdictionary/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247135155,"owners_count":20889421,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-29T22:10:31.752Z","updated_at":"2025-04-04T07:12:44.785Z","avatar_url":"https://github.com/heysupratim.png","language":"Java","readme":"# User-Dictionary\nHands on with the content provider of user Dictionary and getting the list of user saved words with their frequency\n\n\nThings learnt\n\n1. Content Providers - standard android content providers\n\n2. Content URIS -content://Content_Authority/data  - eg content://user_dictionary/words here the user_dictionary is the content authrority and words is the data source\n\n3. Getting a content Resolver - using getContentResolver\n\n4. Doing a query on the resolver- using resolver.query(CONTENT_URI,null,null,null,null) - this resolver talks to the content provider and talks to the database/data source\n\n5. Simple Cursor Adapter to be initialized with the context of the app , layout of the textview of each listview item and the cursor to be used , the string array from which we get the columns to be mapped , to the int array of values to be assigned )\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheysupratim%2Fuserdictionary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheysupratim%2Fuserdictionary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheysupratim%2Fuserdictionary/lists"}