Abhinaw TripathiSep 13, 20163 min readAndroid Request Run-Time PermissionAlthough Android is being keep developed but the latest update to Android M is totally different since there is some major change that...
Abhinaw TripathiSep 9, 20166 min readAndroid Content Provider TutorialA content provider manages a shared set of app data. You can store the data in the file system, an SQLite database, on the web, or any...
Abhinaw TripathiSep 9, 20163 min readAndroid Application Best Practice for Performance and its MythsBest Practices for Performance - When anybody say you .how can you code for best performance .we should understand and keep few things...
Abhinaw TripathiSep 8, 20162 min readWhat is the difference between Started Service and Bound Service in Android?Very frequent interview question , What is the difference between Started Service and Bound Service? Ans: Let's first understand what is...
Abhinaw TripathiJun 28, 20169 min readAndroid N API ReviewAlong with new features and capabilities, Android N includes a variety of system and API behavior changes.Android N is still in active...
Abhinaw TripathiJun 2, 20161 min readTo check if a binary tree is balanced.For this,a balanced tree is defined to be a tree such that theSolution Approach: Point to be noted here is two sub tree differ in height by no more than one.So we can simply recurs through the...
Abhinaw TripathiMay 27, 20163 min readAndroid with RecyclerView ExampleRecyclerView is more advanced and flexible and efficient version of ListView. RecyclerView ViewGroup is an container for larger data set...
Abhinaw TripathiMay 26, 20164 min readArc GIS Mapping Example with Source code1)ArcGisActivity.java package arc.gis; import android.app.Activity; import android.content.Context; import android.graphics.Color; ...
Abhinaw TripathiMay 26, 201620 min readAndroid Drag View example with source codeCreate Class such as 1)DragActivity.java import android.app.Activity; import android.os.Bundle; import android.util.Log; import...
Abhinav TripathiMay 23, 20162 min readVery Trending Question for Android Experienced Professionals i.e. which design-pattern to use for dee.g.. Let's take very simple example have a single Screen and you have one edit-text and one Send button and display that text to...
AbhinavMay 19, 20162 min readTrending Topics of Android Material Design and RecyclerViewFirst lets discuss on Material Design and its use in developing Android Application. Material design is an approach to visual,...
AbhinawMay 18, 20162 min readAndroid Interview Questions for 2-5 yrs experiencedWell its not in order and not complete.will keep adding but for now i have few.... 1)How do you find memory leaks in android application?...
AbhinawMay 18, 20162 min readAndroid 6.0 MarshmallowAll Features: 1)A battery that works smarter, not harder which is Battery.Battery is an important thing in all smart-phone So we should...