Mocky is a wonderful tool to generate mocked HTTP Response on the fly. You don't have to spin a full server just to generate that very first mocked data. Its very helpful for client end development to quickly test the different data formats.
2015 Android Latest features
- Android Lollipop 5.0
- Gradle
- Android Studio
- NFC
- Android Wear
- ViewGroup, WebView, TextView, RecyclerView
- Material Design
- Memory Management
- Battery Consumption
- Android Runtime (ART)
- Concurrency and Android Thread Communications
- Animation
- Android Security
- Testing and Debugging (Tools)
- Enterprise Android Apps
- Bluetooth LE
- Android TV
- Automative Android
- Push Messaging
- Notifications
- Camera 2 APIs
- High-Performance Android Apps
- HTML Hybrid Apps
- Android Emulator
- Deep Linking
- Google Cast
- Retrofit
- App Indexing
- Location Services for Android
- App Search Optimization
- Project Ara
- Host Card Emulation (HCE)
- Cloud-Powered Android Apps
- Brillo
- Weave
Android Networking library
I found a very nice article about using Android networking library Volley along with OkHttp and Gson here.
OkHttp deals with connection pooling, caching and gzipping etc, while Volley is a networking library manages network requests in an app and makes sure that networking calls are executed in background most efficiently.
Sample source code is on Github.
OkHttp deals with connection pooling, caching and gzipping etc, while Volley is a networking library manages network requests in an app and makes sure that networking calls are executed in background most efficiently.
Sample source code is on Github.
RecyclerView Animations !
I've come across this wonderful post about what RecyclerView widget is and how it works. A must read for someone who is looking for to add more flexibility which are not easy to implement in ListView widgets.
Subscribe to:
Posts (Atom)
Scheduling Repeating Local Notifications using Alarm Manager
Learn about Scheduling Repeating Local Notifications using Alarm Manager in this post .
-
Couple of days ago, I started using Google's code projects for Git as well. It required me to setup and use .netrc file. Here are steps...
-
Normal structure of build.gradle for an Android library looks like this: apply plugin : 'com.android.library' android { comp...
-
This is a 5 step process: Install hudson.war in your download directory : ~/Downloads Create a hudson directory in your home folder : mk...