{"payload":{"pageCount":1,"repositories":[{"type":"Public","name":"android-code.github.io","owner":"android-code","isFork":false,"description":"Blog about Android platform programming in polish.","topicNames":[],"topicsNotShown":0,"allTopics":[],"primaryLanguage":{"name":"JavaScript","color":"#f1e05a"},"pullRequestCount":0,"issueCount":0,"starsCount":1,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2019-10-28T19:18:49.741Z"}},{"type":"Public","name":"design-patterns","owner":"android-code","isFork":false,"description":"This is repository of http://androidcode.pl blog design patterns section. It shows uses of design patterns in Java and Android. Most of them are formed and named by Gang of Four ","topicNames":["adapter","builder","observer","patterns","facade","dependency-injection","composite","design-patterns","singleton","decorator"],"topicsNotShown":9,"allTopics":["adapter","builder","observer","patterns","facade","dependency-injection","composite","design-patterns","singleton","decorator","strategy","gof","factory-method","viewholder","gang-of-four","gof-patterns","abstract-factory","androidcode","android"],"primaryLanguage":{"name":"Java","color":"#b07219"},"pullRequestCount":0,"issueCount":0,"starsCount":21,"forksCount":9,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2019-07-22T13:51:23.902Z"}},{"type":"Public","name":"testing","owner":"android-code","isFork":false,"description":"This is repository of http://androidcode.pl blog Testing section. It shows usage of testing libraries for Android.","topicNames":["testing","tdd","test","static-analysis","test-automation","mockito","junit","test-framework","espresso","robolectric"],"topicsNotShown":5,"allTopics":["testing","tdd","test","static-analysis","test-automation","mockito","junit","test-framework","espresso","robolectric","testing-tools","test-driven-development","unit-tests","instrumental-tests","android"],"primaryLanguage":{"name":"Kotlin","color":"#A97BFF"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2019-07-22T13:47:25.201Z"}},{"type":"Public","name":"firebase","owner":"android-code","isFork":false,"description":"This is repository of http://androidcode.pl blog Firebase section. It shows usage of Firebase for Android apps.","topicNames":["android","google","authentication","analytics","cloud-messaging","performance-monitoring","admob","crashlytics","firebase-sdk","remote-config"],"topicsNotShown":3,"allTopics":["android","google","authentication","analytics","cloud-messaging","performance-monitoring","admob","crashlytics","firebase-sdk","remote-config","cloud-firestore","dynamic-links","firebase"],"primaryLanguage":{"name":"Kotlin","color":"#A97BFF"},"pullRequestCount":0,"issueCount":0,"starsCount":1,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2019-07-22T13:41:35.784Z"}},{"type":"Public","name":"background","owner":"android-code","isFork":false,"description":"This is repository of http://androidcode.pl blog Background processing / threading section. It shows usage of chosen Android API classes in purpose to achieve background task processing.","topicNames":["android","task","service","job","handler","job-scheduler","thread","background","asynctask","foreground"],"topicsNotShown":9,"allTopics":["android","task","service","job","handler","job-scheduler","thread","background","asynctask","foreground","alarmmanager","handlerthread","alarm-manager","intentservice","work-manager","jobscheduler","workmanager","jobintentservice","threading"],"primaryLanguage":{"name":"Kotlin","color":"#A97BFF"},"pullRequestCount":0,"issueCount":0,"starsCount":4,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2019-07-22T13:37:27.794Z"}},{"type":"Public","name":"libraries","owner":"android-code","isFork":false,"description":"This is repository of http://androidcode.pl blog Libraries section. It shows usage of choosen libraries and frameworks for Android apps.","topicNames":["android","libraries","rxjava","dagger","retrofit","eventbus","glide","dependencies","frameworks","koin"],"topicsNotShown":0,"allTopics":["android","libraries","rxjava","dagger","retrofit","eventbus","glide","dependencies","frameworks","koin"],"primaryLanguage":{"name":"Java","color":"#b07219"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2019-07-22T13:33:28.105Z"}},{"type":"Public","name":"store","owner":"android-code","isFork":false,"description":"This is repository of http://androidcode.pl blog Store section. It shows the ways to store data in Android apps.","topicNames":["android","room","files","database","sharedpreferences","storage","sqlite","cache","store","room-database"],"topicsNotShown":0,"allTopics":["android","room","files","database","sharedpreferences","storage","sqlite","cache","store","room-database"],"primaryLanguage":{"name":"Kotlin","color":"#A97BFF"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2019-07-22T13:31:19.618Z"}},{"type":"Public","name":"architectural-patterns","owner":"android-code","isFork":false,"description":"This is repository of http://androidcode.pl blog architectural patterns section. It shows uses of architectural patterns in Android.","topicNames":["patterns","mvc","mvp","mvvm","clean-architecture","mvi","single-activity-pattern","android","architectural-patterns"],"topicsNotShown":0,"allTopics":["patterns","mvc","mvp","mvvm","clean-architecture","mvi","single-activity-pattern","android","architectural-patterns"],"primaryLanguage":{"name":"Kotlin","color":"#A97BFF"},"pullRequestCount":0,"issueCount":0,"starsCount":1,"forksCount":2,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2019-07-22T13:27:07.039Z"}},{"type":"Public","name":"build","owner":"android-code","isFork":false,"description":"This is repository of http://androidcode.pl blog build section. It shows build tools for Android.","topicNames":["rules","obfuscation","build","gradle","apk","build-system","proguard","build-tools","build-variants","product-flavor"],"topicsNotShown":3,"allTopics":["rules","obfuscation","build","gradle","apk","build-system","proguard","build-tools","build-variants","product-flavor","aab","shrinking","android"],"primaryLanguage":null,"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2019-07-22T13:25:07.089Z"}},{"type":"Public","name":"principles","owner":"android-code","isFork":false,"description":"This is repository of http://androidcode.pl blog principles of object oriented programming section. It shows usage and explain OOP principles.","topicNames":["rules","solid","clean-code","oop","kiss","oop-principles","dry","grasp","yagni","dont-repeat-yourself"],"topicsNotShown":2,"allTopics":["rules","solid","clean-code","oop","kiss","oop-principles","dry","grasp","yagni","dont-repeat-yourself","keep-it-simple-stupid","principles"],"primaryLanguage":{"name":"Kotlin","color":"#A97BFF"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":1,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2019-07-22T13:15:53.186Z"}},{"type":"Public","name":"kotlin","owner":"android-code","isFork":false,"description":"This is repository of http://androidcode.pl blog Kotlin section. It shows usage examples of Kotlin.","topicNames":["types","functions","delegation","coroutines","class","classes","control-flow","polymorphism","nullability","kotlin-examples"],"topicsNotShown":1,"allTopics":["types","functions","delegation","coroutines","class","classes","control-flow","polymorphism","nullability","kotlin-examples","kotlin"],"primaryLanguage":{"name":"Kotlin","color":"#A97BFF"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":1,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2019-05-16T17:59:45.959Z"}},{"type":"Public","name":"en","owner":"android-code","isFork":false,"description":"Blog about Android platform programming in english.","topicNames":[],"topicsNotShown":0,"allTopics":[],"primaryLanguage":null,"pullRequestCount":0,"issueCount":0,"starsCount":1,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2018-05-28T17:06:02.564Z"}}],"repositoryCount":12,"userInfo":null,"searchable":true,"definitions":[],"typeFilters":[{"id":"all","text":"All"},{"id":"public","text":"Public"},{"id":"source","text":"Sources"},{"id":"fork","text":"Forks"},{"id":"archived","text":"Archived"},{"id":"template","text":"Templates"}],"compactMode":false},"title":"Repositories"}