I think Malcolm Gladwell is a wonderful story teller and I loved this episode of the Joe Rogan show. Botth have an open alpha version Android app btw. on my 'The Resources Guru' media content aggregate platform that I am working on:
woensdag 20 november 2019
maandag 11 november 2019
What cross platform tool to use for the Resources Guru platform? React Native / Kotlin Native?
For future reference:
I am contemplating using React Native for future websites and cross platform development of The Resources Guru platform that currently is in open alpha development stage solely on Android:
Facebook put out an interesting article a while ago on the why and how's of React Native
https://engineering.fb.com/android/react-native-bringing-modern-web-techniques-to-mobile/But is React Native still a good choice theses days?:
https://dev.to/jessicabennett/react-native-still-a-profitable-choice-in-2019-5km
Additional blog from Discord on their React Native usage:
https://blog.discordapp.com/how-discord-achieves-native-ios-performance-with-react-native-390c84dcd502
As a Android Developer I also looked into Kotlin Native but that doesn't really seem to be production ready yet:
donderdag 10 januari 2019
zondag 6 mei 2018
Android Clean Architecture references: videos & blogs
Here are some interesting post and vids on Clean Architecture in Android:
Vids:
Blogs:
https://proandroiddev.com/a-guided-tour-inside-a-clean-architecture-code-base-48bb5cc9fc97
Vids:
Blogs:
https://proandroiddev.com/a-guided-tour-inside-a-clean-architecture-code-base-48bb5cc9fc97
donderdag 26 april 2018
dinsdag 9 januari 2018
Android: Repository Pattern Retrofit 2 and RxJava 2 (and Room..)
I've written a post on Medium about adding offline functionaity using RxJava
https://medium.com/@rikvanv/android-repository-pattern-using-room-retrofit2-and-rxjava2-b48aedd173c
https://medium.com/@rikvanv/android-repository-pattern-using-room-retrofit2-and-rxjava2-b48aedd173c
maandag 11 september 2017
Lottie: animation library to import Adobe After Effect animation for Android & iOS
Lottie looks like a very promising open source animation tool created by AirBnb to implement Adobe After Effect animation into your Android/iOS/ReactNative app.
- https://airbnb.design/lottie/
- https://medium.com/fueled-android/lottie-android-pie-for-animation-lovers-cd9d608fa039
- https://medium.com/prolific-interactive/the-design-guide-to-winning-developers-hearts-part-1-use-lottie-82545abfb06e
- https://airbnb.design/lottie/
- https://medium.com/fueled-android/lottie-android-pie-for-animation-lovers-cd9d608fa039
- https://medium.com/prolific-interactive/the-design-guide-to-winning-developers-hearts-part-1-use-lottie-82545abfb06e
zondag 4 juni 2017
Repository (pattern) usage in Android with RxJava & the New York Times' Store library
There is a great article out there from The Big Nerd Ranch on using the repository pattern /w RxJava:
https://www.bignerdranch.com/blog/the-rxjava-repository-pattern/
Still, if you are trying to implement the repository patter in your own project for a first time it's a lot to wrap your head around. In that case, maybe a very interesting library to take a look at is NYTimes' Store which will make implementing caching, persistant storage and reactive data loading a lot easier for you:
Github:
https://github.com/NYTimes/Store
https://www.bignerdranch.com/blog/the-rxjava-repository-pattern/
Still, if you are trying to implement the repository patter in your own project for a first time it's a lot to wrap your head around. In that case, maybe a very interesting library to take a look at is NYTimes' Store which will make implementing caching, persistant storage and reactive data loading a lot easier for you:
Github:
https://github.com/NYTimes/Store
maandag 22 mei 2017
Advanced RxJava2 for Android
These are two excellent video's for those who want to dig deeper into RxJava on Android.
Couple of interesting patterns are discussed in:
And Jake Wharton talks in depth on handling states with Rx:
Couple of interesting patterns are discussed in:
And Jake Wharton talks in depth on handling states with Rx:
vrijdag 19 mei 2017
Android Architecture Components: Life cycle aware components, LiveData, LifecycleFragments/Activitie, Room and google's guide to app architecture
Some great new components introduced in this Google IO talk:
Also check out github for code samples:
https://github.com/googlesamples/android-architecture-components
And google's guide to app architecture:
https://developer.android.com/topic/libraries/architecture/guide.html
donderdag 18 mei 2017
maandag 20 maart 2017
AI will be taking over marketing?
Interesting article on how a marketing agency got replaced by AI. Saving this for future reference:
http://www.campaignlive.co.uk/article/why-cosabella-replaced-its-agency-ai-will-go-back-humans/1427323#FIvw6RCwHEJjje2e.01
https://albert.ai/
http://www.campaignlive.co.uk/article/why-cosabella-replaced-its-agency-ai-will-go-back-humans/1427323#FIvw6RCwHEJjje2e.01
https://albert.ai/
Interesting articles for RxJava / RxBinding in Android
For future reference. These are two interesting articles:
https://overrideandroid.blogspot.co.id/2017/03/reactive-programming-with-rxbinding.html
https://realm.io/news/donn-felker-reactive-android-ui-programming-with-rxbinding/
https://overrideandroid.blogspot.co.id/2017/03/reactive-programming-with-rxbinding.html
https://realm.io/news/donn-felker-reactive-android-ui-programming-with-rxbinding/
donderdag 16 maart 2017
Foursquare launches Pilgrim SDK to let developers leverage location
saved for future reading.
This might be an interesting sdk to look into:
https://techcrunch.com/2017/03/01/foursquare-launches-pilgrim-sdk-to-let-developers-leverage-location/
This might be an interesting sdk to look into:
https://techcrunch.com/2017/03/01/foursquare-launches-pilgrim-sdk-to-let-developers-leverage-location/
vrijdag 4 november 2016
Android data binding and MVVM
I ran into a great lecture on Data Binding from Big Nerd Ranch's Bill Phillips :
You can find the video on youtube or on the Realm site where you can go ful screen on the code section of the video:
https://realm.io/news/360andev-bill-phillips-data-binding/?utm_source=android-list&utm_medium=email&utm_content=android-content
Unfortunately Bill didn't have much time to talk about MVVM, but there is a blog post on bignerdranch.com: https://www.bignerdranch.com/blog/shades-of-mvvm/
If you want to know more about data binding and haven't seen Google I/O 2016's 'advanced databinding' session make sure you do:
You can find the video on youtube or on the Realm site where you can go ful screen on the code section of the video:
https://realm.io/news/360andev-bill-phillips-data-binding/?utm_source=android-list&utm_medium=email&utm_content=android-content
Unfortunately Bill didn't have much time to talk about MVVM, but there is a blog post on bignerdranch.com: https://www.bignerdranch.com/blog/shades-of-mvvm/
If you want to know more about data binding and haven't seen Google I/O 2016's 'advanced databinding' session make sure you do:
dinsdag 5 april 2016
Finding and Fixing memory leaks on Andoid with the stand alone Eclipse Memory Analyser Tool (MAT)
dinsdag 23 februari 2016
Is my app currently in the foreground or the background?
Is my app currently in the foreground or the background?:
http://steveliles.github.io/is_my_android_app_currently_foreground_or_background.html
http://steveliles.github.io/is_my_android_app_currently_foreground_or_background.html
zaterdag 6 februari 2016
woensdag 14 oktober 2015
Droidcon NYC 2015: What’s New in Android UI Engineering
What’s New in Android UI Engineering in sound, video & images:
https://soundcloud.com/designnotes/design-notes-with-roman-nurik
https://photos.google.com/share/AF1QipNfCpwn9k-8vwAroqXaBu4fkYknSKp9G_ls7ovBuJAoTTO-ghso_w9eVdmZkj0Gcg?key=NUc2YURPaktqSzFSNER3VER5NEFzbm9TcnFlX053
More by Roman Nurik:
https://soundcloud.com/designnotes/design-notes-with-roman-nurik
https://photos.google.com/share/AF1QipNfCpwn9k-8vwAroqXaBu4fkYknSKp9G_ls7ovBuJAoTTO-ghso_w9eVdmZkj0Gcg?key=NUc2YURPaktqSzFSNER3VER5NEFzbm9TcnFlX053
More by Roman Nurik:
donderdag 8 oktober 2015
Android: Which Networking Library to use?
I was browsing around trying to figure out what Library to use for downloading images and Json data and ran into a couple of interesting post.
Comparing a bunch of Libraries like Volley, Picasso, Fresco:
* https://packetzoom.com/blog/which-android-http-library-to-use.html
* http://stackoverflow.com/questions/16902716/comparison-of-android-networking-libraries-okhttp-retrofit-volley
* http://stackoverflow.com/questions/29363321/picasso-v-s-imageloader-v-s-fresco-vs-glide
Introduction to Fresco: A new Image library for Android
https://code.facebook.com/posts/366199913563917
Introduction to Glide, Image Loader Library for Android, recommended by Google:
http://inthecheesefactory.com/blog/get-to-know-glide-recommended-by-google/en
Volley Library:
If you look on github for most popular mirrors of the VolleyLibrary you'll find the DWorkS VolleyPlus and the McXiaoke of which the first one has some added functionality like additional Request types and image caching.
You can read more about them at:
* https://github.com/mcxiaoke/android-volley
* https://github.com/DWorkS/VolleyPlus
Comparing a bunch of Libraries like Volley, Picasso, Fresco:
* https://packetzoom.com/blog/which-android-http-library-to-use.html
* http://stackoverflow.com/questions/16902716/comparison-of-android-networking-libraries-okhttp-retrofit-volley
* http://stackoverflow.com/questions/29363321/picasso-v-s-imageloader-v-s-fresco-vs-glide
Introduction to Fresco: A new Image library for Android
https://code.facebook.com/posts/366199913563917
Introduction to Glide, Image Loader Library for Android, recommended by Google:
http://inthecheesefactory.com/blog/get-to-know-glide-recommended-by-google/en
Volley Library:
If you look on github for most popular mirrors of the VolleyLibrary you'll find the DWorkS VolleyPlus and the McXiaoke of which the first one has some added functionality like additional Request types and image caching.
You can read more about them at:
* https://github.com/mcxiaoke/android-volley
* https://github.com/DWorkS/VolleyPlus
Abonneren op:
Posts (Atom)