Before Android Marshmallow, users had to allow android runtime permissions at the installation time; if the user did not accept all the permissions, the app could not be installed. Android Marshmallow introduced a new mechanism; that it will not ask any of the users to grant any one of the […]
Tag: Android
How to Develop Android Wear App?
Developing for Android Wear can be a lot of fun, but there are some things you need to know before you get started. The first thing to know is that developing for Android Wear is not difficult. Since Android is at the core, you can start developing the app just […]
How To Disable The Capacitive Button Backlighting From Galaxy S7 And S7 Edge? Here’s How!
Samsung Galaxy S7 and the S7 Edge have been launched with a bang. Everyone is talking about the new devices and how extremely well they perform. This isn’t it; the consumer reports have even concluded the Galaxy S7 Edge as the best flagship of 2016. Even, many flagships haven’t been […]
Systweak Android Cleaner App Is Your System Maintenance Solution!
Are you an Android phone owner? Are you having problems with the workings and the functions of the device? Or, your Android Smartphone is slow and lags behind in silence? You now have an answer to all the Smartphone slowing features. In order to bring your Smartphone back to the […]
All The Android N Features In One Place!
Google recently released Android N Developer Preview unexpectedly and surprised everyone. It gives us a sneak peek into what Android 7.0 will eventually look like when it is released. Let us have a look at some new Android N features and find what is new and exciting in the upcoming Android […]
Google Launches Android N Developer Preview
Google out of nowhere has launched a developer version of Android N recently. The arrival of Android N Developer Preview is a pleasant surprise since it wasn’t expected to roll out before May. But by doing so, Google has obtained extra time to modify Android N according to developer’s feedback. And […]
Sony Xperia Z5 starts getting Marshmallow update in Japan
Sony introduced its new Xperia X series at MWC 2016 replacing its popular Xperia Z series which was expected to add up a new member for this season. Though we will not be getting a new Xperia Z device anymore, Sony is still determined to give its users an upgraded feel […]
Waze Android app to bring complete new UI & additional features
Waze is among world’s largest traffic and community-based navigation app which connects drivers to share real time traffic and road info. After connecting on the Waze app, you can either contribute to real time traffic information or save your time and fuel by taking help from drivers in your local […]
Android RecyclerView Tutorial – Android studio
RecyclerView is a new way to customize and show your data in the list format. Advantage of using Android RecyclerView over listview is that not only you can show data in list format but also as grids having cells of different size color and style. Recycler View is also more […]
How to use Retrofit in Android – Android Studio Tutorial
Retrofit Tutorial By: Muhammad Daniyal Anwar Retrofit library is created by Square Open Source, it’s a REST client for android and java. By the use of this library, it is easy to request web services of REST with GET, POST, PUT and much more. Now it’s time to start our coding. […]