| greenrobot/EventBus |
24,438 |
|
5,364 |
131 |
over 2 years ago |
8 |
December 08, 2021 |
142 |
apache-2.0 |
Java |
| Event bus for Android and Java that simplifies communication between Activities, Fragments, Threads, Services, etc. Less code, better quality. |
| florent37/InlineActivityResult |
214 |
|
0 |
0 |
almost 6 years ago |
0 |
|
0 |
mit |
Java |
| Receive the activity result directly after the startActivityForResult with InlineActivityResult |
| Zhuinden/realm-book-example |
82 |
|
0 |
0 |
over 8 years ago |
0 |
|
1 |
other |
Java |
| This is an example rewrite of AndroidHive's messy tutorial, accompanying the following article on Realm. |
| florent37/RxBus |
82 |
|
0 |
0 |
almost 6 years ago |
0 |
|
1 |
apache-2.0 |
Java |
| Android reactive event bus that simplifies communication between Presenters, Activities, Fragments, Threads, Services, etc. |
| CaptGreg/SenecaOOP345-attic |
63 |
|
0 |
0 |
over 4 years ago |
0 |
|
0 |
|
C++ |
| This folder, attic, contains code fragments. Like most attics, this attic needs a good cleaning. Some fragments are from the usual places on the web, cplusplus.com, stackoverflow, etc. Some fragments are DIY code written in class. Some fragments are as-is as found on the web while others are heavily modified to make work or add functionality. Some fragments are useful, some are not. Most fragments work, some don't. Notable Useful Fragments ======================== fastforward.cpp - a summary of OOP345. funcptr.cpp - examples of the many ways of passing function names to other functions: direct call, c-style function pointer, c++-style function pointer, function object (functor), lambda, bind examples of intersting functions to pass function to: thread, async, packaged_task sp?.cpp - smart pointer resources mi-*.cpp - multiple inheritance resources, clone+diamond problem theading?01?.cpp - threading101?.cpp - basic threading, mutexes - threading201?.cpp - futires and promises - threading301?.cpp - async, packaged_task - threading401?.cpp - how things were done before async + packaged task thread-*.cpp - cool thread code, such as thread pools ll*.cpp - linked list code moveSimple.cpp - move semantics stl-calc-*.cpp - postfix calculator using stl stack, list, vector, deque containers vectorchar*.cpp - how to make a string class mased on std::vector<char> dp-composite*.cpp - composite (tree) design pattern code alarmsetjmp.cpp + setjmp*.cpp - use alarm and setjmp to do interesting things swap.cpp - swapping data in place (without using a temporary) using xor and add operators. asmlist.cpp - how to generate an in-line assembler listing of the code generated by the compiler popen.cpp - how to start up a pipe to a program and read the output from the program folder threading-concurrency_in_action - pdf and sample code from Concurancy in Action book |
| RobertApikyan/LifecycleEvents |
21 |
|
0 |
0 |
over 7 years ago |
0 |
|
0 |
apache-2.0 |
Kotlin |
| firozanawar/android-interview-questions-by-firoz |
20 |
|
0 |
0 |
about 4 years ago |
0 |
|
0 |
|
|
| Here is collection for all interview questions asked in different companies in India for an fresher to experienced android developer. |
| DmrfCoder/Android-Developers-Guide |
5 |
|
0 |
0 |
almost 7 years ago |
0 |
|
0 |
mit |
HTML |
| Android官方文档(Android Developer Guide)翻译项目 |
| sfeatherstone/JitterbufferTest |
5 |
|
0 |
0 |
about 8 years ago |
0 |
|
0 |
|
C++ |
| C++ interview assignment from late 2012 |