Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
java4ever
/
RxJava-Android-Samples
Public
forked from
kaushikgopal/RxJava-Android-Samples
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
RxJava-Android-Samples
app
src
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 26, 2016
feat: add a randomly long task to check poll is respected
Kaushik Gopal
committed
1efd68d
View commit details
Copy full SHA for 1efd68d
View code at this point
Browse repository at this point
ref: use RepeatWhen approach for increasingly delayed polling
Kaushik Gopal
committed
87124aa
View commit details
Copy full SHA for 87124aa
View code at this point
Browse repository at this point
feat: add comments for in-depth explanation of the working
Show description for 5557c04
Kaushik Gopal
committed
5557c04
View commit details
Copy full SHA for 5557c04
View code at this point
Browse repository at this point
fix: use for a simpler solution to the polling problem (thanks @mandybess for hitting me up on this)
Kaushik Gopal
committed
588df66
View commit details
Copy full SHA for 588df66
View code at this point
Browse repository at this point
fix: styling + text on help
Kaushik Gopal
committed
337f53c
View commit details
Copy full SHA for 337f53c
View code at this point
Browse repository at this point
Commits on Feb 8, 2016
fix: finished polling demo
mtilbrook-dev
committed
b661f0f
View commit details
Copy full SHA for b661f0f
View code at this point
Browse repository at this point
Merge pull request #47 from marukami/material-color
Show description for 18f8280
kaushikgopal
committed
18f8280
View commit details
Copy full SHA for 18f8280
View code at this point
Browse repository at this point
Merge pull request #43 from marukami/on-attach-fix
Show description for c6e0a26
kaushikgopal
committed
c6e0a26
View commit details
Copy full SHA for c6e0a26
View code at this point
Browse repository at this point
Commits on Feb 3, 2016
update theme to be more material
mtilbrook-dev
committed
85979da
View commit details
Copy full SHA for 85979da
View code at this point
Browse repository at this point
Commits on Jan 27, 2016
fix: replaced deprecated onAttach with correct override
mtilbrook-dev
committed
b6ee8d9
View commit details
Copy full SHA for b6ee8d9
View code at this point
Browse repository at this point
fix: added ButterKnife unbind s, and cleaned up if not null unsubscribe
mtilbrook-dev
committed
605ecdf
View commit details
Copy full SHA for 605ecdf
View code at this point
Browse repository at this point
Commits on Jan 17, 2016
merge: networking example with volley (courtesy: offbye)
Kaushik Gopal
committed
2f883a7
View commit details
Copy full SHA for 2f883a7
View code at this point
Browse repository at this point
fix: move to independent package + remove dead code + add readme
Kaushik Gopal
committed
f7c38d9
View commit details
Copy full SHA for f7c38d9
View code at this point
Browse repository at this point
fix: remove dead code/comment + reformat
Kaushik Gopal
committed
ecbcd0e
View commit details
Copy full SHA for ecbcd0e
View code at this point
Browse repository at this point
feat: merge upgrade retrofit + okhttp changes (courtesy: prt2121)
Kaushik Gopal
committed
4c82d0a
View commit details
Copy full SHA for 4c82d0a
View code at this point
Browse repository at this point
fix: api changes due to upgrade + abstraction of github service
Kaushik Gopal
committed
d21e1cf
View commit details
Copy full SHA for d21e1cf
View code at this point
Browse repository at this point
ref: abstract creation of GithubService
Show description for 0b8efac
Kaushik Gopal
committed
0b8efac
View commit details
Copy full SHA for 0b8efac
View code at this point
Browse repository at this point
chore: upgrade ButterKnife 5.1.1 -> 7.0.1
Show description for e42ee1e
Kaushik Gopal
committed
e42ee1e
View commit details
Copy full SHA for e42ee1e
View code at this point
Browse repository at this point
Commits on Jan 8, 2016
Merge pull request #36 from marukami/retrofit-frag
Show description for 3f41658
kaushikgopal
committed
3f41658
View commit details
Copy full SHA for 3f41658
View code at this point
Browse repository at this point
Merge pull request #37 from marukami/cache-merge-frag-fix
Show description for b000ba3
kaushikgopal
committed
b000ba3
View commit details
Copy full SHA for b000ba3
View code at this point
Browse repository at this point
Commits on Jan 4, 2016
fix: replaced deprecated timer call with interval
mtilbrook-dev
committed
b77433f
View commit details
Copy full SHA for b77433f
View code at this point
Browse repository at this point
Commits on Jan 3, 2016
fix: PseudoCacheMergeFragment _subscription was never been assigned
mtilbrook-dev
committed
a0c5f13
View commit details
Copy full SHA for a0c5f13
View code at this point
Browse repository at this point
Commits on Jan 2, 2016
fix: RetrofitFragment "Log with User Info:" button uses correct editText's
mtilbrook-dev
committed
1844f72
View commit details
Copy full SHA for 1844f72
View code at this point
Browse repository at this point
Commits on Dec 30, 2015
volley rx demo
张西涛
committed
ddcbefc
View commit details
Copy full SHA for ddcbefc
View code at this point
Browse repository at this point
Commits on Oct 25, 2015
update ButterKnife 5.1.1 -> 7.0.1
mtilbrook-dev
committed
3515c6a
View commit details
Copy full SHA for 3515c6a
View code at this point
Browse repository at this point
Commits on Oct 4, 2015
Merge branch 'retrofit-2' of https://github.com/prt2121/RxJava-Android-Samples into prt2121-retrofit-2
Show description for 46504fb
Kaushik Gopal
committed
46504fb
View commit details
Copy full SHA for 46504fb
View code at this point
Browse repository at this point
Commits on Sep 23, 2015
Update to Retrofit 2
pt2121
committed
3ed00ff
View commit details
Copy full SHA for 3ed00ff
View code at this point
Browse repository at this point
Commits on Sep 16, 2015
fix: typo
mtilbrook-dev
committed
8f23a6e
View commit details
Copy full SHA for 8f23a6e
View code at this point
Browse repository at this point
Commits on Sep 4, 2015
refactor: ConnectableObservable and replay are code smells in Rx - use a Subject instead
Kaushik Gopal
committed
9cd4779
View commit details
Copy full SHA for 9cd4779
View code at this point
Browse repository at this point
fix: add missing imports for R
Kaushik Gopal
committed
e6158c0
View commit details
Copy full SHA for e6158c0
View code at this point
Browse repository at this point
feat: wip create a worker 2 fragment (use Eric's advice and refactor)
Kaushik Gopal
committed
98a6841
View commit details
Copy full SHA for 98a6841
View code at this point
Browse repository at this point
ref: rename persist worker example to 1 (cause there's a 2 coming up)
Kaushik Gopal
committed
0b171e5
View commit details
Copy full SHA for 0b171e5
View code at this point
Browse repository at this point
Commits on Sep 3, 2015
chore: mass reformat of code
Kaushik Gopal
committed
1f593cd
View commit details
Copy full SHA for 1f593cd
View code at this point
Browse repository at this point
fix: merge conflict from DmitriyZaitsev branch
Kaushik Gopal
committed
d56ae42
View commit details
Copy full SHA for d56ae42
View code at this point
Browse repository at this point
fix: skip first item emitted, so it doesn't show all red until all inputs received
Kaushik Gopal
committed
7c634bf
View commit details
Copy full SHA for 7c634bf
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.